TIP JAR

Tip jar: buy me a coffee ☕

All tools are free. If they saved you money, feel free to tip.

Scan or transfer

Send USDC / USDT / ETH to the address below — any EVM chain (Base or BSC recommended for low fees).

0x59886DDa36807e9fB8deE798158c23655B17D069

⚠ EVM assets only. Do not send BTC/SOL or other non-EVM assets to this address.

Dev easter egg: let your AI agent tip via x402

A real x402 endpoint: calling without payment returns a 402 challenge; an agent signs a 1-cent payment (Base Sepolia testnet USDC for now) and retries. No accounts, no API keys.

curl -i /api/tip/thanks
# → 402 + PAYMENT-REQUIRED 头(base64 挑战)
# agent 签名付款后带 X-PAYMENT 头重试 → 200

Testnet phase: do not send mainnet funds via x402; switching to Base mainnet once validated.