> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/good-token/how-to-buy-good.md).

# How to buy GOOD

> GOOD goes live on Septemebr 9, 2025 on Solana.\
> GOOD contract address is:&#x20;
>
> ```
> goodX4LG92UAcRdFRUykfP2fAfzQAVttrToEPxtxSkp
> ```

***

#### Buy inside the goodcryptoX app (recommended)

The easiest and most secure way to buy GOOD is through the goodcryptoX app:

1. Open the app, go to DEX and create a Solana wallet
2. Fund it with:
   * SOL (for gas fees)
   * Any token you want to swap into GOOD
3. Go to DEX → Swap, search for GOOD using its contract address, and make the trade

Here is the direct link to the app: it will open the DEXs page, switch network to Solana, and select GOOD in the "Buy" field:

[🟢 **BUY GOOD** 🟢](https://app.goodcrypto.app/x?exchange=xsol\&base=goodX4LG92UAcRdFRUykfP2fAfzQAVttrToEPxtxSkp)

We use Jupiter — Solana’s top DEX aggregator — to route all Solana swaps, so you always get the best available price across all DEXs.<br>

✅ When you buy through the app:

* Your GOOD lands directly to your goodcryptoX wallet
* You immediately unlock all GOOD benefits: [revenue share](/ecosystem/revenue-sharing.md), [fee discounts](/good-token/holding-benefits.md), and more.

***

#### Buy outside the app (optional)

You can also buy GOOD via Jupiter or Raydium:

1. Connect a Solana wallet (Phantom, Solflare, Backpack, etc.)
2. Search for GOOD using its contract address
3. Swap from any supported token

⚠️ Note: GOOD held in external wallets is not eligible for [revenue share](/ecosystem/revenue-sharing.md) and swap fee [discounts](/good-token/holding-benefits.md) in goodcryptoX.


---

# 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.goodcrypto.app/good-token/how-to-buy-good.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.
