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

# Contracts

Reference addresses for STABLEPAD. Always verify these against the official STABLEPAD site before interacting. Ignore addresses shared through unofficial links.

## Launchpad factories

Each network has its own launchpad factory, the contract that deploys coins and locks their liquidity. Every coin you launch is created by the factory of the network you chose. The standard factory handles normal launches. The gift factory handles gift and X launches (currently on Stable only).

| Network   | Type            | Address                                    | Explorer                                                                                          |
| --------- | --------------- | ------------------------------------------ | ------------------------------------------------------------------------------------------------- |
| Stable    | Standard        | 0x3547e54F6AD1af90AA15Be23A0F1a10E3f116506 | [stablescan](https://stablescan.xyz/address/0x3547e54F6AD1af90AA15Be23A0F1a10E3f116506)           |
| Stable    | Gift / X launch | 0x2bdB642035267f1FEFA6a02319Af3c701ac12D2e | [stablescan](https://stablescan.xyz/address/0x2bdB642035267f1FEFA6a02319Af3c701ac12D2e)           |
| Arc       | Standard        | 0x653911490E3563D0d955cAB990304Fb034Ef1Ac0 | [arc.exploreme.pro](https://arc.exploreme.pro/address/0x653911490E3563D0d955cAB990304Fb034Ef1Ac0) |
| BNB Chain | Standard        | 0xFafec660443EB673f0c4d4c943050F085A895E21 | [bscscan](https://bscscan.com/address/0xFafec660443EB673f0c4d4c943050F085A895E21)                 |

Ethereum and Robinhood factories are published here once they go live.

## Pair tokens

The stablecoin each network pairs coins against.

| Network   | Pair  | Address                                    |
| --------- | ----- | ------------------------------------------ |
| Stable    | USDT0 | 0x779Ded0c9e1022225f8E0630b35a9b54bE713736 |
| Robinhood | USDG  | 0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168 |
| Arc       | USDC  | 0x3600000000000000000000000000000000000000 |
| Ethereum  | USDT  | 0xdAC17F958D2ee523a2206206994597C13D831ec7 |
| BNB Chain | USD1  | 0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d |

## STABLEPAD token

The official SPAD token contract address is published here once SPAD is launched on BNB Chain. Until then, treat any SPAD address you see as unofficial.


---

# 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.stablepad.app/reference/contracts.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.
