Skip to content
D

Drift Payments

Easy cross chain payment solution for Chiliz dapps

Created on 13th July 2025

•

D

Drift Payments

Easy cross chain payment solution for Chiliz dapps

The problem Drift Payments solves

#Drift Payments

Cross-Chain Fan Token Payment Infrastructure with Universal Wallet Integration


Project Overview

Team: Drift Labs
Track: DeFi & Payments / Cross-Chain Infrastructure
NPM Package:

npm install drift-payments


The Need

Problem Statement

Fan token payments are broken across the web3 ecosystem.

Sports fans want to support their teams with fan tokens, but the current landscape presents massive barriers:

Current Pain Points

  1. Fragmented Wallets: Socios fans use Socios wallet, crypto users use MetaMask - no unified experience
  2. Chain Complexity: Fan tokens live on Chiliz, but users have funds on Ethereum, Polygon, Arbitrum
  3. Technical Barriers: Merchants need blockchain expertise to accept fan token payments
  4. Poor UX: Existing solutions require multiple apps, bridging, and complex token swaps
  5. Limited Adoption: Only 3% of e-commerce accepts crypto payments, 0.1% accept fan tokens

💡 The Solution

Drift Payments: Universal Fan Token Payment Infrastructure

One widget. Any wallet. Any chain. Instant fan token payments.

We built the first universal payment widget that enables:

Universal Wallet Support - MetaMask, Socios, WalletConnect
Cross-Chain Payments - Pay from any chain to receive fan tokens
Plug-and-Play Integration - 3 lines of code for any website
Real-Time Processing - Instant quotes and transaction execution
Production Ready - NPM package with TypeScript support

Core Innovation

We solve the cross-chain + multi-wallet problem by creating a unified payment abstraction layer that:

  1. Connects any wallet (MetaMask + Socios via WalletConnect)
  2. Accepts any token (USDC, ETH, USDT → Fan tokens)
  3. Bridges any chain (Ethereum → Chiliz automatically)
  4. Provides real blockchain transactions (actual transaction hashes)

Use Cases

1. E-Commerce Integration

Real-world merchant adoption

Scenario: Official PSG merchandise store wants to accept PSG fan tokens

// 30 seconds to integrate import { DriftProvider, DriftPaymentWidget } from 'drift-payments'; function PSGStore() { return ( <DriftProvider config={{ apiUrl: 'https://api.psg-store.com', merchantWallet: '0x742d35...', // PSG's wallet walletConnectProjectId: 'wc_abc123' }}> <DriftPaymentWidget onPaymentSuccess={(result) => { // PSG fan just bought a jersey with PSG tokens! window.location.href = `/success?tx=${result.transactionHash}`; }} /> </DriftProvider> ); }

Impact: PSG fans worldwide can buy merchandise with PSG tokens, creating real utility and revenue.

2. Sports Betting & Gaming

Fan engagement platforms

Scenario: Fantasy football platform accepts multiple fan tokens for entries

  • User Experience: Choose Arsenal vs Barcelona match → Pay with AFC or BAR tokens
  • Cross-Team Payments: Real Madrid fan can bet using Manchester City tokens
  • Instant Settlement: Winnings paid in fan tokens directly to user's Socios wallet

3. Event Ticketing

Stadium and event access

Scenario: Champions League match ticketing

function ChampionsLeagueTickets() { return ( <DriftPaymentWidget onPaymentSuccess={(result) => { // Generate NFT ticket with transaction proof mintTicketNFT(result.transactionHash, result.fanToken); }} /> ); }

Innovation: Pay with any fan token → Get team-specific perks and access

4. Creator Economy

Content creators and influencers

Scenario: Football YouTuber accepts donations in fan tokens

  • Multi-Token Support: Fans pay with their team's tokens
  • Instant Conversion: Creator receives preferred token (USDC/ETH)
  • Community Building: Token-gated Discord access based on payments

5. DeFi Integration

Yield farming and staking with fan tokens

Scenario: Fan token DeFi protocols

function FanTokenStaking() { return ( <DriftPaymentWidget onPaymentSuccess={(result) => { // Stake fan tokens in yield farming protocol stakeFanTokens(result.fanToken, result.amount); }} /> ); }

Innovation: Turn fan tokens into yield-generating assets


Tracks Applied (2)

DeFi

Socios Wallet Connectivity / Features

Technologies used

Cheer Project

Cheering for a project means supporting a project you like with as little as 0.0025 ETH. Right now, you can Cheer using ETH on Arbitrum, Optimism and Base.

Discussion

Builders also viewed

See more projects on Devfolio