# Smart contracts

- [E721 Farms](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/e721-farms.md): E721 farms include all the farms built for pools in which the liquidity provider has an NFT (ERC721) position.
- [E721Farm](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/e721-farms/e721farm.md)
- [Camelot V3](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/e721-farms/camelot-v3.md): Pools in camelot V3 are very similar to Uniswap V3. When a liquidity provider supplies assets to the pool, the LP receives an NFT position in return.
- [CamelotV3FarmDeployer](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/e721-farms/camelot-v3/camelotv3farmdeployer.md)
- [CamelotV3Farm](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/e721-farms/camelot-v3/camelotv3farm.md)
- [Base contracts](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/base-contracts.md): These contracts are base for all the other contracts and they have the common logic for functionalities like deposit, withdraw, createFarm, etc.
- [Farm](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/base-contracts/farm.md)
- [FarmStorage](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/base-contracts/farmstorage.md)
- [FarmRegistry](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/base-contracts/farmregistry.md)
- [FarmDeployer](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/base-contracts/farmdeployer.md)
- [Features](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/features.md): Features contracts can be considered as plugins, which are used in farms only where they are needed.
- [ClaimableFee](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/features/claimablefee.md)
- [ExpirableFarm](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/features/expirablefarm.md)
- [OperableDeposit](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/features/operabledeposit.md)
- [Rewarder](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/rewarder.md): Rewarder is a contract which can be used by farm admins when they want to emit rewards in fixed APR instead of fixed token amounts (by setting reward rate).
- [Rewarder](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/rewarder/rewarder.md)
- [RewarderFactory](https://docs.sperax.io/sperax-farms-protocol/technical-documents/smart-contracts/rewarder/rewarderfactory.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.sperax.io/sperax-farms-protocol/technical-documents/smart-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.
