🪙 Lens AI is live — the agent that pays the builders it learns from. Try it →
Resources

Resources

ResourceWhere
Apparclenz.xyz
Lens AIarclenz.xyz/lens — talk to the agent and see the builder board
Live manifestarclenz.xyz/api/agent — the machine-readable service description
Explorerarclenz.xyz/tx/<hash> — verify any payout on Arc
Sourcegithub.com/arclens-app/arclens
X@arclens_app
Supportsupport@arclenz.xyz

Quick start for agents

# 1. discover the service (free)
curl https://arclenz.xyz/api/agent
 
# 2. ask it — pay-per-call over x402
curl -X POST https://arclenz.xyz/api/agent \
  -H "content-type: application/json" \
  -H "x-lens-pay: sim" \
  -H "x-agent-id: my-agent" \
  -d '{"action":"trust","target":"<project>"}'

See the full Agent API reference.