> For the complete documentation index, see [llms.txt](https://learn.onopen.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.onopen.xyz/the-opn-token/fundamentals.md).

# OPN Fundamentals

<figure><img src="/files/zXZAIWlJfSSRaCq1QvOp" alt=""><figcaption></figcaption></figure>

At the heart of OPEN is the OPN token which fuels global tickets processed through the ecosystem. Every single ticket issued by integrators requires OPN which is topped up from the open market before tickets are sold.

The total and circulating supply of [$OPN](https://twitter.com/search?q=%24OPN\&src=cashtag_click) is 22,926,928,000.&#x20;

OPN is available multi-chain, across Ethereum, Base, Solana and Polygon.

### OPN Links

OPN Contract Address Ethereum - 0xc28eb2250d1AE32c7E74CFb6d6b86afC9BEb6509

OPN Contract Address Solana - J1YnyKzmxBwFkPftvZexnHTm4Am7JnmWydhxtXdwEmMv

OPN Contract Address Polygon - 0x7844F79FC841E4F92d974C417031c76F8578c2D5

OPN Contract Address Base - 0x9A6d24c02eC35ad970287eE8296D4D6552a31DbE

DexScreener (ETH) - <https://dexscreener.com/ethereum/0x9c213c491caf6d199f4a6ca9106dd50d4b7c9c0d>

### OPN Distribution

As of September 2024

| OPN Allocations          | Amount of OPN  | OPN Wallets                                                                                                          |
| ------------------------ | -------------- | -------------------------------------------------------------------------------------------------------------------- |
| OPN Circulating Supply   | 22,926,928,000 |                                                                                                                      |
| Ticketing Revolution DAO | 2,333,000,000  | <https://etherscan.io/token/0x8a854288a5976036a725879164ca3e91d30c6a1b?a=0x0c6a327fcb01aaa53789998dc8b5ea8076f38dc1> |
| OPN Staking Contract     | 4,092,972,969  | <https://etherscan.io/token/0xc28eb2250d1ae32c7e74cfb6d6b86afc9beb6509?a=0x686e8500b6be8812eb198aabbbfa14c95c03fc88> |
| OPN User Growth Fund     | 607,751,000    | <https://etherscan.io/token/0x8a854288a5976036a725879164ca3e91d30c6a1b?a=0x50b0b33b88970a2755d7ed84fbed829fa4881771> |

***

For reading up on the utility of OPN visit:

{% content-ref url="/pages/HT7C0aHQSoAlAO3d7Ruk" %}
[OPN Fuel Utilities](/the-opn-token/fuel.md)
{% endcontent-ref %}

For reading up on staking OPN visit:

{% content-ref url="/pages/s9WhLdSqT8iSIFptVPxg" %}
[OPN Staking](/the-opn-token/staking.md)
{% endcontent-ref %}

For reading up on the relationship of OPN with the Ticketing Revolution DAO visit:

{% content-ref url="/pages/uQjqKhR73QXc21aQ6sKi" %}
[The Ticketing Revolution DAO](/the-opn-token/dao.md)
{% endcontent-ref %}


---

# 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://learn.onopen.xyz/the-opn-token/fundamentals.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.
