> For the complete documentation index, see [llms.txt](https://ample-2.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ample-2.gitbook.io/docs/developers-and-partners/contracts.md).

# Contracts & Addresses

### AmpleEarn Vault Deployments

\
Base

* Factory: `0x62b304519ee30e205621920454c2802fb99dca67`
* USDC: `0x1688aEB3Ec7b23A22e2418fdF5BCCc67EcF39c0F`
* Router: `0xf132654d677034c804cfb6432d27526088deb0c5`
* Scheduler: `0x107a6ee9e75b19a7fc8a7b5a30719b39d9adaeb8`

Monad

* Factory: `0x9881464ade08eaea838d1ba06073a0c8f972b185`
* AUSD: `0xE89d322b5822D828B8252D3087be8486cC2048Ef`
* Router: `0xc9086278b317d6316151945d720ce7b602fbe463`

\
\
HyperEVM

* Factory: `0x305ecdbfc6d40fdb6eedd046879ccae3f3e19b61`
* WHYPE: `0x00a7ab758367dA6A3909B75Bd30CCC68e8755809`
* Router: `0xc9086278b317d6316151945d720ce7b602fbe463`

\
Katana

* Factory: `0x9881464ade08eaea838d1ba06073a0c8f972b185`
* vbUSDC: `0xE5092Ab6B8b0C37b1Bec12c606614706063D04E8`
* Router: `0x7beb2204fd629bf686ce85c640a5bcd66b392e65`

\
Arbitrum

* Factory: `0x9881464ade08eaea838d1ba06073a0c8f972b185`
* USDC: `0xD1bE1F98991cF69355e468aD15b6d0b6429bCfCb`
* Router: `0xcab6a41090e274efe7fe64cf0ec906f413686d36`
* Scheduler: `0xabbcb343b1b0ea8f760e9f322bc2f4fb47c84b4c`

### Notes for integrators

* Vaults are ERC-4626, so shares, `convertToAssets`, and the standard event set (`Deposit`, `Withdraw`, `Transfer`) behave per the spec.
* Recipient merkle roots are set per vault per cycle on the claim routers, claim proofs are merkle paths over (recipient, amount) leaves.
* Verify addresses against this page and the app only, never third-party lists. Report any discrepancy to <ample@layer3.xyz> immediately.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ample-2.gitbook.io/docs/developers-and-partners/contracts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
