# CONTRACTS

- [Staking Contract](https://docs.middlestaking.fr/contracts/staking-contract.md)
- [Details](https://docs.middlestaking.fr/contracts/staking-contract/details.md): Few more details about staking contract
- [Functions](https://docs.middlestaking.fr/contracts/staking-contract/functions.md): Here is a summary of views and functions
- [Swap contract](https://docs.middlestaking.fr/contracts/swap-contract.md)
- [Details](https://docs.middlestaking.fr/contracts/swap-contract/details.md)
- [Liquidity](https://docs.middlestaking.fr/contracts/swap-contract/liquidity.md)
- [Swap](https://docs.middlestaking.fr/contracts/swap-contract/swap.md)
- [NFT/SFT Staking Contract](https://docs.middlestaking.fr/contracts/nft-sft-staking-contract.md): This contract allow any user to giveaway/rewards tokens to any SFT/NFT  collection running on the MultiversX blockchain through staking system.
- [Details](https://docs.middlestaking.fr/contracts/nft-sft-staking-contract/details.md)


---

# 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.middlestaking.fr/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.
