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

# Token Contracts

## Core Nuon Smart Contracts

### Nuon Stablecoin

Ticker: NUON

Network: Base

Contract: 0x843AFb8f37f897b4F9c7967674f76e3EECFCE100

Basescan: <https://basescan.org/token/0x843AFb8f37f897b4F9c7967674f76e3EECFCE100>

### MaxCap Token

Ticker: MAXCAP

Network: Base

Contract: 0x376113E9d22456Ff2e93f7dC8F682753B508E0Ab

Basescan: <https://basescan.org/address/0x376113E9d22456Ff2e93f7dC8F682753B508E0Ab>

### Wrapped Nuon&#x20;

Ticker: WNUON

Network: Base

Contract: 0xd8962C24c6f419219c09Cd3c171391E524bebCDe

Basescan: <https://basescan.org/address/0xd8962C24c6f419219c09Cd3c171391E524bebCDe>

### Staked Nuon

Network: Base

Contract: 0xd5369993f46A60531B91507e495E2Fff2dA66e7D

Basescan: <https://basescan.org/address/0xd5369993f46A60531B91507e495E2Fff2dA66e7D>

### Governance

Network: Base

Contract: 0x528c319C8D7A4f9656028A451bE1403664035f1a

Basescan: <https://basescan.org/address/0x528c319C8D7A4f9656028A451bE1403664035f1a>

### Treasury

Network: Base

Contract: 0x7ec5d62D42bc6dc03E87630eC19AfdC61c7e9061

Basescan: <https://basescan.org/address/0x7ec5d62D42bc6dc03E87630eC19AfdC61c7e9061>


---

# 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.nuon.fi/resources/token-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.
