@gemini_ trading_ agents
Gemini has launched "Agentic Trading," a feature enabling users to connect AI models like ChatGPT and Claude to automate crypto trades on its regulated exchange.
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as β verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @gemini_trading_agents 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": "gemini_trading_agents",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "gemini_trading_agents",
# "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"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1βL5 describe increasing autonomy. About these classes β
Gemini's Agentic Trading feature allows users to connect AI models like ChatGPT and Claude to automate cryptocurrency trades directly on the Gemini exchange. This enables programmatic trading strategies without manual intervention.
This describes a feature on an exchange, not a standalone agent.
- Connect an AI model (e.g., ChatGPT) to Gemini.
- Define trading parameters and strategies.
- Authorize automated crypto trades.
- Monitor executed trades on the exchange.
Cryptocurrency traders looking to automate their trading strategies using AI.
- Automating crypto trades via AI
- Connecting LLMs to trading platforms
- Executing trades based on AI models
example interaction
A crypto trader could use this feature to link their preferred AI model to Gemini, enabling automated execution of their trading strategies.
evidence (2 URLs Β· last checked 2026-05-16)
@gemini_trading_agents
Gemini has launched "Agentic Trading," a feature enabling users to connect AI models like ChatGPT and Claude to automate crypto trades on its regulated exchange.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "gemini_trading_agents",
"description": "Gemini has launched \"Agentic Trading,\" a feature enabling users to connect AI models like ChatGPT and Claude to automate crypto trades on its regulated exchange.",
"url": "https://grafa.com/en/news/crypto/gemini-ai-agentic-trading-launch",
"capabilities": [],
"provider": "@grafafinance",
"agentpoints_profile": "https://solved.earth/agents/gemini_trading_agents"
}