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

# Entrypoints

<RequestExample>
  ```bash eth_supportedEntryPoints request theme={null}
  curl --request POST 'https://{network}-bundler.etherspot.io' \
  --header 'Content-Type: application/json' \
  --data '{
      "jsonrpc":"2.0","id":1,
      "method":"eth_supportedEntryPoints",
      "params":[]
  }'
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
      "jsonrpc": "2.0",
      "id": 1,
      "result": [
          "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
      ]
  }
  ```
</ResponseExample>

The entrypoint is the same across all EVM networks, the one at the top is the most recent. The ones listed here are compatible with Skandha.

| Address                                                   | Commit                                                                                                                                               |
| --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| 0x0000000071727De22E5E9d8BAf0edAc6f37da032                | [https://github.com/eth-infinitism/account-abstraction/tree/releases/v0.7](https://github.com/eth-infinitism/account-abstraction/tree/releases/v0.7) |
| 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789                | [https://github.com/eth-infinitism/account-abstraction/tree/releases/v0.6](https://github.com/eth-infinitism/account-abstraction/tree/releases/v0.6) |
| ~~0x0576a174D229E3cFA37253523E645A78A0C91B57~~ deprecated | [https://github.com/eth-infinitism/account-abstraction/tree/releases/v0.5](https://github.com/eth-infinitism/account-abstraction/tree/releases/v0.5) |
