# 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>
