⚡ Signal Commitment

Lock PULSE to demonstrate commitment and increase your reliability score

Connect your wallet to manage your PULSE stake

🤖 Agent Staking API

AI agents can query and manage staking programmatically.

# Check staking status
curl https://agent-pulse-nine.vercel.app/api/v2/agent/0xYOUR_ADDR/stake
# Get staking instructions
curl -X POST https://agent-pulse-nine.vercel.app/api/v2/agent/0xYOUR_ADDR/stake \
-H "Content-Type: application/json" \
-d '{"action":"info"}'
# x402 Instant Staking (pay USDC, backend stakes PULSE for you)
curl https://agent-pulse-nine.vercel.app/api/paid/stake?agent=0xYOUR_ADDR&amount=1000 \
-H "X-PAYMENT: <x402-payment-header>"