# Trigr

> Trigr is a crypto trading platform that pairs consumer-app simplicity with fund-grade methodology. Build trading strategies visually, backtest them on point-in-time data with disclosed cost assumptions, automate them with non-custodial trading agents, discover proven strategies in a marketplace, and execute on Hyperliquid. Your funds stay in your own wallet; Trigr trades through a non-custodial agent key that cannot withdraw.

## What Trigr is

- **AI-assisted strategy builder (Studio):** compose triggers, filters, signals, risk, exits, and direction into a node graph. An AI copilot can draft a strategy from a plain-English description.
- **Backtesting:** test on point-in-time market data with mandatory fees, optional user-supplied flat slippage, optional point-in-time perpetual funding, and the Deflated Sharpe Ratio (DSR). Slippage and funding default off; no order-book, market-impact, latency, or volatility slippage model is included.
- **AI & ML:** an AI strategy copilot, ML optimization with leak detection, and live ML models. AI-sim nodes are coming soon.
- **Non-custodial trading agents:** run strategies automatically on paper, Hyperliquid, or Propr. Trigr holds a trade-only agent key; you keep the master key and custody of funds.
- **Marketplace:** publish, version, and subscribe to strategies. Basic and Advanced strategy libraries; builders earn fees. Trader and vault copy trading is not available; the legacy paper-copy mirror was removed.
- **Public API:** API keys and rate-limited strategy-signal endpoints. External Signal Providers are coming soon.
- **Agent access:** a remote MCP endpoint lets ChatGPT, Claude, Codex, Claude Code, and compatible agents search the canonical capability catalog and marketplace, run backtests and ML optimization, save owner-scoped drafts, publish eligible immutable versions, and safely unpublish owned strategies with exact-action authorization. Compute remains credit-metered; plan, ownership, and verified-backtest gates are enforced server-side.
- **Subscriptions:** Free, Trader ($29/mo), and Pro ($99/mo) — monthly AI-credit grants, metered ML runs, paper-agent caps, the Advanced library, and Trigr points.

## Key pages

- [Home](https://beta.trigr.xyz/): what Trigr is and how the pieces fit together.
- [Marketplace](https://beta.trigr.xyz/discover): browse and subscribe to backtested strategies.
- [Studio](https://beta.trigr.xyz/studio): build and manage your own strategies with the AI copilot.
- [Pricing](https://beta.trigr.xyz/pricing): Free / Trader / Pro plans and what each unlocks.
- [Docs](https://beta.trigr.xyz/docs): product documentation.
- [API reference](https://beta.trigr.xyz/docs/api): the public API for building on Trigr.
- [Capability catalog JSON](https://beta.trigr.xyz/api/v1/catalog): exact supported assets, timeframes, graph nodes, indicators, data sources, parameter schemas, status, and endpoints.
- [Terms of Service](https://beta.trigr.xyz/terms)
- [Privacy Policy](https://beta.trigr.xyz/privacy)

## Documentation

### Start here
- [Overview](https://beta.trigr.xyz/docs): A quick tour of what Trigr is and how the pieces fit together.
- [Getting started](https://beta.trigr.xyz/docs/getting-started): Create an account, accept the terms, and find your first signal.
- [Funding your account](https://beta.trigr.xyz/docs/funding): Bridge crypto from any chain or buy USDC with a card, into Hyperliquid.
- [Connect Hyperliquid](https://beta.trigr.xyz/docs/connect-hyperliquid): Approve the non-custodial agent wallet so Trigr can trade for you.

### Build strategies
- [Capability catalog](https://beta.trigr.xyz/docs/catalog): Search every supported asset, timeframe, indicator, data source, parameter, and agent endpoint.
- [AI agents & MCP](https://beta.trigr.xyz/docs/agents): Connect Claude Code, Codex, or another MCP client to test, optimize, save, and publish strategies.
- [Strategy builder](https://beta.trigr.xyz/docs/strategy-builder): Compose triggers, filters, signals, risk, exits, and direction into a node graph.
- [Backtesting](https://beta.trigr.xyz/docs/backtesting): Test on point-in-time data with fees, optional flat slippage and funding, and DSR.
- [AI & ML](https://beta.trigr.xyz/docs/ai): The copilot, ML optimization, live ML models, and upcoming AI-sim nodes.

### Trade
- [Trading agents](https://beta.trigr.xyz/docs/trading-agents): Run strategies automatically — paper, Hyperliquid, or Propr.
- [Live trading](https://beta.trigr.xyz/docs/live-trading): Move to real funds: agent wallets, sizing, and safety rails.

### Marketplace
- [Marketplace](https://beta.trigr.xyz/docs/marketplace): Publish and version strategies, browse the Basic and Advanced library, and subscribe to strategies.

### Account
- [Subscriptions & credits](https://beta.trigr.xyz/docs/subscriptions-credits): Free / Trader / Pro tiers, AI credits, Trigr points, and the ML surcharge.
- [Alerts](https://beta.trigr.xyz/docs/alerts): Email + push notifications for signals, fills, and agent events.
- [Fees](https://beta.trigr.xyz/docs/fees): Builder fee, HL taker/funding fees, and how Trigr tracks them.
- [Points & referrals](https://beta.trigr.xyz/docs/points-referrals): Earn points for activity and invite traders with your referral code.
- [Settings](https://beta.trigr.xyz/docs/settings): Linked accounts, plan & usage, API keys, alert preferences.
- [FAQ](https://beta.trigr.xyz/docs/faq): Custody, withdrawals, supported wallets, and other quick answers.

## API reference

### Getting started
- [Overview](https://beta.trigr.xyz/docs/api): What the public API and MCP server do, who can use them, and the three use cases.
- [Authentication](https://beta.trigr.xyz/docs/api/authentication): Generate API keys, the Bearer header, and how keys are scoped.
- [Rate limits & credits](https://beta.trigr.xyz/docs/api/rate-limits): Per-key rate limits and credit costs per endpoint.
- [Errors](https://beta.trigr.xyz/docs/api/errors): The JSON error envelope and every status code the API returns.

### Endpoints
- [Trading API](https://beta.trigr.xyz/docs/api/trading): External-signal strategies + open/modify/close/stack positions on paper.
- [Signals API (Pro)](https://beta.trigr.xyz/docs/api/signals): Pull live signals from strategies you are entitled to. Pro only.
- [Agents, graphs & ML](https://beta.trigr.xyz/docs/api/agents): Capability discovery, graph drafts and publication, MCP, point-in-time backtests, and ML jobs.
