6M+ social accounts indexed

Trust & payments,
for multiplayer agents.

A login can't tell an agent who's in the room. Quidli resolves identity, checks reputation, and sends payment from a social handle. Open infrastructure, no wallet address required.

Team receiving a crypto reward via Quidli
6M+
Indexed Social Accounts
100K+
Activated Users
30+
Live API Integrations

Agent-powered transaction
infrastructure

One API. Three capabilities. No wallet address required.

Identity resolution

Identity Resolution

Point any social handle (Twitter, Discord, Telegram, Farcaster) at the API and get back a verified ETH or SOL wallet address. Instantly.

Smart Send

Programmable Payouts

Multiplayer agent workflows. Your team watches, redirects, and approves in real time. Schedule recurring payouts or hand off to agents.

Agentic payments

Agentic Payments

Connect via our MCP server to Claude, Hermes, Minds, and other AI harnesses. Agents pay autonomously with no API keys, no billing setup. Or build natively into your software.

Who's speaking? Who can you
trust?

Quidli turns social footprint into reputation agents can act on. Shared sessions need this the moment a login stops being enough.

GitHub Contribution history, code activity
Twitter / X Engagement quality, network reach
Discord Community participation, roles
Farcaster Social graph, on-chain activity
Phone number Identity verification, reachability
Email Account longevity, domain signals
Reputation inferred from social data

From social handle
to payment in seconds

1

Connect your app to the API

Authenticate with an API key, or skip signup entirely with x402 for keyless, per-request billing. No application, no privacy invading reviews. Start with a single endpoint.

2

Resolve any social identity

Pass a Twitter handle, Discord ID, email, or Farcaster FID to /lookup. Get back a verified wallet address.

3

Send tokens directly

Use /drop to send tokens to one person or thousands, one-time or on a recurring schedule.

API integration

Test identity resolution
and payouts

Explore how Quidli resolves social handles to wallets and executes transactions. Send USDC on Base to any email, phone, GitHub, X, Telegram, Farcaster or LinkedIn. Perfect for exploring the flow before integrating into your agent.

Simple by design

Two endpoints.
Infinite use cases.

Resolve a social identity and send tokens in a single workflow. That's it. No restrictions on what you build with it.

# Resolve a Twitter handle to a wallet
GET https://api.connect.quid.li/lookup
  ?handle=@vitalik
  &chain=ethereum

# Send tokens to anyone by social ID
POST https://api.connect.quid.li/drop
  recipients: ["@alice", "discord:bob#1234"]
  amount: 10 USDC
Send tokens to your contacts right now Paste a handle, pick a token, done. No wallet address needed.
Try the app
Access API
AI-Ready Integration

Connect payments to your AI stack

Quidli's MCP server integrates seamlessly with Claude, Hermes, Minds, and other LLM-powered AI harnesses. Deploy agent-native payments in minutes.

🤖

Agent-Native

Agents pay autonomously via social identity with zero friction.

🔗

Multi-Harness

Works with Claude, Hermes, Minds, and any AI harness supporting MCP.

⚙️

Build Native

Or integrate directly into your own software and workflows.

Explore MCP Server → npm Package

npm install @quidli/connect-mcp →

Ready to deploy agentic payments?

Get started with MCP for your AI agents, or access the REST API for traditional integrations.

Start with MCP → Explore API