# Depositing to Treasury

Important: Depositing ADA to an Agora treasury is sending funds to a smart contract. In order to send the funds in a way that they will be spendable in the future, **only deposit assets to your treasury through the Clarity interface. Sending assets directly from your wallet without a datum attached could result in unspendable funds in the DAOs treasury.**

## Deposit Assets to the DAO Treasury

**Step 1: On the DAO's Dashboard page, click the 'Deposit to Treasury' button in the Treasury widget.**

**Step 2: Enter an asset and amount to send to the Treasury**

**Step 3: Confirm deposit**

**Step 4: Sign Transaction**

Once your transaction has been verified on-chain, the Assets will appear in the Treasury. This may take several minutes to appear.


---

# 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.clarity.vote/clarity-v1/participating-in-a-dao/depositing-to-treasury.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.
