trader.rigoblock.com
trader.rigoblock.com
· trader.rigoblock.com
AI-powered DeFi trading agent for Rigoblock smart vaults. Natural language to safe swap/bridge calldata or delegated execution. Supports Uniswap, 0x, GMX perpetuals, Across bridging, Uniswap v4 LP, GRG staking, and pool deployment across 7 chains. Protected by NAV Shield (10% max loss cap), Swap Shield (oracle price comparison), and 7-point execution validation.
trader.rigoblock.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 19/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://trader.rigoblock.com/.well-known/agent-card.json |
| Provider | https://trader.rigoblock.com |
| Docs | https://trader.rigoblock.com |
Health · last 2 probes
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/trader.rigoblock.com) [](https://agenstry.com/agents/trader.rigoblock.com) [](https://agenstry.com/agents/trader.rigoblock.com) [](https://agenstry.com/agents/trader.rigoblock.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "trader-rigoblock-com",
"name": "trader.rigoblock.com",
"description": "AI-powered DeFi trading agent for Rigoblock smart vaults. Natural language to safe swap/bridge calldata or delegated execution. Supports Uniswap, 0x, GMX perpetuals, Across bridging, Uniswap v4 LP, GRG staking, and pool deployment across 7 chains. Protected by NAV Shield (10% max loss cap), Swap Shield (oracle price comparison), and 7-point execution validation.",
"domain": "trader.rigoblock.com",
"provider": "trader.rigoblock.com",
"providerUrl": "",
"category": "",
"networks": [
"eip155:8453"
],
"enriched": false,
"endpoints": [
{
"url": "https://trader.rigoblock.com/api/quote",
"description": "Rigoblock price oracle \u2014 DEX price quotes from Uniswap across 7 chains (Ethereum, Base, Arbitrum, Optimism, Polygon, BNB, Unichain).",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "amount",
"type": "string",
"description": "",
"example": "Amount to sell (human-readable, e.g. '1' for 1 ETH)",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "buy",
"type": "string",
"description": "",
"example": "Token to buy (ETH, USDC, WBTC, or contract address)",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "Chain name or ID (e.g. 'base', '8453', 'arbitrum', '42161')",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "sell",
"type": "string",
"description": "",
"example": "Token to sell (ETH, USDC, WBTC, or contract address)",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://trader.rigoblock.com/api/chat",
"description": "AI-powered DeFi trading agent for Rigoblock smart vaults. Natural language to safe swap/bridge calldata or delegated execution. Supports Uniswap, 0x, GMX perpetuals, Across bridging, Uniswap v4 LP, GRG staking, and pool deployment across 7 chains. Protected by NAV Shield (10% max loss cap), Swap Shield (oracle price comparison), and 7-point execution validation.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "upto",
"maxAmount": "0.1",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "authSignature",
"type": "string",
"description": "",
"example": "EIP-191 signature signed by operatorAddress (optional)",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "chainId",
"type": "string",
"description": "",
"example": "EVM chain ID (1, 42161, 8453, 137, 10, 56, 130)",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "confirmExecution",
"type": "string",
"description": "",
"example": "Set to true for auto-execute in delegated mode",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "executionMode",
"type": "string",
"description": "",
"example": "manual | delegated (default: manual)",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "messages",
"type": "string",
"description": "",
"example": "Array of {role, content} chat messages",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "operatorAddress",
"type": "string",
"description": "",
"example": "Vault owner wallet address (optional)",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "vaultAddress",
"type": "string",
"description": "",
"example": "Rigoblock vault contract address (0x...)",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://trader.rigoblock.com/api/tools",
"description": "Rigoblock DeFi tool discovery \u2014 returns the list of available atomic tools for swap, LP, bridge, staking, and vault management. Each tool is invocable via POST /api/tools/{toolName} with structured arguments.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": []
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.002",
"maxAmount": "0.1",
"avgCostPerTransaction": "0.002",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": []
}
}