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.
Connect Wallet
Connect your wallet to Robinhood Chain. Make sure you have ETH for gas.
Get Signals
Visit the dashboard or use the API to receive real-time trading signals.
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.
{
"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 Signal
Strong fundamentals, good entry point, low risk. Recommended action: enter position.
Hold Signal
Mixed signals, wait for confirmation. Recommended action: maintain current position.
Sell Signal
Deteriorating conditions, consider exit. Recommended action: reduce or close position.
Avoid Signal
High risk, do not enter. Recommended action: stay out of the market.
FACTORS
What CPAI analyzes.
Momentum
Price action, volume patterns, trend strength, and momentum indicators.
Liquidity
Pool depth, order book analysis, and executable liquidity assessment.
Risk
Volatility, drawdown potential, and risk-adjusted return metrics.
Fundamentals
Token contract analysis, holder distribution, and project credibility.
Market Context
Broader market conditions, correlation analysis, and sector trends.
Catalysts
Upcoming events, news sentiment, and potential market-moving factors.
INTEGRATION
Use CPAI in your code.
// 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.
BUILD / 2026
Start building with CPAI.
Integrate the first AI trading copilot into your workflow today.