> For the complete documentation index, see [llms.txt](https://docs.marquee.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.marquee.fi/protocol/secondary-offering-and-repurchase.md).

# Secondary Offering & Repurchase

The stablecoin USDT backs MARQ. When the price of [MARQ](https://web.archive.org/web/20231208031610/https://docs.marquee.fi/protocol/secondary-offering-and-repurchase) lies above USDT, the protocol automatically supplies and distributes new [MARQ](https://web.archive.org/web/20231208031610/https://docs.marquee.fi/protocol/secondary-offering-and-repurchase), which drives the price of [MARQ](https://web.archive.org/web/20231208031610/https://docs.marquee.fi/protocol/secondary-offering-and-repurchase) down. When the price of [MARQ](https://web.archive.org/web/20231208031610/https://docs.marquee.fi/protocol/secondary-offering-and-repurchase) lies below USDT, the protocol automatically purchases and burns existing [MARQ](https://web.archive.org/web/20231208031610/https://docs.marquee.fi/protocol/secondary-offering-and-repurchase), which pushes up the price of [MARQ](https://web.archive.org/web/20231208031610/https://docs.marquee.fi/protocol/secondary-offering-and-repurchase). At the end of each epoch, the supply or the repurchase occurs based on the above rule to stabilize the [MARQ](https://web.archive.org/web/20231208031610/https://docs.marquee.fi/protocol/secondary-offering-and-repurchase) price.​

The amount of newly minted [MARQ](https://web.archive.org/web/20231208031610/https://docs.marquee.fi/protocol/secondary-offering-and-repurchase) is given below:

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

The amount to repurchase is given below:

TWAP is the time-weighted average price of MARQ in the week.​

**ICV** is the inflation control variable that can be adjusted by DAO governance to control the degree of inflation; a higher value of ICV indicates a greater amount of MARQ supply and hence, a greater inflation rate.​

**DCV** is the deflation control variable which is again controlled by DAO governance. The greater DCV, the greater amount of repurchased and burned MARQ.​

Finally,

<figure><img src="/files/5guCRxx6V5xjOdeYHSAZ" alt=""><figcaption></figcaption></figure>

Where Reserves are the total value of assets reserved in the vault.


---

# 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.marquee.fi/protocol/secondary-offering-and-repurchase.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.
