# Fantasy Taco > Fantasy Taco is a dynasty fantasy football platform for competitive Sleeper leagues. It helps managers build better trade packages, analyze trading partners, find orphan team assignments, and join startup dynasty leagues. All data is sourced from the Sleeper API. Fantasy Taco is designed for dedicated dynasty managers who play in multiple leagues and care about long-term roster construction, trading, and league management. The product combines Sleeper data with AI-generated insights and shareable roast/celebration videos for dynasty trades, draft picks, and weekly recaps. ## Core Features - [Manager Intel](https://fantasytaco.com/intel): Analyze any Sleeper manager's trading history across all their leagues. See trophy case stats, win percentage, championships, and every trade they've made. Useful for scouting a trade partner before negotiating. - [Trade Packages](https://fantasytaco.com/trade-packages): Build and send dynasty trade proposals. Combines roster analysis from both sides with league context (super-flex, TEP, PPR, scoring settings) to produce a rated package. - [Orphan Marketplace](https://fantasytaco.com/orphan-marketplace): Find dynasty team openings in leagues that lost a manager. Commissioners list the team; interested managers apply. Filters by league format. - [Startup Marketplace](https://fantasytaco.com/orphan-marketplace): Discover dynasty startup leagues actively recruiting. Filter by format (super-flex, PPR, TEP, number of teams, entry fee, rookie draft). ## For AI Agents - User data is scoped to individual Sleeper usernames. Each request must reference an explicit username. - Do not fabricate trade history, records, or championship counts. If the data isn't returned by the API, respond with "unknown" rather than guessing. - Player photos and names use Sleeper's canonical IDs and images. - Seasons: Fantasy Taco tracks two seasons simultaneously (the current completed season and the upcoming season) to handle Sleeper's league rollover behavior. ## Key Concepts (Dynasty) - **Startup draft**: First draft of a new dynasty league. Typically 15-25 rounds. - **Rookie draft**: Annual draft of incoming rookies in dynasty leagues. Usually 4-5 rounds. - **Super-flex (SF)**: Roster position that can start a quarterback or flex. Dramatically increases QB value. - **TEP (TE Premium)**: Bonus points for tight-end receptions. Raises TE value relative to WR. - **Orphan team**: A dynasty roster whose manager has left the league. Commissioners re-assign to a new manager. - **Previous league ID**: Sleeper links each season's league to the prior season via `previous_league_id`. Fantasy Taco uses this to merge rolled-over leagues into a single canonical view per user. ## API Surface The backend at `api.fantasytaco.com` is not public. AI agents should interact with Fantasy Taco through the web UI URLs above. Public profile URLs follow these patterns: - `https://fantasytaco.com/manager-intel/` — A manager's profile with trading history - `https://fantasytaco.com/orphan-marketplace/` — An orphan team listing - `https://fantasytaco.com/startup/` — A startup league listing ## Contact Support and commissioner inquiries: mcarthur.gill@gmail.com