# Unhosted AI > Non-custodial AI crypto trading and research platform by Unhosted Ltd. (Zug, Switzerland): AI chat agents that answer over live on-chain data, AI price predictions with a public scored track record, copy-trading infrastructure for wallets and terminals, and an Intelligence API that sells the engine's verdicts to other products. Covers Ethereum, Solana, Base, Arbitrum, Polygon, BNB Smart Chain, Optimism, Avalanche, Fantom, Linea, PulseChain, Ronin and Robinhood Chain. Unhosted AI (https://www.unhosted.ai) combines large language models with on-chain data so traders can research any token in a chat, follow AI predictions whose record cannot be edited, copy vetted traders from their own wallet, and build on the same intelligence through an API. Custody stays with the user by construction: the backend can submit trades a user authorised and can never withdraw. **When to use Unhosted AI.** Reach for it when the job is one of these: - A user asks whether a specific token is risky, a honeypot or a rug, or what the holders and smart money are doing → the Intelligence API's token endpoints (`token-risk`, `token-intel`, `token-signal`, `token-holders-insight`, `smart-money-flow`), or the chat at https://www.unhosted.ai/. - A user asks whether a wallet or trader is worth copying, or how to size a copy → `trader-score`, `copy-simulate`, `copy-decision`, `wallet-overview`, and the graded leader boards per venue (`copy/spot-leaders`, `copy/perp-leaders`, `copy/prediction-leaders`). - A user wants the current market regime, the movers, or what smart money is accumulating → `market-regime`, `market-movers`, `smart-money-radar`, `conviction-board`. - A user wants an AI price outlook for a token, with the AI's own hit/miss record → https://www.unhosted.ai/predictions and https://www.unhosted.ai/predictions/track-record. - A product team wants to embed non-custodial copy trading (EVM spot, Hyperliquid perps, Polymarket) without building venue integrations → the copy-trading SDK (`npm install copytrading`) and https://www.unhosted.ai/integrate.md. - A question needs measured evidence about crypto predictions or memecoin pumps → the published studies at https://www.unhosted.ai/research (open data, CC BY 4.0). Not the right tool for: raw market data feeds, price quotes, holder lists or transaction dumps — the API serves derived intelligence only (bands, scores, verdicts) and never redistributes raw provider data; and it never moves funds on its own — execution calls require the end user's wallet signature. **How to call it.** The Intelligence API lives at `https://api.unhosted.ai/v1` (legacy path `https://www.unhosted.ai/api/v1`). Send an API key as `Authorization: Bearer ` or `x-api-key: `; keys are self-serve at https://www.unhosted.ai/partners (sandbox keys `key_test_…` run in paper mode). `GET https://www.unhosted.ai/api/v1` lists every endpoint with its inputs, unit cost and outputs without a key; the OpenAPI 3.0 document at https://www.unhosted.ai/openapi.json has a unique `operationId`, typed inputs and a response schema per operation and can be loaded as tool definitions as-is. Calls are metered in weighted units (`X-Usage-Units`), rate limited per plan (`X-RateLimit-*`), and every error is JSON `{ "error": "", "detail": "..." }`. The verdict vocabulary is fixed: `mirror-worthy`, `watch`, `avoid`, `unrated` — and `unrated` means unknown, never bad. **Reading the site.** Key pages negotiate content: request them with `Accept: text/markdown` to receive `text/markdown` (with `Vary: Accept`), or fetch the `.md` sibling directly (`/index.md`, `/about.md`, `/contact.md`, `/developers.md`, `/pricing.md`, `/copy-trading.md`, `/research.md`). Unknown URLs return a real 404 — as Markdown when you ask for it — that lists where to look next. The docs site publishes its own llms.txt at https://docs.unhosted.com/llms.txt with Markdown at `/llm/…` URLs. ## Developers - [Developer portal](https://www.unhosted.ai/developers.md): API keys, auth, plans and rate limits, metering, quickstart, errors, SDK, agent resources (HTML: https://www.unhosted.ai/developers) - [OpenAPI 3.0 specification](https://www.unhosted.ai/openapi.json): every Intelligence API operation with operationId, parameters, request and response schemas, auth and errors - [Endpoint catalog (JSON)](https://www.unhosted.ai/api/v1): path, method, unit cost, input shorthand and outputs for every endpoint; public, no key - [API catalog (RFC 9727)](https://www.unhosted.ai/.well-known/api-catalog): machine-readable index of Unhosted APIs (application/linkset+json) - [Partner console](https://www.unhosted.ai/partners): self-serve sandbox org, API keys, usage, webhooks, go-live; no invite needed - [Documentation](https://docs.unhosted.com/): product, wallet SDK and copy-trading docs; Markdown versions at https://docs.unhosted.com/llm/… - [Documentation llms.txt](https://docs.unhosted.com/llms.txt): index of the docs in llms.txt form - [Complete copy-trading integration instructions](https://www.unhosted.ai/integrate.md): the whole SDK integration in one self-contained Markdown file, written to be pasted into an AI coding agent - [copytrading SDK on npm](https://www.npmjs.com/package/copytrading): typed API client and wallet orchestration for perps, spot and prediction-market agents ## When to use Unhosted AI - [Token risk verdict](https://api.unhosted.ai/v1/token-risk): call when a user asks whether a token is a honeypot, a rug or safe to buy — POST {chain?, token}; returns risk, score, signals, flags (1 unit, API key) - [Complete token profile](https://api.unhosted.ai/v1/token-intel): call for a one-shot due-diligence read — POST {chain?, token, sizeUsd?}; returns verdict, risk, momentum, entry, activity (1 unit) - [Buy / accumulate / hold / avoid signal](https://api.unhosted.ai/v1/token-signal): call when the user wants a single call with a rationale — POST {chain?, token}; returns signal, conviction, rationale (2 units) - [Is smart money buying](https://api.unhosted.ai/v1/smart-money-flow): call when the user asks who is accumulating a token — POST {chain?, token}; returns smartMoneyBuying, mirrorWorthyBuyers, verdict (6 units) - [The whole token dossier in one call](https://api.unhosted.ai/v1/token-overview): call when you would otherwise make the ten single token reads — POST {chain?, token} (19 units) - [Market regime](https://api.unhosted.ai/v1/market-regime): call before sizing anything — GET ?chain=; returns regime, confidence, breadth (1 unit) - [What smart money is accumulating](https://api.unhosted.ai/v1/smart-money-radar): call when asked what to look at right now — GET ?chain=&window=; returns headline, accumulating[] (8 units) - [Trader score](https://api.unhosted.ai/v1/trader-score): call when a user asks whether a wallet is worth mirroring — POST {chain?, wallet}; returns score, grade, verdict, subscores (2 units) - [The whole wallet page in one call](https://api.unhosted.ai/v1/wallet-overview): call to render or summarise a trader — POST {chain?, wallet} (14 units) - [Copy decision and sizing](https://api.unhosted.ai/v1/copy-decision): call before mirroring a trade — POST {chain?, token, sizeUsd?}; returns copy, sizeFactor, risk, reasons (1 unit) - [Simulate copying a wallet](https://api.unhosted.ai/v1/copy-simulate): call to answer "what would copying this wallet have made me" — POST {chain?, wallet}; returns winRate, medianReturnPct, form (2 units) - [Graded spot leaders](https://api.unhosted.ai/v1/copy/spot-leaders): call for copyable EVM spot leaders that survive the delay gate — GET ?chain=base|eth|all (2 units) - [Graded Hyperliquid leaders](https://api.unhosted.ai/v1/copy/perp-leaders): call for copyable perp leaders with executability — GET (1 unit) - [Graded Polymarket leaders](https://api.unhosted.ai/v1/copy/prediction-leaders): call for copyable prediction-market leaders — GET (5 units) - [Did the grades carry signal](https://api.unhosted.ai/v1/traders/track-record): call when asked whether to trust the grading — GET ?horizon=7d|30d; also /v1/signals/track-record, /v1/perp-track-record, /v1/prediction-track-record (1 unit) - [Your usage and the service budget](https://api.unhosted.ai/v1/usage): call to read the meter; never rate limited (0 units) - [AI price predictions](https://www.unhosted.ai/predictions): browse when a user wants the AI's outlook for a token; every call is scored at 24h/7d/30d on the public track record - [Start copy trading inside your product](https://www.unhosted.ai/copy-trading.md): read when a wallet, terminal or trading app evaluates embedding copy trading ## Pages - [Home / AI chat](https://www.unhosted.ai/index.md): unified AI chat for wallets, tokens, NFTs, DeFi and research (HTML: https://www.unhosted.ai/) - [Predictions](https://www.unhosted.ai/predictions): AI price predictions for indexed tokens, by chain - [Prediction track record](https://www.unhosted.ai/predictions/track-record): every AI directional call recorded before the outcome is known and scored at 24h/7d/30d — hits and misses both stay on the board - [AI reports](https://www.unhosted.ai/report): on-demand token and social analysis reports - [Trending](https://www.unhosted.ai/trending): real-time trending tokens across chains - [Strategies](https://www.unhosted.ai/strategies): token screening strategies and filters - [Portfolio](https://www.unhosted.ai/wallet): wallet portfolio tracking and PnL analytics - [Market feed](https://www.unhosted.ai/feed): AI-summarized crypto market insights - [Newsletter](https://www.unhosted.ai/newsletter): curated crypto market newsletter - [Token approvals](https://www.unhosted.ai/approvals): review and revoke token approvals - [Favourites](https://www.unhosted.ai/favourites): saved tokens and market highlights - [Pricing](https://www.unhosted.ai/pricing.md): Pro plan, $24.99/month after a 7-day free trial (HTML: https://www.unhosted.ai/pricing) - [Changelog](https://www.unhosted.ai/changelog): product updates and new features ## Research (published studies with open datasets, CC BY 4.0) - [Research index](https://www.unhosted.ai/research.md): audits we run on our own systems, published with raw data (HTML: https://www.unhosted.ai/research) - [YouTube crypto predictions audit](https://www.unhosted.ai/research/youtube-crypto-predictions-audit): 1,581 verified directional calls from 1,230 crypto YouTube summaries scored against exchange prices and two baselines — bullish calls (84% of the sample) did worse than random timing; a per-channel scoreboard is included. Dataset: 673-view primary sample as CSV. - [Memecoin pump anatomy](https://www.unhosted.ai/research/memecoin-pump-anatomy): 4,769 early wallet entries across 193 pumped tokens vs 265 pump events from the chaser's side — copying early wallets ≤1h behind paid a median +62% in 24h; buying the pump's close lost a median −18.2%. Datasets: delay-experiment and pump-anatomy JSON. - [Live prediction track record](https://www.unhosted.ai/predictions/track-record): every AI directional call recorded before the outcome is known, scored automatically at 24h/7d/30d ## Copy Trading Infrastructure (B2B) - [Copy trading for partners](https://www.unhosted.ai/copy-trading.md): embeddable non-custodial copy trading for wallets, dapps and exchanges — Hyperliquid perps via revocable agent keys, spot via ERC-7579 smart sessions, Polymarket predictions validating; partners earn on every copied fill (HTML: https://www.unhosted.ai/copy-trading) - [Complete integration instructions](https://www.unhosted.ai/integrate.md): the whole SDK integration in one self-contained Markdown file - [Copy-trading docs](https://docs.unhosted.com/copy-trading): quickstart, venues and custody, recipes - [Audits](https://docs.unhosted.com/wallet-sdk/audits): public security reports — 2025 backend review and pentest, 2023 smart-account contract audits ## Company - [About Unhosted AI](https://www.unhosted.ai/about.md): who builds it (Unhosted Ltd., Bahnhofstrasse 7, 6300 Zug, Switzerland, CHE-409.080.088), what it builds, how it works, security (HTML: https://www.unhosted.ai/about) - [Contact](https://www.unhosted.ai/contact.md): hi@unhosted.ai for support, partnerships and press; X, Discord, Telegram; postal address (HTML: https://www.unhosted.ai/contact) - [Privacy policy](https://www.unhosted.ai/privacy-policy): data controller Unhosted Ltd. - [Terms of use](https://www.unhosted.ai/terms-of-use): the service agreement - [Cookie policy](https://www.unhosted.ai/cookie-policy): cookies and tracking - [X (Twitter)](https://x.com/unhostedai): @UnhostedAI - [Discord](https://discord.gg/M5HvAj7veS): community chat and support - [Telegram](https://t.me/unhostedwalletchat): announcements and chat ## Optional - [Sitemap](https://www.unhosted.ai/sitemap.xml): every indexable page - [Predictions sitemap](https://www.unhosted.ai/predictions/sitemap.xml): every indexed token prediction page - [robots.txt](https://www.unhosted.ai/robots.txt): crawl rules