> 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/xfactory-initial-launch-old/nodes-advanced-staking.md).

# Nodes - Advanced Staking

The aim of Advanced Staking is to create a strong incentive for long-term holders of XONE and XFACTORY tokens. Moreover, Advanced Staking offers the opportunity to earn non-project tokens, such as stablecoins and other common tokens.

### Advanced Staking - Details

However, Advanced Staking works slightly differently from Xfactory's traditional [staking](/main/products/finance/xfactory/staking-pools.md). Therefore, we gathered the most important information you have to know before investing in Advanced Staking:

#### What's the daily/annual return?

The daily and annual return of advanced staking depend on the respective pool. Moreover, the return of each pool depends on the existing value, daily added value, and price of tokens. Usually, you can expect a daily return of 1.5% - 3%.

#### What's the maximum payout

You will receive up to a max of 500% ROI. The max possible ROI is based on node pool balance and is not possible to guarantee.

#### Can I withdraw my staked capital?

No, you can't withdraw your staked capital. However, you will receive your capital over time based on the daily return.

#### Which tokens do I receive as a daily return?

You will receive the same tokens as you staked. For example, if you stake a liquidity pool consisting of XONE and MATIC, you will also receive XONE-MATIC liquidity pools as a daily return.

#### What is a denomination?

Contrary to standard staking, you can only stake certain amounts (and multiple of them). As an example: The denomination of XONE is 50. As a result, you can stake 50 XONE or a multiple of 50 (100, 150, 200, 250, etc.).

### Advanced Staking Pools

Here's an overview of the currently available Advanced Staking pools. We will constantly add additional pools.

| Pool             | Denomination |
| ---------------- | :----------: |
| XONE - MATIC     |      50      |
| XONE - USD       |      50      |
| XONE             |      50      |
| XFACTORY - MATIC |      50      |
| XFACTORY - USDC  |      50      |
| XFACTORY         |      50      |


---

# 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/xfactory-initial-launch-old/nodes-advanced-staking.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.
