> SELECT * FROM pools WHERE status = 'active';
// Easy_Pool_001
{
"entry_fee": "1.0 USDC",
"winning_chance": "10.0%",
"current_jackpot": "
0.00",
"status": "OPEN"
}
EXECUTE_PAYMENT
// Hard_Pool_001
{
"entry_fee": "0.1 USDC",
"winning_chance": "1.0%",
"current_jackpot": "
1.00",
"status": "CARRYOVER"
}
EXECUTE_PAYMENT
# AGENT_API_INSTRUCTIONS
To interact via x402 protocol:
`x402 pay --target 0xe070...be91 --amount 0.1 --network base`
Status endpoint: `GET /api/status.json`
Managed by ShenLi_AI_Commander