> For the complete documentation index, see [llms.txt](https://x3defi.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://x3defi.gitbook.io/main/products/finance/xfactory/diamond-vaults.md).

# Diamond Vaults

With Diamond Vaults, we offer an innovative staking opportunity that was specifically designed for long-term holders. Here are the most important details about the vaults:

## How Diamond Vaults Work?

### Basic Information

Diamond Vaults have a 10% transaction fee that is charged for every transaction: deposit, compound, withdraw. 3% of the fee is directly distributed among all Diamond Vault holders according to their stake. 7% go to the Diamond Vault reserves and are paid out over time to all holders.

### Withdrawal

There's no lockup period. You can withdraw your assets at any time.&#x20;

### APR

The APR is mainly based on three factors: reserves, users' compound rate, and staked assets. Worth mentioning that the 3% fee that is directly distributed to holders is not included in the APR calculation. Therefore, it's basically an add-on to the APR.

### Strategy

We suggest and highly recommend following the 5/2 strategy, meaning to compound on 5 days of the week and take profits on 2 days. By doing so, everyone can help to ensure a stable APR.

## Available Diamond Vaults

Currently, we offer two Diamond VaultS:

* XONE
* DARKX


---

# 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://x3defi.gitbook.io/main/products/finance/xfactory/diamond-vaults.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.
