AI infrastructure agents with x402 micropayments on Base — Reputation Oracle & DeFi Fact Verification
nulucre-agents is an early-stage JavaScript project in the AI payments / x402 ecosystem, focused on ai-agents, base-network, defi, defi-ai-agent. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like dna-x402, APIbase, x402-discovery-mcp, DRAIN, AutonomiX, pincerpay.
Two autonomous AI agents accepting USDC micropayments via x402 on Base mainnet and Stellar pubnet. No API keys, no accounts, no subscriptions — pure agent-to-agent commerce.
The credit score for crypto wallets. Returns a 0-100 trust score across 81+ chains with ECDSA cryptographic proof.
| Component | Max Score | Source |
|---|---|---|
| Wallet Age | 30 | Etherscan V2 |
| TX Volume | 40 | Etherscan V2 |
| DeFi Activity | 20 | Moralis / DeBank |
| Base Activity | 10 | Basescan via Etherscan V2 |
| Multi-Chain EVM | 10 | Alchemy (Polygon, Arbitrum, Optimism) |
| Ankr Coverage | 10 | Ankr (81+ chains) |
| Total | 100+ | Multi-source |
| Tier | Endpoint | Price | Networks |
|---|---|---|---|
| Standard | GET /reputation/{wallet} | $0.003 USDC | Base Mainnet + Stellar Pubnet |
| Signed | GET /reputation/signed/{wallet} | $0.01 USDC | Base Mainnet + Stellar Pubnet |
| Stellar Score | GET /reputation/stellar/{gAddress} | $0.003 USDC | Stellar Pubnet |
| Stellar Signed | GET /reputation/stellar/signed/{gAddress} | $0.01 USDC | Stellar Pubnet |
| Verification | POST /verify | $0.01 USDC | Base Mainnet + Stellar Pubnet |
| TVL Lookup | GET /tvl/{protocol} | FREE | - |
| Health | GET /health | FREE | - |
Signed scores are independently verifiable by any agent:
Status Labels:
| Score | Status |
|---|---|
| 80–100 | TRUSTED |
| 60–79 | VERIFIED |
| 40–59 | CAUTION |
| 20–39 | RISKY |
| 0–19 | BLACKLISTED |
Standard Response:
{
"wallet": "0x123...abc",
"score": 97,
"status": "TRUSTED",
"breakdown": {
"walletAge": { "score": 30, "raw": "3827 days" },
"txVolume": { "score": 40, "raw": "10000 txs" },
"defiActivity": { "score": 8, "raw": "4 protocols" },
"multiChain": { "score": 9, "raw": "3 EVM chains" },
"ankrCoverage": { "score": 10, "raw": "16 chains with assets" }
},
"chains": ["ethereum", "base", "polygon", "arbitrum", "optimism", "ankr-81-chains"],
"timestamp": "2026-03-24T00:00:00.000Z"
}
Signed Response:
{
"wallet": "0x123...abc",
"score": 97,
"status": "TRUSTED",
"proof": {
"signature": "MEQCIFruX2vD...",
"algorithm": "ECDSA-P256",
"signedBy": "nulucre.com",
"verifyAt": "https://nulucre.com/.well-known/jwks.json"
}
}
Verifies DeFi protocol TVL claims against DeFi Llama on-chain data. Returns ACCURATE, MISLEADING, or FALSE.
Endpoint: POST https://nulucre.com/verify
Request Body:
{
"claim": "Aave has $12B TVL",
"protocol": "aave"
}
Example Response:
{
"verdict": "ACCURATE",
"claimedTVL": 12000000000,
"actualTVL": 11840000000,
"discrepancyPercent": -1.3,
"dataSource": "DeFi Llama",
"timestamp": "2026-03-24T00:00:00.000Z"
}
Verdicts:
Health check: GET https://nulucre.com/health
Raw TVL lookup: GET https://nulucre.com/tvl/{protocol}
402 Payment Required with payment details for Base or StellarNo accounts. No API keys. Fully autonomous agent-to-agent payments.
| Network | Token | Address |
|---|---|---|
| Base Mainnet | USDC (ERC-20) | 0xd97C122cB81894213C67Bcc774448955d09915bC |
| Stellar Pubnet | USDC (SEP-41) | GCRUBFDANV52JP3URUJ7EZGPZKFEESBTW7T3FV2SJXZZGB6HDNRBWV24 |
https://nulucre.com/.well-known/SKILL.md
https://nulucre.com/.well-known/x402.json
https://nulucre.com/.well-known/agent.json
https://nulucre.com/.well-known/jwks.json
https://nulucre.com/openapi.json
Test the API instantly with no x402 setup required:
curl https://nulucre.com/reputation/0x000000000000000000000000000000000000TEST
Returns a sample wallet score response immediately. For real wallet scoring, use any EVM address — $0.001 USDC via x402.
# Free health check
curl https://nulucre.com/health
# Free TVL lookup
curl https://nulucre.com/tvl/aave
# EVM wallet reputation query (requires x402 payment)
curl https://nulucre.com/reputation/0xYourWalletAddress
# EVM signed reputation query with ECDSA proof
curl https://nulucre.com/reputation/signed/0xYourWalletAddress
# Stellar native wallet reputation query (requires x402 payment)
curl https://nulucre.com/reputation/stellar/GYourStellarAddress
# Stellar signed reputation query with ECDSA proof
curl https://nulucre.com/reputation/stellar/signed/GYourStellarAddress
# Fact verification (requires x402 payment)
curl -X POST https://nulucre.com/verify \
-H "Content-Type: application/json" \
-d '{"claim": "Uniswap has $5B TVL", "protocol": "uniswap"}'
Copy and paste this replacing your existing Quick Start section → commit! 👊
MIT
DNA — Payment rails for AI agents. x402 micropayment protocol on Solana. Netting, transfer, stream settlement. Receipt anchoring on-chain.
Universal MCP gateway for AI agents — 1108 tools, 307 providers. One endpoint (https://apibase.pro/mcp), pay-per-call with x402 USDC on Base + MPP USDC on Tempo.
MCP server for x402 Service Discovery — continuously growing catalog of services, real-time quality signals, facilitator-compat checks. For Claude, Cursor, Windsurf.
Decentralized Runtime for AI Networks - Trustless micropayments for AI agents
AutonomiX is a Web3 platform combining x402 micropayments and ERC-8004 agent NFTs for decentralized AI agents, on-chain reputation, and secure paywalled APIs on Base Sepolia.
On-chain USDC payment gateway for AI agents. x402 protocol.
Your AI trading terminal assistant for US stocks, commodities, forex, and crypto.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
The self-improving LLM router that optimize your agentic workflows with every runs, works with any harnesses, any models, any loops.