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

# FAQ

**What is Gold Digger$?** A gold rush on Robinhood Chain: 198 prospector NFTs, and the camp that earns **Nugget**, the chain's meme coin.

**How do I get a Digger?** Mint a free Claim Deed (max 2 per wallet, first-come-first-served) and redeem it for a Digger. Since there are 500 Deeds for only 198 Diggers, a Deed is a real chance, not a guarantee. If Deeds run out, buy a Digger on OpenSea with ETH.

**How many tokens are there, and what are they called?** Three ERC-20s — Gold Dust, Flake, Nugget — each fixed supply and minted once. Nugget (1,000,000,000) is the Robinhood Chain meme coin. Dust and Flake are how the camp gets there. They launch one at a time, not all at once.

**How do I earn Gold Dust?** Stake any Digger — regular Diggers earn 100 DUST/day, Legendaries earn 250 DUST/day (2.5x). No lockup. You can also join the Ambassador program (500 DUST/week for helping promote the project).

**When do Flake and Nugget launch?** Dust first. After about 3 weeks of Dust collection, Flake goes live as Dust's trading partner. About 3 weeks after that, Nugget. Each stage only happens if people are actually participating.

**What is Nugget?** The meme coin of Robinhood Chain. 1B supply, minted once, no more. The camp pans Dust and Flake first so when Nugget goes live, the ticker already has a story.

**Can I sell or trade my Dust, Flake, or Nugget?** They're standard transferable ERC-20s, so peer-to-peer transfer always works. Trading partners unlock in stages: Flake for Dust, then Nugget — the coin — once each token has had time to actually get used.

**What chain is this on?** Robinhood Chain, an Arbitrum L2. Gas is paid in ETH and is typically sub-cent.

**Is there a community bounty program?** Yes — a Bitcointalk campaign pays Gold Dust for translations, articles, and videos about the project, once Dust is live on the mainnet.


---

# 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.golddiggersnft.com/faq.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.
