# Trading

The [Trades Page](/nfl/navigating-nfl/trades-page.md) and [Roster Page](/nfl/navigating-nfl/roster-page.md) are where you start building your roster.

You can then see the overall player market on the Trades Page, with each player's price, price movement and a buy or sell option (if you hold shares).

Here you will also have the option to buy, sell or swap shares of the player you’re viewing.

There is a flat market fee of 3% for buying and 3% for selling shares of a player. However, if you're using the [Player Swaps](/nfl/getting-started/trading/player-swaps.md) feature, which allows you to do a direct player for player trade, you only pay 3% on the selling side and then 2% on the buying side, saving 1% in fees.

<figure><img src="/files/6zeL5QsOVnjmzOLd51Zu" alt=""><figcaption></figcaption></figure>

### Buying Your First Shares

{% stepper %}
{% step %}
**Go to the Transfer Page**

Browse through all available players.\
You can use the filters or search bar to find someone specific.
{% endstep %}

{% step %}
**Choose a Player**

Click on the player you’re interested in.\
This will open their profile page, where you’ll see:

1. Buy / Sell options
2. Price
3. Age and Country
4. Active Supply / Circulating Supply
5. Your current shares
6. Upcoming matches
7. Past performance, tournament history, and price trends

*(We’ll keep adding more player stats and features over time.)*
{% endstep %}

{% step %}
**Click Buy or Sell**

Press the **Buy or Sell** button to open the trading window.
{% endstep %}

{% step %}
Enter Your Purchase/Sell Details

When Buying, you can choose to:

* **Spend a set amount of Gold**
* Or **buy a set number of shares** (use the switch icon to toggle between the two).

When Selling, you can only choose:

* Sell a set number of shares.

Below the **Buy/Sell Now** button, you’ll see a dropdown with information on:

* **Fees**
* **Slippage** (set to 5% by default, but you can adjust it manually)
  * You can read about the slippage on this page - [The Currencies](/nfl/getting-started/the-currencies.md)<br>
    {% endstep %}

{% step %}
Confirm Your Trade

Click **Buy Now or Sell Now**, wait for the transaction to complete, and that’s it.

Done, your roster is updated.
{% endstep %}
{% endstepper %}


---

# 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://docs.sport.fun/nfl/getting-started/trading.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.
