> 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/send/crypto-addresses.md).

# Crypto addresses

### What is a contract address?&#x20;

A contract address is like a barcode for a coin. It is the unique identifier on the blockchain where a meme coin’s smart contract is stored. It’s used to verify, track, and interact with that specific coin across wallets, exchanges, and block explorers.

Every coin has a unique contract address associated with it. On Moonshot, these addresses can be used to paste into the search bar to find and trade the coin instantly. They can also be found toward the bottom of the coin’s page, where you can easily copy the coin’s contract address to use at your discretion.&#x20;

**Contract addresses are used solely to track and identify a specific coin.**&#x20;

{% hint style="danger" %}
Contract addresses do not have the same function as a wallet address, **and transferring crypto to a coin’s contract address will result in lost funds that Moonshot cannot reverse.**&#x20;
{% endhint %}

### What is a wallet address?&#x20;

A wallet address is the unique identifier for your personal crypto wallet, where you can send, receive, and store coins. Unlike a contract address, which identifies a specific coin, a wallet address represents you (or more precisely, your crypto holdings) on the blockchain. Think of it like your home address, where people can send things directly to you.

When you create an account with Moonshot, your unique wallet address is minted on the Solana network. You can find your wallet address at the top of the page after navigating to **Settings** > **Export Keys**. It will be a long string of letters and numbers specific to your wallet only.

Your wallet address is used to deposit or withdraw coins, or to receive coins from another person. When transferring cryptocurrency to or from your Moonshot wallet, all transactions must be conducted on the Solana network.&#x20;

{% hint style="danger" %}
Sending crypto to a wallet that isn’t on the Solana network can result in permanent loss of funds, which Moonshot cannot recover.
{% endhint %}

Key difference: Sending coins to a wallet address transfers them to someone’s control. Sending coins to a contract address does not, and in most cases will permanently remove them from circulation. Always double check that you’re sending to a wallet address when transferring funds.<br>


---

# 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/send/crypto-addresses.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.
