# Player Swaps

Player Swaps let you rotate from one player to another in a single action, usually with lower total fees than doing a sell and buy separately.

#### TL;DR <a href="#tl-dr" id="tl-dr"></a>

* Swap = sell Player A + buy Player B in one step
* Swaps reduce fees by discounting the buy side
* Great for fast roster rotations before a tournament window

#### Why use swaps <a href="#why-use-swaps" id="why-use-swaps"></a>

Swaps are ideal when you want to:

* react to form or fixtures quickly
* rotate into a player you expect to place highly
* change strategy without doing multiple transactions

#### Fees with swaps <a href="#fees-with-swaps" id="fees-with-swaps"></a>

* Normal buy fee: 3%
* Normal sell fee: 3%
* **Swap:** 3% sell + **2% buy**, so **5% total** for the rotation

This means you save 1% compared to doing sell and buy separately.

{% hint style="warning" %}
**Note:** Swap fees still take into consideration if any surge fees are enabled for players and will include it in the swap fees. You can not avoid surge fees by doing swaps.
{% endhint %}

### How to do Player Swaps

{% stepper %}
{% step %}

### Go to the Transfer Page or Roster Page

Browse the player you want to swap out of.
{% endstep %}

{% step %}

### Choose a Player and Tap the Swap Button

This opens up the Swap process.
{% endstep %}

{% step %}

### Choose who you want to swap to

This opens a searchable list section to find the player you want to swap to.

Scroll or use the search bar to find the player you want.
{% endstep %}

{% step %}

### Pick your new player

You will now see the window show both player options and the shares you own of each.
{% endstep %}

{% step %}

### Enter how many shares you want to swap

You control exactly how much you move from one player into another.
{% endstep %}

{% step %}

### Complete the swap

You control exactly how much you move from one player into another.
{% endstep %}
{% endstepper %}

All swaps appear clearly in your History tab so you can review the details after the swap is complete.

### What to Watch Out For

* You can only swap within the same game. No cross game swaps.
* Make sure you double check the number of shares. Once confirmed, the swap happens instantly.


---

# 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/player-swaps.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.
