> For the complete documentation index, see [llms.txt](https://docs.gage.cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gage.cash/protocol/addresses.md).

# Contract addresses

gage lives on **Robinhood Chain**, chain id 4663. The contracts are immutable; the addresses below are the only ones that will ever hold a gage deal. Anything else claiming to be gage is not gage.

{% hint style="warning" %}
**Not deployed yet.** The addresses appear here the moment the contracts are live. Until then there is no gage on Robinhood Chain, and nothing that claims otherwise is gage.
{% endhint %}

## Vault layer

Immutable, no owner. Every deal, escrowed asset and internal balance lives in DealVault.

| Name               | Address   | Note              |
| ------------------ | --------- | ----------------- |
| DealVault          | *pending* |                   |
| CollateralRegistry | *pending* | owned by the Safe |
| FeeSink            | *pending* |                   |
| EntryRouter        | *pending* |                   |

## Tokens

| Name  | Address                                      | Note                        |
| ----- | -------------------------------------------- | --------------------------- |
| GAGE  | *pending*                                    | the launch token, from Pons |
| sGAGE | *pending*                                    | 5,000,000,000 minted once   |
| USDG  | `0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168` | the quote asset, 6 decimals |
| WETH  | `0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73` |                             |

## Token layer

| Name               | Address   | Note                                 |
| ------------------ | --------- | ------------------------------------ |
| Drip               | *pending* |                                      |
| Emissions          | *pending* |                                      |
| DealRewards        | *pending* |                                      |
| LPHook             | *pending* |                                      |
| LPRewards          | *pending* |                                      |
| Buyback            | *pending* |                                      |
| CreatorFeeSplitter | *pending* | the Pons creator wallet              |
| ReinvestRouter     | *pending* |                                      |
| SeedTimelock       | *pending* | holds the seed position for 365 days |

## Pools

Uniswap v4 pool ids. The GAGE/sGAGE pool carries a 3% static fee, tick spacing 60, and LPHook.

| Name                        | Address   | Note |
| --------------------------- | --------- | ---- |
| GAGE/sGAGE                  | *pending* |      |
| GAGE/ETH (Pons launch pool) | *pending* |      |
| Seed position id            | *pending* |      |

## Wallets

The only addresses with any authority. Every parameter they can move has a compile-time bound; none can touch a user's funds.

| Name                          | Address   | Note                                                         |
| ----------------------------- | --------- | ------------------------------------------------------------ |
| Registry owner (Safe, 2-of-3) | *pending* | sets allowlists, caps, terms, fee, pause, epoch rates        |
| Treasury                      | *pending* | receives fees on the treasury route and the seed's swap fees |
| Operations wallet             | *pending* | receives half of creator fees                                |
| Deployer                      | *pending* | no authority after deployment                                |

## Uniswap v4 on Robinhood Chain

| Name             | Address   | Note                                                                      |
| ---------------- | --------- | ------------------------------------------------------------------------- |
| PoolManager      | *pending* |                                                                           |
| PositionManager  | *pending* |                                                                           |
| StateView        | *pending* |                                                                           |
| Universal Router | *pending* | a modified fork: the v4 swap struct carries an extra minHopPriceX36 field |
| Permit2          | *pending* |                                                                           |

## Pons

| Name            | Address   | Note |
| --------------- | --------- | ---- |
| Pons V2 factory | *pending* |      |

## How this page is kept honest

Every row is written by a script from the deployment record the deploy scripts produce and from the repository's address table, in which an external address is listed only once it has been checked on-chain and recorded with a date, a handle and findings. Nothing on this page is typed by hand.

*Generated 2026-09-07.*


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.gage.cash/protocol/addresses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
