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

# Reserve Auctions

[What are reserves?](#what-are-reserves)\
[What are claimable reserves?](#what-are-claimable-reserves)\
[What is Net Interest Margin?](#what-is-net-interest-margin)\
[What is a reserve auction?](#what-is-a-reserve-auction)\
[When do reserve auctions occur?](#when-do-reserve-auctions-occur)\
[Who triggers reserve auctions, is there an incentive?](#who-triggers-reserve-auctions-is-there-an-incentive)\
[How do I participate in a reserve auction?](#how-do-i-participate-in-a-reserve-auction)

### What are reserves?

Reserves are a balance of funds that are collected from [Origination Fees](https://faqs.ajna.finance/getting-started/glossary#origination-fee), [Net Interest Margin](https://faqs.ajna.finance/getting-started/glossary#net-interest-margin-nim) and Penalties. Each pool has a reserve, denominated in the pool's quote token.  Reserves act as backup funds for covering bad debt and are also used for buying and burning AJNA tokens through reserve auctions.

### What are claimable reserves?

Claimable reserves are a portion of a pool's reserves that are eligible to be claimed through a reserve auction. For a comprehensive breakdown see section 9.1 in the [whitepaper](https://www.ajna.finance/whitepaper).<br>

<figure><img src="/files/FJChA43AfsV4pLqhIGxx" alt=""><figcaption><p>Formula to calculate a pool's claimable reserves</p></figcaption></figure>

### What is Net Interest Margin?

Net Interest Margin(NIM) is a portion of the interest revenue that goes to the pool's reserves and is used to provide a liquidity cushion to lenders and absorb bad debt if some should occur. The NIM is approximately 10% of the interest rate revenue. &#x20;

### What is a reserve auction?

A reserve auction is a sale of claimable reserves for AJNA tokens through a dutch auction. The bidder receives quote tokens, while the protocol receives and burns the AJNA.

### When do reserve auctions occur?

Reserve auctions occur when enough claimable reserves accumulate such that the person triggering the reserve auction makes more money than the transaction costs. Reserve auctions can occur at a maximum of once every two weeks per pool.

### Who triggers reserve auctions, is there an incentive?

Anyone can trigger a reserve auction and the incentive is to purchase the reserves at a discount to market, making a profit on the spread.

### How do I participate in a reserve auction?

Through your interface of choice.


---

# 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://faqs.ajna.finance/faqs/reserve-auctions.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.
