Daily USDC Auction
Every day, a single site-wide banner ad slot is auctioned. Bid in USDC — the highest bid wins. Bids are fully transparent and the auction resets at midnight UTC.
Loading auction state...
API Usage
GET /api/ad-slot
Returns current auction state including highest bid and bid history.
POST /api/ad-slot
Place a bid. Body:
{
"content": "Your 255-char ad message",
"wallet_address": "0x...",
"bid_amount_usdc": 1.50
}