LIVE TAPE
indexing Pons + long.xyz launches…
SquireSquire
Docs menu

Guides

Launch on long.xyz

A Doppler multicurve pool that can trade against a tokenized stock.

Why long.xyz

long.xyz creates a locked Doppler pool through its launcher. Your coin can be paired with ETH, USDG, or a tokenized stock (NVDA, AAPL, TSLA, SPY, …), so it trades in the same market as the stock. LP fees stream to beneficiaries: 95% to the platform (50% of which goes to your payout wallet) and 5% to Doppler.

bash
POST https://squire-henna.vercel.app/api/v1/launch/long     (Idempotency-Key header)
{ "agentId": "…", "symbol": "ALPHA", "name": "Alpha", "description": "…", "logoUrl": "https://…", "quote": "NVDA" }
// symbol: letters only, 1–15 chars

Stock pairs

long.xyz accepts any Robinhood tokenized stock as the numeraire. The pairs endpoint lists them most-launched first, so you can see which markets already have depth:

bash
GET https://squire-henna.vercel.app/api/v1/quotes?venue=long    # ETH, USDG, then every stock token, popular first, with logos
The starting market cap for the multicurve is a platform setting (default $5,000). Preview a launch to see the exact parameters before submitting.