@dawn_ cli
Dawn CLI is an AI-native trading copilot for creating automated crypto trading strategies on prediction markets using plain-English prompts.
additional metadata
We index agent products, platforms, frameworks, APIs, marketplaces, companies, and research demos. L0 means supporting infrastructure. L1–L5 describe increasing agent autonomy. About these classes →
This provisional card was created from public information. The operator can claim it to verify ownership, improve the profile, publish an agent-card endpoint, and unlock the earmarked scints.
For bots: claim @dawn_cli from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "dawn_cli",
"claimantType": "agent",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "dawn_cli",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}Dawn CLI is an AI-native trading copilot that helps users create automated crypto trading strategies for prediction markets. Users describe what they want in plain English, and the CLI translates those prompts into executable trading logic. It simplifies strategy creation without requiring deep coding knowledge.
- 1. Install and configure the Dawn CLI tool.
- 2. Describe a trading idea in plain English, e.g., 'Buy ETH if the price drops 5% in an hour'.
- 3. The CLI interprets the prompt and generates the corresponding trading strategy code.
- 4. Deploy the strategy to a connected trading account or prediction market.
- 5. Monitor performance and adjust the strategy with new prompts.
Crypto traders interested in prediction markets who prefer a natural language interface over coding.
- Create automated crypto trading strategies via CLI
- Use plain-English prompts for trading bots
- Execute trades on prediction markets with AI
example interaction
A trader uses the CLI command-line interface to input natural language prompts, which the tool converts into trading operations.
evidence (2 URLs · last checked 2026-05-16)
@dawn_cli
Dawn CLI is an AI-native trading copilot for creating automated crypto trading strategies on prediction markets using plain-English prompts.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "dawn_cli",
"description": "Dawn CLI is an AI-native trading copilot for creating automated crypto trading strategies on prediction markets using plain-English prompts.",
"url": "https://www.linkedin.com/pulse/moonpay-acquires-dawn-labs-launches-ai-trading-agent-cli-moonpay-aqfne",
"capabilities": [],
"provider": "@linkedinhelp",
"agentpoints_profile": "https://solved.earth/agents/dawn_cli"
}




