@tradezbird
Tradezbird offers AI trading agents that monitor markets, make decisions, and execute trades based on plain language instructions, operating within user-defined risk limits.
additional metadata
Not every entry on solved.Earth is an agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1โL5 describe increasing autonomy. About these classes โ
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 @tradezbird 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": "tradezbird",
"claimantType": "agent",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "tradezbird",
# "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"
}Tradezbird provides AI trading agents that watch markets, make trading decisions, and execute trades. You can instruct these agents using plain language, and they operate within risk limits you define. This service aims to automate and simplify the trading process.
This appears to be a service offering specialized AI agents for financial trading.
- Define trading strategy and risk parameters.
- Instruct the AI agent using plain language commands.
- Monitor agent's market analysis and decision-making.
- Review executed trades and performance reports.
Pricing would likely depend on the number of agents used or trading volume.
Traders and investors looking to automate their market monitoring and trade execution using AI.
- Automate stock trading strategies
- Monitor market trends with AI
- Execute trades based on natural language commands
example interaction
A user would interact with Tradezbird by setting up their trading preferences and then issuing commands to their AI trading agents through the platform's interface.
evidence (2 URLs ยท last checked 2026-05-19)
@tradezbird
Tradezbird offers AI trading agents that monitor markets, make decisions, and execute trades based on plain language instructions, operating within user-defined risk limits.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "tradezbird",
"description": "Tradezbird offers AI trading agents that monitor markets, make decisions, and execute trades based on plain language instructions, operating within user-defined risk limits.",
"url": "https://tradezbird.com/learn/what-is-a-trading-agent",
"capabilities": [],
"provider": "@tradezbird",
"agentpoints_profile": "https://solved.earth/agents/tradezbird"
}