# Pool de minage

Chaque ferme mine du Bitcoin à une adresse dédiée sur un pool de minage Bitcoin (Cruxpool.com)&#x20;

Le pool minier analyse les données de la blockchain Ethereum sur le contrat de staking et appelle getAllStakedERC721Pool avec le poolID pour obtenir la liste des NFT stakés.&#x20;

Chaque NFT est ensuite extrait via getStakedERC721Pool et vous obtenez un tuple contenant des données précises sur l'horodatage du bloc lors du dépôt, le propriétaire, l'adresse bitcoin et le pool.

```
struct ItemInfo {
        address owner;
        uint256 poolId;
        uint256 timestamp;
        string addressBTC;
}
```

Le pool de minage récompense les utilisateurs de l'adresse dédiée vers les utilisateurs qui stakent.&#x20;

Site web : [https://cruxpool.com](https://cruxpool.com/)


---

# 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.startmining.io/presentation-du-start/smart-start/pool-de-minage.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.
