> For the complete documentation index, see [llms.txt](https://docs.notional.finance/governance/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/governance/active-maturities/idiosyncratic-fcash.md).

# Idiosyncratic fCash

Idiosyncratic fCash refers to an fCash asset whose maturity does not correspond to an active liquidity pool. After a quarterly roll, an fCash asset whose maturity previously corresponded to an active liquidity pool can become idiosyncratic.&#x20;

For example, consider a user who took out a loan from the one-year liquidity pool. At the time of the next quarterly roll, that user's fCash would mature in nine months, and the nine-month liquidity pool would reset after the quarterly roll to be a new one-year liquidity pool. This would result in the user's nine-month fCash becoming idiosyncratic.

### Trading Idiosyncratic fCash

Idiosyncratic fCash can't be traded on one of Notional's on-chain liquidity pools because an idiosyncratic fCash asset's maturity does not match an active maturity. Notional supports trading idiosyncratic fCash via submission of a transaction that is signed by both the sender and receiver of the fCash asset. Idiosyncratic fCash liquidity can be made available via external orderbook or RFQ-style infrastructure like 0x, but this functionality is not yet active.

For the user who holds nine-month fCash, this means that currently they would not be able to sell their fCash on a Notional liquidity pool for a period of three months until it became six-month fCash and could be traded on the six-month liquidity pool.


---

# 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/governance/active-maturities/idiosyncratic-fcash.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.
