The core idea
Every execution path in Skopos — swaps, bridges, payments, rebalances — returns unsigned calldata. Your own connected wallet signs it. There is no server-side signing, no custodial wallet, no “trust us with your keys.” If Skopos disappeared tomorrow, nothing you own would be stuck anywhere. Everything that isn’t execution — prices, risk scans, smart-money reads, market intelligence — is a live data pull. The model is fenced off from inventing numbers: if a live source is unavailable, Skopos says so instead of guessing.How to use it
Open the app, connect a wallet, and type into the chat. No forms, no chain pickers, no dropdown menus — just describe the move.Quickstart
Your first swap, price check, and risk scan in under two minutes.
Connect a wallet
Email, Google, X, Discord, or bring your own wallet.
What Skopos can do
The full command surface — swap, bridge, safety, intel, alerts, payments.
Build on Skopos
The same copilot over HTTP, as an Agent Skill, or as an MCP server.
Three ways to reach it
Skopos isn’t only a web app:- The app — tryskopos.xyz/app, the full chat UI with cards, charts, and wallet connect.
- The API — one HTTP endpoint (
POST /api/chat) withformat:"text"for bots and headless clients. This is what powers Skopos’s own iMessage integration today. - Agent Skill / MCP — drop a
SKILL.mdinto Claude, Cursor, or any Agent Skills–compatible agent, or runnpx -y skopos-mcpto get Skopos as an MCP server in Claude Desktop, Cursor, or any MCP client.
