# Trading Players

## Veto a Trade <a href="#main-content" id="main-content"></a>

The ability to veto a trade is available in order to prevent collusion in a league.<br>

* EVERY team manager in the league has the power to cast a vote against a trade, EXCEPT the two teams involved in the trade.&#x20;
* Once a trade is accepted, other managers in the Division can can vote to veto the trade.&#x20;
* If enough votes are cast against the trade (6 out of 10, +50% of teams NOT involved in the trade), then it will be immediately canceled.&#x20;
* Once player(s) are traded, the players will be on team's bench until Team Manager manually move them to active lineup.&#x20;

### **TRADE REVIEW PERIOD**

This is the length of time allowed where the league decides if a trade is fair. League Managers can determine the span of time for the review. If one of the *"hour"* review periods is selected -- and the trade is not vetoed -- it will process within the hour (not the exact minute) when the period expires.

**Current Trade Review Period: 48 hours**

***"48 HOURS"*****&#x20;example:** A trade is accepted at 11:05am ET on Friday. If the trade is not vetoed it will process within the hour after the 11:05am ET time on Sunday (48 hours after the time the trade was accepted on Friday).

### NO **TRADE DEADLINE**

It's common for fantasy leagues to set a deadline for trading players between teams.  We do not have this limitation.&#x20;

**No trade deadline** - Trades are allowed for the duration of the season.<br>


---

# 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.leaguedao.com/product-guides/mega-league/trading-players.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.
