> ## Documentation Index
> Fetch the complete documentation index at: https://uasdev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to Enhanced RPC

> Particle Network's Enhanced RPC enable reliable, high-throughput blockchain interactions.

<img className="block dark:hidden" src="https://mintcdn.com/uasdev/36vVOXkeHRfue761/api-reference/enhanced/images/web3.png?fit=max&auto=format&n=36vVOXkeHRfue761&q=85&s=31949407c3309af2f3012848081d2591" alt="Particle Network Web3 services." width="3840" height="2160" data-path="api-reference/enhanced/images/web3.png" />

<img className="hidden dark:block" src="https://mintcdn.com/uasdev/36vVOXkeHRfue761/api-reference/enhanced/images/web3.png?fit=max&auto=format&n=36vVOXkeHRfue761&q=85&s=31949407c3309af2f3012848081d2591" alt="Particle Network Web3 services." width="3840" height="2160" data-path="api-reference/enhanced/images/web3.png" />

***

# Enhanced RPC

Among its Wallet-as-a-Service and Account Abstraction SDKs suite, Particle Network also offers a multitude of API endpoints designed to **facilitate high-speed, flexible blockchain interactions**. These interactions range from detailed **data retrieval** (of key information such as the tokens owned by a wallet), to ERC-20 **swap construction**. Each collection of endpoints remains as a simple yet powerful solution for programmatically reading data and writing to the blockchain. In addition to the endpoints covered in this section, many of these capabilities are also natively accessible through Particle's various SDKs. These adjacent methods are detailed in [SDK Reference](ref:evmservice-sdk-reference) (and [SDK Reference](ref:solanaservice-sdk-reference) for Solana).

Under **Enhanced RPC**, we provide a transparent and detailed look into the various endpoints offered by Particle Network, including an interactive playground for each endpoint, alongside multiple examples.

***

<CardGroup cols={3}>
  <Card title="Enhanced RPC (EVM)" href="/api-reference/enhanced/evm/abi_encodefunctioncall">
    RPC endpoint natively integrating a realtime blockchain data API.
  </Card>

  <Card title="Enhanced RPC (Solana)" href="/api-reference/enhanced/solana/enhancedgetprice">
    Solana-specific RPC endpoint leveraging a built-in blockchain data API.
  </Card>

  <Card title="Enhanced RPC (Swap API)" href="/api-reference/enhanced/swap/introduction">
    RPC endpoint for the construction and retrieval of swaps.
  </Card>
</CardGroup>
