> For the complete documentation index, see [llms.txt](https://goattrading.gitbook.io/dojo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://goattrading.gitbook.io/dojo/token-types/charity.md).

# Charity

Charity tokens are a simple example of new features markets could include that extend past the individual business. Taxes taken from tokens are all converted to Ether and sent directly to a charity of their choice hardcoded into the token contract.

There are currently around 50 charities able to be used. Some have independent wallet addresses, but many of these tokens were gathered from The Giving Block. Because TGB only supports Ethereum, on chains other than Ethereum the tokens must first bridge taxes to Ethereum before sending to the charity wallet. A worker on Ethereum that Goat controls will prove the bridge transactions after a week of the bridge being initialized.

We’re starting with 50 somewhat randomly chosen tokens to begin with, and can easily expand this number as our UX for choosing them improves. Currently creating a charity token has a simple dropdown to choose the charity you’d like, so we did not want to overwhelm the creator with too much choice. We chose a couple programs for major causes.


---

# 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://goattrading.gitbook.io/dojo/token-types/charity.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.
