# Fixed Deposit Mechanics

<figure><img src="/files/i7e4RFqubtgqat80L0nz" alt=""><figcaption><p>Elemental Fixed Deposit Mechanics</p></figcaption></figure>

### Key Characteristics

This diagram outlines how capital flows through Elemental’s Fixed Deposit system, from deposit to yield distribution.

At a high level, the process is designed to separate user experience from backend operations, allowing for a simple interface while maintaining disciplined capital management behind the scenes.

### Step-by-Step Flow

**1. Deposit**\
Depositors deposit funds into Elemental’s Fixed Deposit vaults.

**2. Deployment**\
Capital is deployed on-chain across a range of market-neutral strategies. Allocation is actively managed and adjusted over time.

**3. Yield Distribution**\
Users receive a fixed yield for the duration of the epoch. This is defined at the start of each cycle.

**4. Profit Allocation**\
Any excess returns generated beyond the fixed yield are split into two areas:

* Operational costs
* The Compound Fund

**5. System Reinforcement**\
The Compound Fund acts as an internal reserve. In periods where strategy returns are lower than expected, it may be used to support yield consistency.

### Design Principles

The system is built around a few core ideas:

* **Separation of layers**\
  User-facing simplicity is maintained, while backend capital allocation remains flexible and adaptive.
* **Controlled distribution**\
  Yields are defined per epoch, allowing for clarity without exposing users to intra-cycle volatility.
* **Long-term reinforcement**\
  A portion of excess returns is retained within the system to strengthen its ability to operate across different market conditions.


---

# 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.elemental.fund/elemental-fixed-deposit/infographic.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.
