# Managing Token Holder Distributions

Once staking has been enabled for your project you should be able to see the staking contract address in the settings menu.

<div data-with-frame="true"><figure><img src="/files/ANTXxJtoa7VzsHEeejqp" alt="" width="188"><figcaption></figcaption></figure></div>

This is the address that you should use when receiving assets that are intended to be distributed to token holders. If you know that there are funds ready to be transferred to your project that you wish to be distributed to your token holders, make sure that those assets are transferred to this address rather than the project address.

Once assets have been transferred to the staking contract address, you should see that rewards are available to be distributed on the Staking tab of the settings menu. Before you distribute rewards, you should first be sure that your token holders have staked their tokens to ensure a proper distribution. All assets will be distributed based not on pure token holdings, but rather on staked token holdings. If only one token holder stakes, they’ll have a 100% share of the distribution.

<div data-with-frame="true"><figure><img src="/files/gcYfmKeUpvFN5yI63kVJ" alt=""><figcaption></figcaption></figure></div>

When there are available rewards and tokens are staked, you’ll have the option to distribute the rewards. Anyone can initiate this transaction: it does not require any special permissions on the project.

<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.decentdao.org/app/user-guide/staking/managing-token-holder-distributions.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.
