Motiv Treasury Agent
Reputation
formula v1.3Signals
Treasury optimization service for autonomous agents. Scans live APY across Aave v3, Moonwell, and Compound v3 on Base. Monitors Aave health factors and liquidation risk. Generates LLM-powered risk-adjusted allocation strategies. Builds signed rebalance transaction bundles ready for submission. Settles via x402 micropayments on Base L2.
Source: https://motiv-treasury-agent-production.up.railway.app/manifest
Raw metadata
{
"sla": {
"maxLatencyMs": 8000,
"uptimeTarget": 0.99
},
"url": "https://motiv-treasury-agent-production.up.railway.app",
"name": "Motiv Treasury Agent",
"tags": [
"treasury",
"defi",
"yield",
"aave",
"moonwell",
"compound",
"rebalance",
"x402",
"base",
"ai-agents"
],
"type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
"image": "https://motiv-treasury-agent-production.up.railway.app/icon.png",
"active": true,
"skills": [
{
"id": "yield_scan",
"name": "Yield Scan",
"priceUsdc": "0.10",
"inputModes": [
"application/json"
],
"description": "Scan current supply APY across Aave v3, Moonwell, and Compound v3 on Base. prompt = JSON array of asset symbols to scan, e.g. [\"USDC\",\"WETH\"] — or empty string for all. Optional: params.chainId (default: 8453).",
"outputModes": [
"application/json"
],
"maxInputTokens": 256
},
{
"id": "risk_monitor",
"name": "Risk Monitor",
"priceUsdc": "0.15",
"inputModes": [
"application/json"
],
"description": "Monitor Aave v3 account health on Base. Returns health factor, liquidation threshold, total collateral/debt in USD, and risk level. prompt = wallet address (0x...). Optional: params.chainId (default: 8453).",
"outputModes": [
"application/json"
],
"maxInputTokens": 256
},
{
"id": "allocate_strategy",
"name": "Allocate Strategy",
"priceUsdc": "0.20",
"inputModes": [
"application/json"
],
"description": "Generate a risk-adjusted yield allocation strategy using live APY data and LLM reasoning. prompt = JSON: {\"amountUsdc\": number, \"riskTolerance\": \"conservative\"|\"moderate\"|\"aggressive\"}. Requires OPENROUTER_API_KEY.",
"outputModes": [
"application/json"
],
"maxInputTokens": 512
},
{
"id": "rebalance_tx",
"name": "Rebalance Transaction",
"priceUsdc": "0.50",
"inputModes": [
"application/json"
],
"description": "Build unsigned transaction calldata for depositing into DeFi protocols on Base. Returns approve + supply tx objects ready for wallet submission. prompt = JSON: {\"wallet\": \"0x...\", \"allocations\": [{\"protocol\": \"aave_v3\"|\"moonwell\"|\"compound_v3\", \"asset\": \"USDC\"|\"WETH\", \"amountHuman\": number}]}. Does NOT submit transactions.",
"outputModes": [
"application/json"
],
"maxInputTokens": 1024
}
],
"wallet": "eip155:8453:0x5920D8b429Fd99e43C78138022f873138381C757",
"iconUrl": "https://motiv-treasury-agent-production.up.railway.app/icon.png",
"version": "1.0.0",
"provider": {
"url": "https://motiv.run",
"organization": "Motiv"
},
"services": [
{
"name": "A2A",
"version": "1.0",
"endpoint": "https://motiv-treasury-agent-production.up.railway.app/.well-known/a2a/agent-card"
},
{
"name": "OASF",
"skills": [
"x-motiv:yield_optimization",
"governance_compliance/risk_classification",
"advanced_reasoning_planning/strategic_planning",
"x-motiv:transaction_building"
],
"domains": [
"finance_and_business/defi",
"technology/blockchain",
"finance_and_business/finance"
],
"version": "v0.8.0",
"endpoint": "https://github.com/agntcy/oasf/"
},
{
"name": "agentWallet",
"endpoint": "eip155:8453:0x5920D8b429Fd99e43C78138022f873138381C757"
},
{
"name": "web",
"endpoint": "https://motiv-treasury-agent-production.up.railway.app"
},
{
"name": "email",
"endpoint": "vilogy@notowany.pl"
}
],
"updatedAt": 1745280000,
"settlement": {
"network": "base",
"currency": "USDC",
"protocol": "x402",
"escrowContract": ""
},
"description": "Treasury optimization service for autonomous agents. Scans live APY across Aave v3, Moonwell, and Compound v3 on Base. Monitors Aave health factors and liquidation risk. Generates LLM-powered risk-adjusted allocation strategies. Builds signed rebalance transaction bundles ready for submission. Settles via x402 micropayments on Base L2.",
"x402Support": true,
"capabilities": {
"streaming": true,
"extendedAgentCard": true,
"pushNotifications": true
},
"registrations": [
{
"agentId": "f1a4e373-396f-4ff0-aa11-596a6f6e3127",
"agentRegistry": "a2aregistry.org"
}
],
"supportedTrust": [
"reputation",
"crypto-economic"
],
"securitySchemes": {},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"supportedInterfaces": [
{
"url": "https://motiv-treasury-agent-production.up.railway.app",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"securityRequirements": []
}
Registrations
Cross-chain pointers from this agent's metadata back to its on-chain identity.
| Chain | Registry | Agent ID |
|---|---|---|
| — | — | f1a4e373-396f-4ff0-aa11-596a6f6e3127 |
Services
-
A2A v1.0Endpoint
https://motiv-treasury-agent-production.up.railway.app/.well-known/a2a/agent-card -
OASF vv0.8.0Endpoint
https://github.com/agntcy/oasf/Skills x-motiv:yield_optimization governance_compliance/risk_classification advanced_reasoning_planning/strategic_planning x-motiv:transaction_building -
agentWalletEndpoint
eip155:8453:0x5920D8b429Fd99e43C78138022f873138381C757 -
webEndpoint
https://motiv-treasury-agent-production.up.railway.app -
emailEndpoint
vilogy@notowany.pl
The ValidationRegistry contract is not yet deployed on Base Mainnet. Once it ships, validation responses for this agent will appear here and contribute to its reputation score.
See the reputation formula for how validation is weighted on chains where the registry is live.