# Deposit

The deposit modal allow any Project owner, Dao, Community, User to create a staking pool.

Any token sent as a deposit will be "locked" in the contract and will the be available as staking rewards

The Token owner will have to choose :&#x20;

* The staked token.
* The rewarded token.
* Amount of token to deposit in pool

Interface will only propose token existing in user wallet.

<figure><img src="/files/NzXHK5g2FJFxgnIbolkz" alt=""><figcaption></figcaption></figure>

1 : Choose the token that users will have to stake to earn rewards

2 : Choose the token that users will receive as a staking rewards (wallet balance appear in front of ticker)

3 & 4 : Social and logo that the dapp was able to load from api

5 : \*Deprecated\*

6 : Open the modal and select the amount of token you want to lock inside the pool

![](/files/PEt3Qj12o1wFwg6rQTyj)


---

# 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.middlestaking.fr/welcome/deposit.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.
