# Redeeming nTokens

nTokens are always redeemable for a proportional share of the assets in the nToken account, including Prime Cash and fCash.

But usually, users don't want the fCash when they redeem. They want to redeem directly to underlying. To do this, users will redeem their nTokens, get their share of the fCash, and then sell that fCash on the liquidity pools to convert fully to cash. The Notional UI does all this for the user in a single transaction.

Here is a detailed flow of redeeming nTokens directly to cash.

1. When a user redeems the nToken portfolio will hold liquidity tokens and negative fCash. The first step to redeeming is for the user to give up their nTokens.

<figure><img src="/files/3L1NcPQPcy2w3RNUfZci" alt=""><figcaption></figcaption></figure>

2. The nToken account then redeems a proportional share of its liquidity tokens.

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

3. When the nToken account redeems its liquidity tokens, it will receive cash and fCash.

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

4. The amount of fCash the nToken pulls out of the liquidity pools is almost always different than a proportional amount of the negative fCash position it started with because interest rates will have moved and shifted the proportion of cash to fCash in the liquidity pools. This means that the user has a claim on a net fCash position that can be positive or negative.

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

5. To redeem down to underlying, the user needs to trade this net fCash on the liquidity pool. If the net fCash position is positive, the user will receive more cash. If it's negative the user will get less cash.

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

6. Now Notional has converted all of the users assets to cash and returns that cash to their wallet.

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


---

# 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.notional.finance/notional-v3/ntokens/ntoken-mechanics/redeeming-ntokens.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.
