Back to Velvet Unicorn
Card snapshot
vu.velvetdao.xyz
·
2026-05-21 00:08:56 UTC
·
3c027a4019ab25af095eb35ce12f1f187ce2b916e9d4e6f97c87053e897068b3
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Velvet Unicorn",
"description": "AI DeFi agent. $0.01 USDC per call via x402.",
"url": "https://vu.velvetdao.xyz",
"version": "1.0.0",
"provider": {
"name": "Velvet DAO",
"url": "https://velvetdao.xyz"
},
"authentication": {
"type": "x402",
"schemes": [
"x402"
]
},
"skills": [
{
"id": "token_analysis",
"name": "Token Analysis",
"description": "POST {\"token\": \"ETH\"} \u2014 AI analysis of any crypto token",
"httpMethod": "POST",
"httpPath": "/api/v1/token_402",
"input": {
"type": "object",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"example": "ETH"
}
}
},
"output": {
"type": "object",
"properties": {
"answer": {
"type": "string"
}
}
},
"price": "$0.01 USDC on Base"
},
{
"id": "wallet_analysis",
"name": "Wallet Analysis",
"description": "POST {\"wallet\": \"0x...\"} \u2014 AI portfolio analysis",
"httpMethod": "POST",
"httpPath": "/api/v1/wallet_402",
"input": {
"type": "object",
"required": [
"wallet"
],
"properties": {
"wallet": {
"type": "string",
"example": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
}
}
},
"output": {
"type": "object",
"properties": {
"answer": {
"type": "string"
}
}
},
"price": "$0.01 USDC on Base"
},
{
"id": "trending_tokens",
"name": "Trending Tokens",
"description": "POST {\"instruction\": \"on Base\"} \u2014 trending tokens (instruction optional)",
"httpMethod": "POST",
"httpPath": "/api/v1/trending_402",
"input": {
"type": "object",
"properties": {
"instruction": {
"type": "string",
"example": "Show me trending tokens on Base"
}
}
},
"output": {
"type": "object",
"properties": {
"answer": {
"type": "string"
}
}
},
"price": "$0.01 USDC on Base"
},
{
"id": "defi_swap",
"name": "DeFi Swap",
"description": "POST {\"instruction\": \"Swap 10 USDC to ETH from wallet 0x...\"} \u2014 swap route + tx data",
"httpMethod": "POST",
"httpPath": "/api/v1/swap_402",
"input": {
"type": "object",
"required": [
"instruction"
],
"properties": {
"instruction": {
"type": "string",
"example": "Swap 10 USDC to ETH from wallet 0x1234..."
}
}
},
"output": {
"type": "object",
"properties": {
"answer": {
"type": "string"
},
"txdata": {
"type": "object"
}
}
},
"price": "$0.01 USDC on Base"
},
{
"id": "crypto_qa",
"name": "Crypto Q&A",
"description": "POST {\"question\": \"...\"} \u2014 ask anything about crypto",
"httpMethod": "POST",
"httpPath": "/api/v1/ask_402",
"input": {
"type": "object",
"required": [
"question"
],
"properties": {
"question": {
"type": "string",
"example": "What are the best yield opportunities on Base?"
}
}
},
"output": {
"type": "object",
"properties": {
"answer": {
"type": "string"
}
}
},
"price": "$0.01 USDC on Base"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false
}
}