> For the complete documentation index, see [llms.txt](https://docs.exsat.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exsat.network/approach/usdxsat-tokenomics/incentives-and-staking-requirements.md).

# Incentives and Staking Requirements

* **Mining and Staking Incentives**: Like Bitcoin, the entire distribution of XSAT tokens is synchronized with the mining of new BTC blocks through a mining process. This ensures that anyone with the necessary computational resources can participate in the network and earn tokens, promoting a decentralized and egalitarian distribution mechanism. This method not only incentivizes participation but also enhances the security and decentralization of the network by dispersing token ownership widely among those contributing to the network’s operations.
  * **Block Data Submission and Discovery Rewards**: Synchronizers receive 10% of the block's token incentive for submitting verified BTC block data first. This reward increases to 50% if the synchronizer is also the miner of the BTC block. This incentive design aligns the interests of Bitcoin miners with the exSat network, encouraging contributions to both ecosystems.
  * **Block Data Verification Rewards**: Immediately after the network launch, the first 2/3+1 validators to verify signatures for each block will share 10% of the total XSAT generated in that period as the verification incentive. After the commencement of staking XSAT, only qualified validators among the top stakers by XSAT amount will be eligible for these rewards.
  * **BTC Staking Rewards**: If the synchronizer, who is also a mining pool, does not discover a Bitcoin block, all participating validator nodes will share 80% of the total XSAT generated in that period based on their BTC staking ratio. If the synchronizer does discover a block, all participating nodes share 40% of the total XSAT generated. This approach ensures a fair and equitable distribution of rewards, recognizing the contributions of all network participants.
* **Validator Participation**: Validators are required to stake a minimum of 100 BTC and XSAT, securing a significant financial commitment to the network’s security. To become a validator node, a participant must be among the top stakers by the staked amount of XSAT.


---

# 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:

```
GET https://docs.exsat.network/approach/usdxsat-tokenomics/incentives-and-staking-requirements.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.
