# TokensFarmSDK

**INFO** : `TokensFarmSDK.sol` is the contract designed to facilitate the integration of staking systems into other projects. By providing audited code, we empower projects to reward token holders for staking their assets.

\
Integration Process:

* Contract Admin Identification - The client specifies the contract that will manage the SDK (contractAdmin).
* SDK Deployment - Our team deploys the TokensFarmSDK.sol contract, incorporating the provided contract admin address during initialization. This ensures that only authorized parties can manage staking and withdrawal operations.
* Integration Support - We offer a library (SDKFunctionality.sol) and function list to assist with integration. Our development team is available to provide guidance.
* Restricted Access - Functions within SDKFunctionality.sol are exclusively accessible by the designated contract admin.
* Public Information Retrieval - Public getters allow direct access to contract data.<br>


---

# 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.tokensfarm.com/for-developers/tokensfarmsdk.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.
