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

# Tutorial for Beginners

**▸ Install a self-custodial wallet such as MetaMask or Trust Wallet:**

> [https://metamask.io](https://metamask.io/)
>
> <https://trustwallet.com/>

**▸ Configure Binance Smart Chain (BSC) on your external wallet**

**For metamask:** Click *Settings* ⇨ *Networks* ⇨ *Add a Network*

> Network name: Smart Chain
>
> New RPC URL: <https://bsc-dataseed.binance.org/>
>
> Chain ID: 56
>
> Currency symbol: BNB&#x20;
>
> Block explorer URL: [https://bscscan.com](https://bscscan.com/)

Click *Save*

**▸ Send BNB from a CEX to your external wallet**

**▸ Copy $NUTZ's Contract Address from a trusted source:**&#x20;

· [Coingecko](http://coingecko.com/en/coins/nutz)&#x20;

· [CoinMarketCap](https://coinmarketcap.com/currencies/nutz/)&#x20;

· [Telegram](http://t.me/nutzpad) (enter the `/ca` command and wait for BOT or Admin response)

And *add* it to your MetaMask wallet

**▸Head over to Pancakeswap**

· Make sure the URL is <https://pancakeswap.finance/>

· Click on *Trade* ⇨ *Swap* **▸Change the settings of the swap**

> Default Transaction Speed - Instant
>
> Slippage Tolerance - 5.5% or 6%

**You're ready to swap BNB for $NUTZ!**


---

# 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:

```
GET https://nutzpad-docs.gitbook.io/nutzpaper/how-to-buy-usdnutz/tutorial-for-beginners.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
