# WAX Duel

WAX Duel is an NFT auto-battler game on the WAX blockchain. Battle with your Street Fighter NFTs against other players and win $FIGHT tokens!

[**Play Now at waxduel.io**](https://waxduel.io)

***

## Quick Start

Get started with WAX Duel in 5 simple steps!

### Step 1: Get Street Fighter NFTs

You need Powerscore 5 NFTs from the stf.capcom collection to play. If you already have them, skip to Step 2!

**Buy NFTs on AtomicHub:**

* [All Powerscore 5 NFTs](https://wax.atomichub.io/market?collection_name=stf.capcom\&data.powerscore=5\&order=asc\&sort=price\&symbol=WAX)
* [Browse stf.capcom Collection](https://wax.atomichub.io/explorer/collection/wax-mainnet/stf.capcom)

You'll need at least 5 NFTs to create or join a game.

### Step 2: Train NFTs to Earn $TRAIN

Register your NFTs for training to earn $TRAIN tokens:

1. Go to [My Fighters](https://waxduel.io/stf-capcom/fighters) on waxduel.io
2. Connect your WAX wallet (Anchor or Cloud Wallet)
3. Click "Start Training" on your NFTs (non-custodial - NFTs stay in your wallet)
4. Earn $TRAIN tokens over time based on NFT rarity

See [Training & Tokens](/duel-white-paper/tokens/training-and-tokens.md#training) for reward rates.

### Step 3: Exchange $TRAIN for $FIGHT

Use the in-app exchange to convert your $TRAIN to $FIGHT:

1. Click on your token balance in the header
2. Go to the "Exchange" tab
3. Enter the amount of $TRAIN to exchange (100 TRAIN = 1 FIGHT)
4. Confirm the transaction

**Tip:** The minimum bet is 1 $FIGHT. Popular bet amounts are 10, 50, and 100 $FIGHT.

### Step 4: Create or Join a Game

**To Create a Duel:**

1. Click "Create Duel" on the Duels page
2. Select 5 NFTs for your team (drag to reorder)
3. Set your bet amount (minimum 1 $FIGHT)
4. Review and confirm

**To Join a Game:**

1. Browse open games on the Duels page
2. Find a game with a bet amount you can match
3. Click "Join" and select your 5 NFTs
4. Confirm to enter the battle

### Step 5: Battle and Win!

Once both players have joined:

1. Player 1 reveals their team
2. The battle executes automatically on-chain
3. Click "Reveal Winner" to see who won, then "Watch Duel" to view the animated battle replay
4. Winner receives 80% of the total prize pool!

***

## Current Game Mode

**1v1 PVP / 5 NFT per Player** for the [stf.capcom](/duel-white-paper/reference/stf-capcom.md) collection. Each player selects 5 Street Fighter NFTs to battle head-to-head.

| Setting       | Value      |
| ------------- | ---------- |
| Players       | 2          |
| Team Size     | 5 NFTs     |
| Minimum Bet   | 1 $FIGHT   |
| Winner Reward | 80% of pot |

***

## Quick Links

* [Fighters](/duel-white-paper/getting-started/fighters.md) - Manage your NFTs and training
* [Duels](/duel-white-paper/getting-started/duels.md) - Create, join, and view games
* [Training & Tokens](/duel-white-paper/tokens/training-and-tokens.md) - Earn $TRAIN and exchange for $FIGHT
* [Game Mechanics](/duel-white-paper/reference/game-mechanics.md) - Understand how battles work
* [stf.capcom Collection](/duel-white-paper/reference/stf-capcom.md) - Character stats and attributes

***

## Tips for New Players

* **Team Composition:** Mix different character types. Tanks (high defense/health), damage dealers (high attack), and speedsters (high speed for dodging) work well together.
* **Position Matters:** Characters attack left-to-right, and range affects damage based on position distance.
* **Golden NFTs:** No cooldown between games - perfect for active players! See [Golden Templates](/duel-white-paper/reference/stf-capcom.md#golden-templates).
* **Check the Odds:** Review character attributes in the [stf.capcom guide](/duel-white-paper/reference/stf-capcom.md#characters) before building your team.

***

## Community

Join the [WAX Duel Telegram channel](https://t.me/WAXDuel) for updates, feedback, and to connect with other players.


---

# Agent Instructions: 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://duel-2.gitbook.io/duel-white-paper/readme.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.
