# Pre-Requsites

1. Python version >= 3.11
2. Docker
3. Anaconda
4. Make
5. FLOCK - FLock’s native token is required for staking. You can check out the contract [here](https://sepolia.basescan.org/address/0xeF39985160FEdd389B46E6dB14d6aEa26cb5981A).
6. Base Sepolia ETH - our testnet is deployed on Base Sepolia. You need Base Sepolia ETH to cover gas costs. If you don’t have Base Sepolia ETH, you can get some from the [Alchemy Faucet](https://www.alchemy.com/faucets/base-sepolia).

Note that dependant on the task, there is specific hardware requirements. For LLM fine-tuning tasks, you need at least `GPU` with at least `12GB` memory.


---

# 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.flock.io/flock-products/fl-alliance/fl-client/pre-requsites.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.
