> 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/guides/minting-nuon.md).

# Minting Nuon

## Minting Nuon Documentation

### How to mint Nuon

Users can mint Nuon at a 1:1 ratio by depositing bridged USDC on Base into the Nuon protocol at[ nuon.fi](https://nuon.fi/).

Before you mint Nuon, check your [eligibility ](https://docs.nuon.fi/resources/legal-documents/investment-disclaimer)criteria.&#x20;

#### Steps to Mint

1. Bridge USDC and ETH to Base.
2. Connect your wallet to the Nuon [website](https://nuon.fi/).
3. Choose the amount of USDC you want to deposit.
4. Check the box if you fulfill the [eligibility requirements](https://docs.nuon.fi/resources/legal-documents/investment-disclaimer) to mint and use Nuon.&#x20;
5. Press "Get Nuon."&#x20;
6. Follow the instructions in your wallet to convert USDC → NUON.

### Why to mint Nuon

Holding Nuon in a non-custodial wallet provides users with liquid yields in Nuon. Extra Nuon equal to current inflation as measured by Truflation CPI is rebased, in real-time, into Nuon holders' wallets.&#x20;

#### Inflation Yield

When holding Nuon, yields are automatically deposited into wallets holding Nuon\*:&#x20;

* Rebase mechanism increases the Nuon balance automatically.
* Yield rate corresponds to real-world inflation (\~2–3%) as measured by Truflation CPI.
* Yields are rebased in real time.&#x20;
* No yield is applied during deflation (i.e., yield only occurs when inflation > 0).

\*When staked, Nuon is deposited into the stake for compounding effects.&#x20;

\*\*During the unbonding time, yields are not accrued.&#x20;

***

###


---

# 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/guides/minting-nuon.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.
