# Token Configuration and Reference

### AUM

<table><thead><tr><th width="138.54254150390625" valign="top">Component</th><th width="176.868896484375" valign="top">Address</th><th width="193.4105224609375" data-type="content-ref"></th><th width="191.38671875" valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Squads</td><td valign="top">45YnzauhsBM8CpUz96Djf8UG5vqq2Dua62wuW9H3jaJ5</td><td><a href="https://solscan.io/account/45YnzauhsBM8CpUz96Djf8UG5vqq2Dua62wuW9H3jaJ5">https://solscan.io/account/45YnzauhsBM8CpUz96Djf8UG5vqq2Dua62wuW9H3jaJ5</a></td><td valign="top">Solana multi-sig vault holding program-controlled collateral.</td></tr></tbody></table>

### Solana

<table><thead><tr><th width="138.54254150390625" valign="top">Component</th><th width="176.868896484375" valign="top">Address</th><th width="193.4105224609375" data-type="content-ref"></th><th width="191.38671875" valign="top">Description</th></tr></thead><tbody><tr><td valign="top">ONyc Token Mint</td><td valign="top">5Y8NV33Vv7WbnLfq3zBcKSdYPrk7g2KoiQoe7M2tcxp5</td><td><a href="https://solscan.io/token/5Y8NV33Vv7WbnLfq3zBcKSdYPrk7g2KoiQoe7M2tcxp5">https://solscan.io/token/5Y8NV33Vv7WbnLfq3zBcKSdYPrk7g2KoiQoe7M2tcxp5</a></td><td valign="top">SPL token representing ONyc.</td></tr><tr><td valign="top">OnRe Program</td><td valign="top">onreuGhHHgVzMWSkj2oQDLDtvvGvoepBPkqyaubFcwe</td><td><a href="https://solscan.io/account/onreuGhHHgVzMWSkj2oQDLDtvvGvoepBPkqyaubFcwe">https://solscan.io/account/onreuGhHHgVzMWSkj2oQDLDtvvGvoepBPkqyaubFcwe</a></td><td valign="top">Solana program for purchasing or redeeming the ONyc tokens.</td></tr><tr><td valign="top">ONyc Mint Authority</td><td valign="top">AbpE5YLpdpxj2jRczG9P341Jicf67NvZsaZYrATbMnNX</td><td><a href="https://solscan.io/account/AbpE5YLpdpxj2jRczG9P341Jicf67NvZsaZYrATbMnNX">https://solscan.io/account/AbpE5YLpdpxj2jRczG9P341Jicf67NvZsaZYrATbMnNX</a></td><td valign="top">PDA, owned by the OnRe Program.</td></tr><tr><td valign="top">ONyc SA Liquidity Layer</td><td valign="top">FvmhydbpHGQzMUp51GmhB1fwsrkyfmnRsTg7oPwDe25f</td><td><a href="https://solscan.io/account/FvmhydbpHGQzMUp51GmhB1fwsrkyfmnRsTg7oPwDe25f">https://solscan.io/account/FvmhydbpHGQzMUp51GmhB1fwsrkyfmnRsTg7oPwDe25f</a></td><td valign="top">Segregated liquidity reserve to support redemptions and maintain market stability.</td></tr><tr><td valign="top">Program Upgrade Authority</td><td valign="top">45YnzauhsBM8CpUz96Djf8UG5vqq2Dua62wuW9H3jaJ5</td><td><a href="https://solscan.io/account/45YnzauhsBM8CpUz96Djf8UG5vqq2Dua62wuW9H3jaJ5">https://solscan.io/account/45YnzauhsBM8CpUz96Djf8UG5vqq2Dua62wuW9H3jaJ5</a></td><td valign="top">Boss authority controlling the program updates.</td></tr></tbody></table>

### Token Information

#### Primary Source of Truth

NAV used for minting and redemption is computed from parameters stored inside the smart contract: base price, annual rate, and a time component. No offchain service or external key determines issuance, and the maximum supply cap is checked on every mint.

Pyth and Chainlink price feeds are present in the broader OnRe stack to support integrators and downstream collateral valuation. Neither provider is on the issuance or redemption path. There is no issuer-published onchain NAV signed by an OnRe key. The contract is the source.

REST endpoints mirror contract-derived state for offchain consumers (dashboards, indexers, partner apps). They are not an independent source of truth.

#### Live API Endpoints

* **Core API**\
  <https://core.api.onre.finance/data/nav>
* **Annual Percentage Yield**\
  <https://core.api.onre.finance/data/live-apy>
* **Net Asset Value**\
  <https://core.api.onre.finance/data/live-nav>
* **Assets Under Management**\
  <https://core.api.onre.finance/data/live-tvl>

#### Data and Analytics

* **CoinMarketCap**\
  [https://coinmarketcap.com/currencies/onchain-yield-coin/](/technical-resources/token-configuration-and-reference.md)
* **CoinGecko**\
  <https://www.coingecko.com/en/coins/onyc>
* **Dune Dashboard**\
  <https://dune.com/onre_finance/transparency-dashboard>
* **DefiLlama**\
  <https://defillama.com/protocol/onre>
* **RWA.xyz**\
  <https://app.rwa.xyz/platforms/onre> (OnRe)\
  <https://app.rwa.xyz/assets/ONyc> (ONyc)
* **RWA.io**\
  <https://app.rwa.io/project/onre>


---

# Agent Instructions: 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://docs.onre.finance/technical-resources/token-configuration-and-reference.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.
