> For the complete documentation index, see [llms.txt](https://docs.reya.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reya.xyz/developers/devnet/reference/contract-addresses.md).

# Contract Addresses

The contracts below are for **devnet1** (the perpOB testnet, chain ID `89346162`). See [Environments](/developers/devnet/getting-started/environments.md) for the matching endpoints. Production addresses will be added when integrator access opens there.

Checked against the completed devnet deployment configuration on **September 12, 2026**. Devnet1 shares a chain with Cronos testnet but has its own pool, srUSD token, oracle manager and oracle adapters. The Cronos srUSD token `0xb9F531A54Fc0E9AdCa1b931d9533B4e49bB2fAD6` is a legacy token, not the devnet1 pool share token below.

## Core contracts

| Contract              | Address                                      | Relevance to integrators                                                                                                                                                                  |
| --------------------- | -------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `OrdersGateway`       | `0x7Ec89E555c771D2B5939aBE5C4E4291852633D4D` | Settlement entrypoint for matched fills, and the **EIP-712 `verifyingContract`** you sign against. See [Signatures & Nonces](/developers/devnet/authentication/signatures-and-nonces.md). |
| `Core`                | `0xC33D0A4FC05aF98447126f1680cA7316de29e5d4` | Accounts, margin, and collateral.                                                                                                                                                         |
| `PassivePerp`         | `0x6f42DB6d75Da0B85bDd386b96Cbfb73416AB37A4` | Perpetual instrument / execution module.                                                                                                                                                  |
| `OracleManager`       | `0xEA0F138fa958a7beeA2b448C5a27141056c45A97` | Oracle price management.                                                                                                                                                                  |
| `OracleAdaptersProxy` | `0x689D019d351688895858dAB41C3d5CDAea8Aa1a5` | Oracle adapters.                                                                                                                                                                          |
| `Periphery`           | `0xDEDbde7e82B66E499b8FC8a472a5E857be1494DE` | Deposit / withdrawal periphery.                                                                                                                                                           |
| `PassivePool`         | `0x9fDba948aC22448C310B15C04D9A3DCB4bA8abA2` | Passive pool (pool ID `1`).                                                                                                                                                               |
| `AccountNFT`          | `0x73e29C9EeE1db0725A6c352D705137416870E870` | Account-ownership NFT.                                                                                                                                                                    |

## Tokens

| Token   | Address                                      | Notes                                   |
| ------- | -------------------------------------------- | --------------------------------------- |
| `rUSD`  | `0x9DE724e7b3facF87Ce39465D3D712717182e3e55` | Quote / collateral; wrapped USDC (1:1). |
| `USDC`  | `0xfA27c7c6051344263533cc365274d9569b0272A8` | Underlying USDC.                        |
| `srUSD` | `0x8A04495Ed90DE2cC1e0e620F01210c6A6fE63bdb` | Devnet1 pool share token; 30 decimals.  |
| `WETH`  | `0x2CF56315ACC7E791B1A0135c09d8D5C8dBCD2F14` | Wrapped ETH collateral.                 |
