> For the complete documentation index, see [llms.txt](https://paragon-protocol.gitbook.io/paragon-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paragon-protocol.gitbook.io/paragon-protocol/start-here/get-started-bnb-chain.md).

# Get Started (BNB Chain)

### 1) Install a wallet

* **MetaMask** (Chrome/Brave/Firefox), **Rabby**, or any WalletConnect wallet works.
* Create / import your wallet and back up your seed phrase securely.

***

### 2) Add BSC networks to your wallet

You can use either **Mainnet** or **Testnet**.

#### BSC Mainnet

* **Network name:** BNB Smart Chain
* **RPC URL:** `https://bsc-dataseed.binance.org`
* **Chain ID:** `56`
* **Currency symbol:** `BNB`
* **Block explorer:** `https://bscscan.com`

#### BSC Testnet

* **Network name:** BNB Smart Chain Testnet
* **RPC URL:** `https://data-seed-prebsc-1-s1.binance.org:8545`
* **Chain ID:** `97`
* **Currency symbol:** `tBNB`
* **Block explorer:** `https://testnet.bscscan.com`

> Tip: in MetaMask, click **Add network** → **Add a network manually** → paste the values above.

***

### 3) Fund your wallet

* **Mainnet:** send a little **BNB** to your wallet for gas.
* **Testnet:** get **tBNB** from a public faucet (for gas). If you’re testing swaps with stablecoins, mint/get test tokens from common testnet sources.

> You only need a very small amount of (t)BNB to cover gas.

***

### 4) Connect to Paragon

1. Open the **Paragon app**.
2. Click **Connect** and choose your wallet.
3. Ensure your wallet network matches the app network (Mainnet or Testnet).

<figure><img src="/files/GZHOMlJrmzphzJXkCzrJ" alt=""><figcaption></figcaption></figure>

***

### 5. Make Your First Swap

Go to **Swap**:

* select tokens
* enter amount
* approve (first time only)
* confirm swap

<figure><img src="/files/ZPHObWVax3F0eYZBFOQ7" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/g4fhkGotifn28jnMpsYw" alt=""><figcaption></figcaption></figure>

#### What you’ll see (on Paragon)

* **Paragon Shield** (MEV & privacy) toggle. Keep it on for best execution.
* **Intents & Batching** (testnet): your swap is treated as an **intent**. Our solver batches trades and tries to beat your `minOut`.
* **“You saved …”** banner after the trade if we found surplus. You can **claim** the cashback instantly.

***

### 6. Provide Liquidity

Add liquidity to earn fees:

* choose a pair (e.g. XPGN / USDT)
* deposit both tokens
* receive LP tokens

<figure><img src="/files/KzBu466EtyBdJ4l71uu3" alt=""><figcaption></figcaption></figure>

#### LP Earnings

* swap fees
* Flow surplus (if your pool is used)

***

### 7) Farm (boost rewards)

1. Go to **Farms**.
2. Find the pool that matches your LP tokens.
3. **Approve** the farm, then **Stake** your LP.
4. You’ll earn **$XPGN** on top of LP fees, plus **LP Flow earnings** if your pool is utilized.

> You can **Unstake** any time. Standard AMM risks (like impermanent loss) apply.

<figure><img src="/files/kAvmhz3klcPp2senVUcu" alt=""><figcaption></figcaption></figure>

***

### 8. Stake XPGN (Governance)

Deposit XPGN to participate in:

* governance
* fee distribution
* protocol rewards

<figure><img src="/files/RlgQG4yZIQaL1mavtzWb" alt=""><figcaption></figcaption></figure>

***

### 9. Rebates & Earnings

You can earn from multiple sources:

#### Trader

* cashback from better execution

#### LP

* flow earnings
* swap fees

#### Locker

* protocol fee distribution

> These are **surplus-based** and **independent of emissions**. If there’s no surplus on a trade, there’s simply nothing to claim for that trade.

***

### 10. Advanced Features

* Intent-based execution
* batching & solver routing
* governance-driven emissions
* index tokens (P10)

***

### 11. Testnet Notes

* lower liquidity
* higher slippage may be needed
* features actively tested

***

### 12. Common Fixes

**Allowance error**\
→ approve again

**Wrong network**\
→ switch to BNB Chain

**Slippage error**\
→ increase slippage slightly

***

### 13. Safety

* non-custodial protocol
* always verify token addresses
* start small

***

### 14. Next Steps

Try:

* a swap + cashback
* LP + Flow earnings
* farming XPGN
* staking for governance

If you get stuck, ping the team/community in support and share your wallet/network + a short description. We’ll help you get rolling fast.


---

# 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://paragon-protocol.gitbook.io/paragon-protocol/start-here/get-started-bnb-chain.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.
