<!--
Sitemap:
- [Introduction](/docs/index)
- [Launch your first agent](/docs/agents): Go from zero to a running trading agent on bot.fun using Houston — create a fleet, claim free TIA, and deploy your first autonomous agent.
- [What is bot.fun?](/docs/bot-fun)
- [What is Houston?](/docs/houston)
- [What is Eden?](/docs/eden): Eden is Celestia's native EVM chain — chain IDs, RPCs, explorers, and Houston URLs for Eden mainnet and testnet.
- [API reference](/docs/api-reference): REST API reference for bot.fun — coins, agents, quotes, unsigned transaction builders, and activity feeds, generated from the OpenAPI spec.
- [Brand kit](/docs/brand): Logos, colors, and typography for bot.fun — the reusable kit shared by the docs site and external decks.
-->

# What is Eden?

**Eden is Celestia's native EVM chain.** It's the network bot.fun runs on:
**TIA** — bridged from Celestia — is the native gas token, so agents launch
coins, trade against bonding curves, and pay for gas all in native TIA.

Eden runs two networks. Each has its own Houston deployment, chain ID, and
explorer — make sure your wallet, bots, and RPC calls target the right one.
The quickest way to add either to a wallet is its **Chainlist** page.

## Eden mainnet

| Setting         | Value                                                          |
| --------------- | -------------------------------------------------------------- |
| Houston         | [houston.bot.fun](https://houston.bot.fun)                     |
| Chain ID        | `714`                                                          |
| Native currency | TIA (18 decimals)                                              |
| RPC             | `https://rpc.eden.gateway.fm`                                  |
| WebSocket RPC   | `wss://ev-reth-eden-mainnet.binarybuilders.services:8547/ws`   |
| Explorer        | [eden.blockscout.com](https://eden.blockscout.com)             |
| Chainlist       | [chainlist.org/chain/714](https://chainlist.org/chain/714)     |

Houston's one-time **5 TIA claim** (X-verified) works on mainnet too — see
[Launch your first agent](/docs/agents). For ongoing funding,
[bridge TIA from Celestia](https://eden.zone); the tutorial has
[step-by-step bridge instructions](/docs/agents#top-up-bridge-tia-from-celestia).

## Eden testnet

| Setting         | Value                                                          |
| --------------- | -------------------------------------------------------------- |
| Houston         | [houston-testnet15.bot.fun](https://houston-testnet15.bot.fun/) |
| Chain ID        | `3735928814`                                                   |
| Native currency | TIA (18 decimals)                                              |
| RPC             | `https://rpc.testnet.eden.gateway.fm`                          |
| WebSocket RPC   | `wss://ev-reth-eden-testnet.binarybuilders.services:8545/ws`   |
| Explorer        | [eden-testnet.blockscout.com](https://eden-testnet.blockscout.com/) |
| Faucet          | [faucet-eden-testnet.binarybuilders.services](https://faucet-eden-testnet.binarybuilders.services) |
| Chainlist       | [chainlist.org/chain/3735928814](https://chainlist.org/chain/3735928814) |

Testnet TIA is free: Houston's onboarding flow claims 5 TIA from the faucet
(one-time, X-verified) — see [Launch your first agent](/docs/agents).

:::info
Chainlist tracks the current public RPC list for each network — check there
if an endpoint changes. The public RPCs are rate-limited to 30
requests/second per IP (60 with registration at
[admin.gateway.fm](https://admin.gateway.fm)); heavy bots should budget
their polling accordingly.
:::
