> For the complete documentation index, see [llms.txt](https://docs.notional.finance/notional-v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notional.finance/notional-v3/ntokens/what-are-ntokens.md).

# What are nTokens

nTokens automate the liquidity provision process for LPs and remove the need for LPs to deposit into individual liquidity pools. nTokens are a simple and easy way to earn returns across all fixed rate liquidity pools in a given currency passively.

nTokens are ERC20 assets that represent a share of Notional's total liquidity in a particular currency across all active maturities. For example, if you have nDAI, it means you have a share of Notional's total liquidity in DAI across all DAI fixed rate liquidity pools. Every currency on Notional which has fixed rate lending and borrowing enabled has an nToken.

nTokens are also versatile. You can redeem or transfer them at any time without restrictions. Additionally, you can use nTokens as collateral on Notional. This means you can earn yield via nTokens in one currency and borrow against your nTokens in a different currency.

<table><thead><tr><th>Attributes </th><th width="111">V1</th><th width="99">V2/V3</th><th>Remarks</th></tr></thead><tbody><tr><td>Currency Selection</td><td>Manual</td><td>Manual</td><td>USDC, DAI, ETH etc</td></tr><tr><td>Pool Maturity Selection</td><td>Manual </td><td><mark style="color:green;">Auto</mark></td><td>3 Months, 6 Months, 1 Year </td></tr><tr><td>Auto Rolling of Liquidity</td><td>No</td><td><mark style="color:green;">Yes</mark></td><td>nTokens don't mature</td></tr><tr><td>Participation</td><td>Active</td><td><mark style="color:green;">Passive</mark></td><td>nTokens are fully passive</td></tr><tr><td>Additional Incentives</td><td>No</td><td><mark style="color:green;">Yes</mark></td><td>nTokens earn NOTE incentives</td></tr><tr><td>Risk Diversification </td><td>No </td><td><mark style="color:green;">Yes</mark></td><td>nTokens provide liquidity on all maturities</td></tr></tbody></table>


---

# 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.notional.finance/notional-v3/ntokens/what-are-ntokens.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.
