> For the complete documentation index, see [llms.txt](https://support.moonshot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.moonshot.com/coins.md).

# Coins

- [Bitcoin & crypto](https://support.moonshot.com/coins/bitcoin-and-crypto.md)
- [Memecoins](https://support.moonshot.com/coins/memecoins.md)
- [Tokenized equities](https://support.moonshot.com/coins/tokenized-equities.md)
- [Explore](https://support.moonshot.com/coins/explore.md)
- [Create](https://support.moonshot.com/coins/create.md): Create provides quick access to explore all coins that were created on Moonshot and effortlessly create your own coins.
- [Creator fees](https://support.moonshot.com/coins/create/creator-fees.md): Learn how dynamic trading fees work, how much you can earn as a creator, and when payouts are processed.
- [Promotion](https://support.moonshot.com/coins/create/promotion.md)
- [Bonding](https://support.moonshot.com/coins/create/bonding.md): Learn what bonding is, how it works once your coin hits $1M market cap, and what happens after your coin transitions to a full liquidity pool.
- [Troubleshooting](https://support.moonshot.com/coins/create/troubleshooting.md)
- [Send](https://support.moonshot.com/coins/send.md): Learn how to send crypto and memecoins to and from your Moonshot wallet.
- [Crypto addresses](https://support.moonshot.com/coins/send/crypto-addresses.md): This article explains the key differences between contract addresses and wallet addresses, helping you understand how each is used on the blockchain.
- [Troubleshooting](https://support.moonshot.com/coins/send/troubleshooting.md)
- [Verification](https://support.moonshot.com/coins/verification.md): Learn how to submit your coin for verification and what criteria are required to maintain verified status.
- [Criteria](https://support.moonshot.com/coins/verification/criteria.md)
- [Verified vs unverified](https://support.moonshot.com/coins/verification/verified-vs-unverified.md)
- [Share](https://support.moonshot.com/coins/share.md)
- [Official](https://support.moonshot.com/coins/official.md)


---

# 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://support.moonshot.com/coins.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.
