# Deposit Shares

`Deposit shares` are percentage figures that tell the nToken account how much of a user's total liquidity to deposit into each individual market. `Deposit shares` are represented as percentages and add up to 100%.

For example, if a currency's `max market index` is 3 meaning there are 3 active markets (3 month, 6 month, and 1 year) the `deposit shares` will allocate Prime Cash liquidity amongst those 3 active fCash markets.&#x20;

Deposit shares allow Notional governance to direct liquidity to the maturities where there is the greatest end-user demand for borrowing and lending. For example, governance may decide on a set of deposit shares that would direct more liquidity to long-dated maturities and less liquidity to short-dated maturities, or vice versa, depending on relative demand.

### Parameter Selection Considerations

Deposit shares should be selected to allocate sufficient liquidity to listed markets based on current and historical demand.&#x20;


---

# 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/v3-risk-parameters/ntokens-lp/deposit-shares.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.
