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

# contracts

> Token, treasury, buyback and swap contract addresses on Robinhood Chain.

These addresses are on **Robinhood Chain mainnet, chain ID 4663**. We checked them on September 10, 2026. Always compare the full address when choosing a token or contract.

## Token and buybacks

| Role                                           | Address                                                                                                                                               |
| ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| ROUTE token                                    | [`0x4A72B9702f991b790788f8AFA9e7112541f4E8f8`](https://robinhoodchain.blockscout.com/address/0x4A72B9702f991b790788f8AFA9e7112541f4E8f8)              |
| Treasury, 2-of-3 Safe                          | [`0x3b9C7bC09FF64F554480f30Ad40286cFc09d2F80`](https://robinhoodchain.blockscout.com/address/0x3b9C7bC09FF64F554480f30Ad40286cFc09d2F80)              |
| Buyback flywheel, `RouteFeeFlywheel72h`        | [`0xAdA939f2f1482a13e3c0c612bCB14f2615221E9d`](https://robinhoodchain.blockscout.com/address/0xAdA939f2f1482a13e3c0c612bCB14f2615221E9d?tab=contract) |
| Pons fee escrow                                | [`0xd3AFEB2a57f70eF218Aa82451c51B2fb0416Ac9e`](https://robinhoodchain.blockscout.com/address/0xd3AFEB2a57f70eF218Aa82451c51B2fb0416Ac9e)              |
| Pons factory                                   | [`0x7eD598BcEf8bd9Edd8C97A195C6d13f40801EC7e`](https://robinhoodchain.blockscout.com/address/0x7eD598BcEf8bd9Edd8C97A195C6d13f40801EC7e)              |
| Buyback operator, a transaction-signing wallet | [`0x215096a7a2DAF8F584B38ab046bCDB3F38501718`](https://robinhoodchain.blockscout.com/address/0x215096a7a2DAF8F584B38ab046bCDB3F38501718)              |

The operator wallet runs the bot; the Safe holds the proceeds. The flywheel accepts ETH only from its configured escrow, so don't send deposits to it. See [buybacks](/buybacks) for policy renewal and emergency controls.

## Swap settlement

Read [`GET /api/v2/config`](/api-reference/v2-config) from the API deployment you use before preparing approvals. Check `enabledProviders`, `executors` and `tokenOutputExecutors`; a listed contract is not proof that its provider is enabled on every deployment.

| Route settlement                                   | Address                                                                                                                                               |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| Direct executor, also used by the buyback flywheel | [`0x22c1Bba36Ba220964D029Eb4B1eF7c6ed167E32E`](https://robinhoodchain.blockscout.com/address/0x22c1Bba36Ba220964D029Eb4B1eF7c6ed167E32E?tab=contract) |
| Kyber, native ETH output                           | [`0xd8f7171886F8476ECE2E51CFFE8C4c637815a815`](https://robinhoodchain.blockscout.com/address/0xd8f7171886F8476ECE2E51CFFE8C4c637815a815?tab=contract) |
| Kyber, ERC-20 output                               | [`0x70656A2B4A401DeF17c55687c19C536C0FAD4DB1`](https://robinhoodchain.blockscout.com/address/0x70656A2B4A401DeF17c55687c19C536C0FAD4DB1?tab=contract) |
| 0x settlement                                      | [`0x201a935146E1283F35bB54b8Fe7a4C584265B7E8`](https://robinhoodchain.blockscout.com/address/0x201a935146E1283F35bB54b8Fe7a4C584265B7E8?tab=contract) |

These swap contracts currently charge no Route fee. We'll add the new fee collector's address when it's deployed and ready to use. You'll need to review its address and approve it separately. Don't use historical fee-bearing executors as approval targets.

Route contracts are unaudited. Source verification lets you compare the published code with what's deployed; it isn't a security audit.
