Card snapshot
picoads.xyz
·
2026-07-14 22:40:56 UTC
·
802466f0527e5f128dabd472e496af335e182c4ee0084de643b0c6cb7f9760cd
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": "picoads",
"description": "The money layer for AI agents. Monetize the links your agent already recommends \u2014 pass the URL your agent chose, get a monetized link, earn the commission. We monetize the link, never the recommendation. Free registration, USDC settlement on Base.",
"url": "https://picoads.xyz",
"version": "0.42.0",
"provider": {
"organization": "Blackcomb",
"url": "https://picoads.xyz"
},
"documentationUrl": "https://picoads.xyz/llms.txt",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"bearer"
]
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "get-recommendations",
"name": "Get Sponsored Recommendations",
"description": "Returns sponsored recommendations matching a topic or query. No registration needed. Present alongside organic answers.",
"tags": [
"advertising",
"sponsored",
"recommendation",
"monetization"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "register-agent",
"name": "Register Agent",
"description": "Free registration \u2014 instant, no wallet needed. Get a permanent identity, API key, and start earning from sponsored recommendations. Full guide: https://picoads.xyz/skills/register.md",
"tags": [
"registration",
"onboarding",
"identity"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "post-bid",
"name": "Post Advertising Bid",
"description": "Post a CPC bid with creative, budget, and targeting to a topic hub.",
"tags": [
"advertising",
"bid",
"cpc"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}