# exSat consensus contracts

exSat leverages a series of smart contracts to import and process Bitcoin data, as well as manage the distribution of $XSAT.

<figure><img src="/files/QLhYdxWvfXboUpeK0wDU" alt=""><figcaption></figcaption></figure>

You can find details of the contracts:

| name         | description                    | docs                                                                                                                                 |
| ------------ | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| btc.xsat     | BTC Token Contract             |                                                                                                                                      |
| exsat.xsat   | XSAT Contract                  |                                                                                                                                      |
| poolreg.xsat | Pool Register Contract         | [poolreg.xsat document](/developer-guides/native-layer-developer-guides/exsat-consensus-contracts/pool-register-contract.md)         |
| rescmng.xsat | Resource Manage Contract       | rescmng.xsat document                                                                                                                |
| utxomng.xsat | UTXO Manage Contract           | [utxomng.xsat document](/developer-guides/native-layer-developer-guides/exsat-consensus-contracts/utxo-management-contract.md)       |
| rwddist.xsat | Reward Distribution Contract   | rwddist.xsat document                                                                                                                |
| blkendt.xsat | Block Consensus Contract       | [blkendt.xsat document](/developer-guides/native-layer-developer-guides/exsat-consensus-contracts/block-consensus-contract.md)       |
| blksync.xsat | Block Synchronization Contract | [blksync.xsat document](/developer-guides/native-layer-developer-guides/exsat-consensus-contracts/block-synchronization-contract.md) |
| endrmng.xsat | Validator Manage Contract      | [endrmng.xsat document](/developer-guides/native-layer-developer-guides/exsat-consensus-contracts/validator-management-contract.md)  |
| staking.xsat | Staking Contract               | [staking.xsat document](/developer-guides/native-layer-developer-guides/exsat-consensus-contracts/staking-contract.md)               |
| custody.xsat | Custody Contract               | custody.xsat document                                                                                                                |


---

# 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.exsat.network/developer-guides/native-layer-developer-guides/exsat-consensus-contracts.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.
