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

# How to Buy $STAG

You buy $STAG on our **Bridge** page: **stagwifhood.fun/bridge**. It lets you turn *almost any coin on almost any chain* — Solana, Ethereum, Base, Arbitrum — straight into **$STAG**, in about a minute.

> **Why a "bridge"?** Because your money might be on a different chain (like Solana or Ethereum). The bridge moves its *value* over to Robinhood Chain and hands you $STAG — all in one step.

## Before you start, you need:

1. A **wallet** ([set one up](/stag-docs/getting-started/wallet-setup.md)).
2. Some crypto to pay with (SOL, ETH, USDC — on any supported chain).
3. *(For staking/minting later)* a little **ETH on Robinhood Chain** for gas.

## The two tabs on the Bridge

The bridge has **two modes** — pick the tab at the top:

### 🦌 Buy $STAG

Turns your coin into **$STAG**.

* **Sell** side = what you're paying with (pick your coin, e.g. SOL or ETH).
* **Buy** side = **locked to $STAG** (you don't pick — it's set).
* Result: **$STAG lands in your Robinhood-Chain wallet.**

### Bridge to Robinhood

Turns your coin into **ETH on Robinhood Chain** (useful for gas, so you can then stake or mint).

* **Sell** side = what you're paying with.
* **Buy** side = ETH on Robinhood Chain.
* Result: **ETH lands in your Robinhood-Chain wallet.**

## Step by step (Buy $STAG)

1. Go to **stagwifhood.fun/bridge**.
2. Make sure the **🦌 Buy $STAG** tab is selected.
3. Tap **Connect Wallet** and connect the wallet that *has your money* (e.g. MetaMask if paying with ETH, Phantom if paying with SOL).
4. On the **Sell** side, pick the coin you're paying with and type an amount.
5. The **Buy** side already shows **$STAG**. You'll see how much $STAG you'll get.
6. Tap the big green button, **confirm in your wallet**, and wait \~seconds.
7. 🎉 **$STAG is now in your wallet** on Robinhood Chain.

## "I don't see my $STAG!"

Add the token to your wallet so it shows up:

1. In MetaMask, make sure you're on **Robinhood Chain**.
2. Tap **Import tokens**.
3. Paste the $STAG address: `0xCDdB2d9838b7eDab2F04aF4943a6EFE42C2f9F49`
4. It'll appear. (The full contract list is [here](/stag-docs/reference/contracts.md).)

## Paying with Solana? Read this

There's one extra thing to know — [**Buying with Solana**](/stag-docs/buy-usdstag/from-solana.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://stag.gitbook.io/stag-docs/buy-usdstag/how-to-buy.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.
