# ELUUP AI - [ELUUP AI Developer Documentation](https://docs.eluup.ai/index.md): ELUUP AI is an autonomous AI trading agent platform for DEX altcoins. Deploy agents that trade on Base, BNB Chain, and Solana using proprietary signals and built-in risk management. - [Get started with ELUUP AI in 5 minutes](https://docs.eluup.ai/quickstart.md): Deploy your first ELUUP AI trading agent in 5 minutes. Get an API key, install the SDK, authenticate, fetch a signal, and create an agent with working code examples. - [Authenticate with the ELUUP AI API](https://docs.eluup.ai/authentication.md): Learn how to generate and use ELUUP AI API keys. Pass your key as a Bearer token in the Authorization header, manage scopes, and rotate keys securely. - [What Are ELUUP AI Trading Agents?](https://docs.eluup.ai/concepts/trading-agents.md): ELUUP AI trading agents are autonomous programs that monitor proprietary signals and execute buy and sell trades on DEX altcoins without manual input. - [Trading Signals: How ELUUP AI Generates Alpha](https://docs.eluup.ai/concepts/signals.md): ELUUP AI generates proprietary buy and sell signals for DEX tokens. Learn what signals contain, how freshness works, and how to consume them via API or SSE. - [Supported Chains and DEX Integrations](https://docs.eluup.ai/concepts/chains.md): ELUUP AI trades on Base today and is expanding to BNB Chain and Solana. Learn which DEXes are supported and how chain IDs and token addresses work. - [Automated Risk Management in ELUUP AI](https://docs.eluup.ai/concepts/risk-management.md): Every ELUUP AI agent enforces position sizing, stop loss, trailing stops, and take profit on every trade automatically. Learn how to configure these rules. - [ELUUP AI Agents: Autonomous DEX Trading](https://docs.eluup.ai/agents/overview.md): Learn how ELUUP AI trading agents autonomously watch signals, execute DEX swaps, and manage risk from entry to exit. - [Create and Deploy a Trading Agent](https://docs.eluup.ai/agents/create-agent.md): Step-by-step guide to deploying an ELUUP AI trading agent: connect a wallet, configure risk, create the agent, and start trading. - [Configure Agent Risk and Trading Parameters](https://docs.eluup.ai/agents/configure.md): Adjust risk controls, signal confidence thresholds, and position limits on an ELUUP AI trading agent using PATCH /agents/{id}. - [Monitor Agent Performance and Trade History](https://docs.eluup.ai/agents/monitor.md): Track agent status, trade history, open positions, and performance metrics with the ELUUP AI monitoring endpoints. - [ELUUP AI CLI: Manage Agents from Your Terminal](https://docs.eluup.ai/cli/overview.md): Use the ELUUP AI CLI to manage trading agents, fetch signals, and monitor DEX trades directly from your terminal without writing code. - [Install and Configure the ELUUP AI CLI](https://docs.eluup.ai/cli/installation.md): Install the ELUUP AI CLI with npm, yarn, or Homebrew, then authenticate and verify your setup in three terminal steps. - [ELUUP AI CLI Command Reference](https://docs.eluup.ai/cli/commands.md): Complete reference for every ELUUP AI CLI command: authentication, agents, signals, trades, and wallets with flags and example output. - [ELUUP AI MCP Server for AI Agent Integration](https://docs.eluup.ai/mcp/overview.md): Connect Claude, GPT, Cursor, and other AI agents to ELUUP AI through the Model Context Protocol to trade and fetch signals by natural language. - [Connect the ELUUP AI MCP Server to Your AI Agent](https://docs.eluup.ai/mcp/setup.md): Configure the ELUUP AI MCP server in Cursor, Claude Desktop, or any MCP client with an API key and SSE transport in under five minutes. - [x402 Payments](https://docs.eluup.ai/x402/index.md): Pay-per-request market data APIs powered by x402 and settled in USDC on Base. - [x402 Quickstart](https://docs.eluup.ai/x402/quickstart.md): Make your first ELUUP x402 API request using the @x402/axios client. - [x402 Payment Flow](https://docs.eluup.ai/x402/payment-flow.md): Understand the x402 payment challenge, payment rejection, signatures, and settlement response. - [x402 API Reference](https://docs.eluup.ai/x402/api-reference.md): Complete request and response reference for ELUUP x402 market data APIs. - [x402 Errors & Troubleshooting](https://docs.eluup.ai/x402/errors.md): HTTP errors, validation failures, payment failures, and troubleshooting guidance for ELUUP x402 APIs. - [x402 Examples](https://docs.eluup.ai/x402/examples.md): Complete ELUUP x402 integration example and endpoint request examples. - [ELUUP AI API Error Codes and Handling](https://docs.eluup.ai/reference/errors.md): Complete reference for ELUUP AI API error codes, HTTP status meanings, and retry strategies to build resilient trading integrations. - [ELUUP AI API Rate Limits](https://docs.eluup.ai/reference/rate-limits.md): Understand ELUUP AI API rate limits by plan, response headers, and best practices for signals polling and real-time streaming. - [Supported Chains Reference](https://docs.eluup.ai/reference/chains-reference.md): Reference table of blockchains supported by ELUUP AI, including chain IDs, public RPCs, block explorers, native tokens, and DEX integrations. - [ELUUP AI Changelog](https://docs.eluup.ai/reference/changelog.md): Track ELUUP AI releases, new endpoints, feature additions, and breaking changes across the API, CLI, and MCP server. - [ELUUP AI REST API Reference](https://docs.eluup.ai/api-reference/introduction.md): Overview of the ELUUP AI REST API: base URL, Bearer auth, cursor pagination, rate limits, and error formats for traders and developers building with autonomous DEX AI agents. - [Get Trading Signals](https://docs.eluup.ai/api-reference/signals/get-signals.md): Retrieve the latest buy and sell signals from ELUUP AI for a specific chain, with optional confidence filtering and pagination for DEX altcoin trading decisions. - [Get Signal History](https://docs.eluup.ai/api-reference/signals/get-signal-history.md): Query historical AI trading signal data by chain, token, and time range with cursor-based pagination for backtesting and strategy research. - [Stream Trading Signals in Real Time](https://docs.eluup.ai/api-reference/signals/stream-signals.md): Consume real-time AI trading signals via Server-Sent Events (SSE) on Base and BNB Chain. Use for live integrations with no rate-limit impact. - [List AI Trading Agents](https://docs.eluup.ai/api-reference/agents/list-agents.md): List all your autonomous trading agents with optional status filtering. Retrieve agent IDs, names, chains, and current run states. - [Create a Trading Agent](https://docs.eluup.ai/api-reference/agents/create-agent.md): Create a new autonomous AI trading agent on Base or BNB Chain, with configurable risk rules, confidence thresholds, and wallet binding. - [Get a Trading Agent](https://docs.eluup.ai/api-reference/agents/get-agent.md): Fetch full configuration, status, and aggregate statistics for a single autonomous trading agent by its ID. - [Update a Trading Agent](https://docs.eluup.ai/api-reference/agents/update-agent.md): Modify an existing agent's name, risk rules, confidence threshold, or position limits without recreating it. - [Delete a Trading Agent](https://docs.eluup.ai/api-reference/agents/delete-agent.md): Permanently remove a trading agent from your account. The agent must be stopped before it can be deleted. - [Start a Trading Agent](https://docs.eluup.ai/api-reference/agents/start-agent.md): Activate an idle trading agent so it begins monitoring signals and executing trades on chain. - [Stop a Trading Agent](https://docs.eluup.ai/api-reference/agents/stop-agent.md): Deactivate a running trading agent to halt new trades. Open positions are not closed automatically. - [List Trades](https://docs.eluup.ai/api-reference/trades/list-trades.md): List completed trades across your agents with filtering by agent and status, plus cursor pagination for reviewing historical performance. - [Get a Trade](https://docs.eluup.ai/api-reference/trades/get-trade.md): Retrieve detailed information for a single trade, including on-chain transaction hashes, entry/exit prices, and realized PnL. - [Get Open Positions](https://docs.eluup.ai/api-reference/trades/get-positions.md): List all currently open positions with real-time unrealized PnL, current prices, and active stop levels. - [Close a Position](https://docs.eluup.ai/api-reference/trades/close-position.md): Manually close an open position partially or fully. Returns the resulting trade record with realized PnL. - [List Connected Wallets](https://docs.eluup.ai/api-reference/wallets/list-wallets.md): List all wallets connected to your account, including addresses, chain IDs, and labels for each wallet. - [Connect a Wallet](https://docs.eluup.ai/api-reference/wallets/connect-wallet.md): Connect and verify a wallet by submitting its address, chain, label, and an ownership signature so it can fund trades for your agents. - [Get Wallet Balance](https://docs.eluup.ai/api-reference/wallets/get-balance.md): Check native and token balances for a connected wallet across Base and BNB Chain in real time. - [Get Account Details](https://docs.eluup.ai/api-reference/account/get-account.md): Retrieve your account profile, subscription plan, creation date, and a masked view of your API key for auditing and dashboard display. - [Get Account Usage](https://docs.eluup.ai/api-reference/account/get-usage.md): Monitor your current API usage against plan limits, including request counts, agent limits, and billing period reset times.