> For the complete documentation index, see [llms.txt](https://dao-dao-docs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dao-dao-docs.gitbook.io/docs/dao-management/treasury/send.md).

# Send tokens

Sending tokens from a DAO is easy. Tokens can be sent to a recipient on the same chain as the DAO or on another [IBC](/docs/introduction/whats-a-blockchain.md#how-do-you-send-tokens-between-blockchains)-connected chain.

## Steps

[Create a proposal](/docs/dao-governance/proposals/how-to-create-a-proposal.md) and add the `Spend` action from the `DAO Treasury` category.

![Create proposal form](/files/Ihx8kCRwOdvs1tjmKWfM)

![DAO Treasury category in Add an action modal](/files/eQ1DR1p99oaenWA06L1b)

![Spend action in DAO Treasury category](/files/ud0yC5w1MSut4pCKE5Ef)

![Spend action](/files/H5e8PtLV54VFj3ySOyXS)

### Change recipient chain

To choose which chain the tokens should be sent to, click on the dropdown to the left of the recipient address. This can be the same chain as the DAO or any IBC-connected chain.

![Spend action recipient chain](/files/2dFzgGVYGc69zCwwTkP2)

Simply choose which chain to send the tokens to.

![Chain picker](/files/Ozp8GuEclIUj8gwWyZNS)

{% hint style="info" %}
Only chains that have an active IBC connection with the chain the DAO lives on can be chosen. All chains shown in the list should work, but it's always a good idea to double check with someone if you are unsure. If there is a chain missing from the list, or a chain does not appear to work, please reach out to the developers on [Discord](https://discord.daodao.zone).
{% endhint %}

Once choosing a chain, it will confirm the IBC path the tokens will be sent through.

![Spend action with IBC path](/files/BpxbGTl9mkmvtC47DuoZ)

For example, the action above will send 1 $JUNO from the DAO's Juno treasury to a wallet on Osmosis.

Once this proposal is passed and executed, the tokens will be sent.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dao-dao-docs.gitbook.io/docs/dao-management/treasury/send.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
