> For the complete documentation index, see [llms.txt](https://atlantisfi.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atlantisfi.gitbook.io/docs/atlantis-finance-1/boardroom.md).

# BOARDROOM

{% hint style="success" %}
BOARDROOM GOES ACTIVE ON 20/01 6PM UTC (after 1 day of farms live. To get initial $WHALE in supply to be staked in Boardroom)&#x20;
{% endhint %}

## Atlantis BoardRoom Mechanics

#### Epoch duration: 6 hours

#### Deposits/withdrawal of $WHALE into/from the boardroom will lock $WHALE for 6 epochs and $ETH rewards for 2 epochs. Claiming $AETH rewards will lock staked $WHALE for 6 epochs and the next $AETH rewards can only be claimed 2 epochs later.

> There is a &#x30;**%** tax fee per stake.&#x20;

{% hint style="info" %}
Note: APR fluctuates from time to time and is dependent on certain factors such as:\
\- Price of AETH\
\- Price of WHALE\
\- Amount of WHALE staked in Boardroom (Locked Value)
{% endhint %}

### Distribution of AETH

We have changed the normal model of distribution of AETH through the Boardroom per epoch. We have made these changes to give a heavier allocation to the DAO and insurance fund *(which will be dedicated from the DAO to deploy in circumstances where we are below peg)*. \
**70%** as Reward for Boardroom WHALE Stakers\
**15%** goes to DAO fund\
**15%** goes to DEV fund&#x20;

### Dynamic Inflation

Atlantis Finance has dynamic inflation of AETH in the boardroom. We have a sliding scale based on TWAP for inflation percentage per epoch. At 1.01 TWAP we will inflate at 1%, and at 3.0 TWAP or more ($AETH at 3x peg or more) we will reach max expansion which can be viewed in the table below. It will increase and decreased based on TWA&#x50;*(e.g. at TWAP 1.5 with max expansion at the time set to 3% we will see a print of 1.5%).*

{% hint style="info" %}
This dynamic inflation based on the TWAP was introduced because as is current in standard forks no matter what the TWAP is as long as it is above 1.01 it will print max expansion. The reason we have chosen to taper it is to control inflation on the front end with burn mechanics being implemented on the back end with other features to ensure we can reach an equilibrium daily of inflated supply to burnt supply.&#x20;

This will come at a cost of lower Boardroom APR at some points but will heavily increase our chances at stability in the ecosystem.&#x20;

It is important to know this feature and its current impact on the ecosystem will be monitored by the team and may be edited at any time to properly incentivize good behavior in Atlantis Finance.
{% endhint %}

**Below is a table of the expansion rate vs how many $AETH are in total supply**

| Total Circulating Supply | Max Expansion Rate |
| ------------------------ | ------------------ |
| 1-500k                   | 4%                 |
| 500k-2M                  | 3%                 |
| 2M-4M                    | 2%                 |
| 4M-8M                    | 1.5%               |
| 8M-20M                   | 1.25%              |
| 20M+                     | 1%                 |

### Orientation to Boardroom Staking <a href="#orientation-to-boardroom-staking" id="orientation-to-boardroom-staking"></a>

**Epoch number** refers to the current epoch in which ATLANTIS FINANCE protocol is in.

* **Next Seigniorage** indicates a countdown timer to the next epoch. (Each epoch duration lasts for 6 hours)
* **APR** refers to the simple returns in USD value relative to the amount of LP staked (USD value)


---

# 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://atlantisfi.gitbook.io/docs/atlantis-finance-1/boardroom.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.
