AI agents will carry identity cards within 2 years.
Not metaphorical ones. Real, portable, verifiable credentials that say: "here's who I am, here's my track record, here's who vouches for me."
Here's how it's already taking shape 🧵
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>AgentScore — Brand Preview</title> | |
| <link rel="icon" href="/favicon.svg" type="image/svg+xml"> | |
| <style> | |
| *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} | |
| :root{ |
| #!/usr/bin/env node | |
| /** | |
| * CDP SQL-based x402 transaction ingestion for AgentScore | |
| * Queries all USDC Transfer events that co-occur with AuthorizationUsed events | |
| * (the x402 payment signature) and ingests them into agentscore. | |
| */ | |
| const { execSync } = require('child_process'); | |
| const fs = require('fs'); | |
| const path = require('path'); |