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

# SOURCE - $SOURCE

- [Tokenomics](https://docs.sourceprotocol.io/source-usdsource/tokenomics.md)
- [Features Part 1](https://docs.sourceprotocol.io/source-usdsource/features-part-1.md): Built With Individuals, Developers and the Enterprise in Mind
- [Features Part 2](https://docs.sourceprotocol.io/source-usdsource/features-part-2.md)
- [Why Guardian Nodes?](https://docs.sourceprotocol.io/source-usdsource/why-guardian-nodes.md): Enhanced Security and Trust for Enterprise Solutions
- [Source Swap](https://docs.sourceprotocol.io/source-usdsource/source-swap.md): An Interchain DEX and AMM
- [Airdrop](https://docs.sourceprotocol.io/source-usdsource/airdrop.md): A Community-Driven Fair Airdrop of SOURCE to Cosmos Hub and Source Token Supporters
- [Claim Source-Drop](https://docs.sourceprotocol.io/source-usdsource/claim-source-drop.md): Instructions for Connecting to the Source Blockchain and Accessing Your Airdrop
- [How to IBC Transfer](https://docs.sourceprotocol.io/source-usdsource/how-to-ibc-transfer.md): The following is a guide on how to IBC transfer SOURCE tokens to the OSMO network and also how to send "SOURCE on OSMO" back to "SOURCE on SOURCE."
- [Community](https://docs.sourceprotocol.io/source-usdsource/community.md): Powering Web 3.0 and Beyond


---

# 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://docs.sourceprotocol.io/source-usdsource.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.
