# Staking-as-a-service

## Product summary

This whole section is dedicated for projects/teams who wish to create their own stake or farm pool to allow their community to participate in the ecosystem and earn rewards.

Your stakers will get rewarded from the reward pools created by your team, with any chosen token. It can be the same token as the staked one, USDC, ETH, BNB, AVAX etc. \
It's all up to you.

#### You can create either:

* a staking pool, with a single-sided token to be staked (e.g. BNB, ETH, USDC, TOKENXYZ, etc.)
* a farming pool, with an LP token, i.e. pair, to be staked (e.g. BNB/TOKEN XYZ)&#x20;

### IMPORTANT NOTE

Once created, a staking pool cannot be deleted. Do ensure everything is setup correctly, mainly:&#x20;

* contract address of the token to stake
* each time boost with proper scale (minute/hours/days/weeks/months/years),

The minimum and maximum amount of tokens to stake needs to be checked carefully for LP tokens as ratio/supply is not necessarily what you are expecting. However this parameter is **editable** from the "**setting**" > "**Stake pool**" menu by the pool owner.


---

# 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.uncx.network/guides/for-projects/staking-as-a-service.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.
