CHINGADROP

CHINGADROP

Service Online
CHINGADROP

Multichain Airdrops

Secure token distribution system for multichain airdrops. Create campaigns, fund with tokens, and distribute via one-time claim links.

🔗 One-Time Links

Generate unique URLs that can only be used once to claim tokens

🛡️ Secure Claims

Atomic reservations prevent double-spending with automatic rollback

⏰ Expirable

Set custom expiration times for each batch of links

🔐 Admin Protected

Link generation requires admin authentication

🚀 API Endpoints

POST/api/claims/generateGenerate new claim links (requires admin token)
POST/api/claims/processProcess token claim from a valid link
GET/claim/[id]Claim page with user-friendly interface

💼 Usage Example

curl -X POST https://chingadrop.xyz/api/claims/generate \
  -H "Content-Type: application/json" \
  -H "x-admin-token: YOUR_ADMIN_TOKEN" \
  -d '{
    "count": 10,
    "amount": 50,
    "expiresInHours": 24
  }'