# XVN - LLM Information File # https://xvnapp.com/llms.txt # Last updated: 2026-08-14 ## About XVN is an open-source platform that turns your trading ideas into AI agents, tests them against honest baselines, and deploys only what survives, live on Mantle. Bring your own models and keys — it runs on your machine. ## Key Facts - License: Apache-2.0 - Source: https://github.com/latentwill/xvision - Rust workspace + React dashboard, distributed as a single `xvn` binary - Built-in MCP server, so external agents can drive it end to end - Trades perpetuals on Orderly (Mantle) and Byreal (Solana) - Every live trade attested on-chain (ERC-8004 on Mantle) ## Lifecycle 1. Bring your own models (OpenAI, Anthropic, or local) 2. Build the agent (set thinking, risk limits, and conditions) 3. Prove it on paper (backtest against honest baselines) 4. Sharpen overnight (mutations tested on unseen data) 5. Deploy live (only what survives the gate) ## Quickstart ``` curl -fsSL https://xvnapp.com/install.sh | sh xvn init xvn dashboard serve --bind 127.0.0.1:8788 ``` ## Risk Note XVN is early software that places real orders. Non-custodial, but a buggy strategy or a loose risk config can lose money. Start with small caps and read the safety docs before sizing up.