DOCUMENTATION

Build with
Copilot AI.

Everything you need to integrate CPAI signals into your trading workflow, agent, or protocol.

QUICK START

Get started in minutes.

Follow these steps to start using CPAI signals.

STEP 1

Connect Wallet

Connect your wallet to Robinhood Chain. Make sure you have ETH for gas.

STEP 2

Get Signals

Visit the dashboard or use the API to receive real-time trading signals.

STEP 3

Trade Smarter

Use CPAI signals to make informed trading decisions on Robinhood Chain.

API REFERENCE

Integrate with your tools.

Use the CPAI API to integrate signals into your trading bot, agent, or protocol.

MCP / signal.evaluateJSON
{
  "token": "CPAI",
  "pair": "CPAI/WETH",
  "action": "BUY",
  "confidence": "HIGH",
  "score": 18,
  "factors": {
    "momentum": "strong",
    "liquidity": "deep",
    "risk": "low"
  },
  "reasons": [
    "Strong upward momentum detected",
    "Liquidity depth exceeds order size",
    "Low volatility environment"
  ]
}

SIGNAL TYPES

Understanding signals.

BUY

Buy Signal

Strong fundamentals, good entry point, low risk. Recommended action: enter position.

HOLD

Hold Signal

Mixed signals, wait for confirmation. Recommended action: maintain current position.

SELL

Sell Signal

Deteriorating conditions, consider exit. Recommended action: reduce or close position.

AVOID

Avoid Signal

High risk, do not enter. Recommended action: stay out of the market.

FACTORS

What CPAI analyzes.

01

Momentum

Price action, volume patterns, trend strength, and momentum indicators.

02

Liquidity

Pool depth, order book analysis, and executable liquidity assessment.

03

Risk

Volatility, drawdown potential, and risk-adjusted return metrics.

04

Fundamentals

Token contract analysis, holder distribution, and project credibility.

05

Market Context

Broader market conditions, correlation analysis, and sector trends.

06

Catalysts

Upcoming events, news sentiment, and potential market-moving factors.

INTEGRATION

Use CPAI in your code.

JavaScriptExample
// Fetch CPAI signal
const response = await fetch('https://api.copilotai.site/signal');
const signal = await response.json();

if (signal.action === 'BUY' && signal.confidence === 'HIGH') {
  // Execute trade
  console.log('Strong buy signal detected!');
  console.log('Score:', signal.score);
  console.log('Factors:', signal.factors);
}

RESOURCES

Learn more.

📚

Whitepaper

Read the full technical whitepaper and research behind CPAI.

Read more →
🔗

GitHub

View the open-source code and contribute to the project.

View code →
💬

Community

Join the community on X to discuss and get support.

Learn more →
📧

Contact

Have questions? Reach out to the team directly.

Email us →

BUILD / 2026

Start building with CPAI.

Integrate the first AI trading copilot into your workflow today.