# $PEAR (pearit.now) $PEAR is a walletless, feeless launchpad on Solana. A creator fills in a coin, sends SOL from anywhere, and the coin is created on pump.fun and sent to the address they gave. There is no wallet to connect, no sign-up and no key to share. A coin can optionally be paired with a live prediction market outcome from Polymarket or Kalshi: the creator picks a question and a side (yes or no). The question, the side and the live chance show on the coin's page, and the coin is stamped won or lost once the answer lands. Pairing is free, optional and pays nobody out — it is the story the coin carries. Creator fees can either reward holders or buy $PEAR on the open market and burn it. Every buy and every burn has a public receipt. ## Pages - https://pearit.now/ — coins made here, live questions, winners - https://pearit.now/launch — make a coin - https://pearit.now/buybacks — every $PEAR buy and burn, with receipts - https://pearit.now/how-it-works — the whole flow in plain words - https://pearit.now/docs — guides index (each topic has its own page at https://pearit.now/docs/) - https://pearit.now/docs/api — API reference - https://pearit.now/status — live health of each part - https://pearit.now/terms — terms of service - https://pearit.now/privacy — privacy policy ## API No key, no sign-up. Every response is {"ok":true,"data":...} or {"ok":false,"error":"…"}. Machine-readable spec: https://pearit.now/openapi.json - GET https://pearit.now/api/public/v1 — Overview: Lists every endpoint. No key, no sign-up, no wallet. Every answer is { ok: true, data } or { ok: false, error }. Returns: `ok` true when the call worked; `data.endpoints` every address you can call, with a one-line description. - GET https://pearit.now/api/public/v1/coins — All coins: Every coin launched here with its live price, market cap, 24h change and volume. Parameters: `sort` newest (default), volume or marketcap; `search` name, ticker or full address; `limit` 1–200, default 50. Returns: `id` the coin's address on Solana; `name / symbol` its name and ticker; `icon` picture address, when it has one; `usdPrice` price in dollars right now; `mcap` market cap in dollars; `volume24h` buys plus sells over the last 24 hours, in dollars; `priceChange24h` percent move over 24 hours; `holderCount` how many wallets hold it; `createdAt` when it first traded; `graduatedAt` when it filled its pump.fun curve, if it has. - GET https://pearit.now/api/public/v1/coins/{mint} — One coin: A single coin by address, plus the question it is paired with: the side it backs, the live chance, when it closes and whether it won or lost. Returns: `token` the same fields as the list above, for this one coin; `market.question` the yes/no question it backs, when it has one; `market.side` yes or no — the side this coin picked; `market.odds` the chance of that side, 0 to 1, refreshed on its own; `market.closeTime` when the question stops taking answers; `market.result` yes, no, or empty while it is still open; `market.outcome` won, lost, or empty — the side compared with the result; `market.url` the question on Polymarket or Kalshi. - GET https://pearit.now/api/public/v1/markets — Open questions: Live yes/no questions from Polymarket and Kalshi — the same list the launch form searches. Parameters: `search` words to look for; `sort` volume (default) or closing; `limit` 1–100, default 30. Returns: `source` polymarket or kalshi; `id` the question's own id at that source — pass this back when launching; `question` the yes/no question, in words; `yesPrice` the chance of yes, 0 to 1; `volume` how much has been traded on it, in dollars; `closeTime` when it stops taking answers; `url` the question on its own site; `status` open, closed or settled. - GET https://pearit.now/api/public/v1/buybacks — Buybacks and burns: Every $PEAR buy-and-burn with the SOL spent, the $PEAR burned and both transaction signatures. Parameters: `limit` 1–200, default 50. Returns: `totals.solSpent` all the SOL ever spent buying $PEAR back; `totals.padBurned` all the $PEAR ever burned; `totals.burns` how many burns have happened; `events[].createdAt` when that burn happened; `events[].solSpent` SOL spent on that one; `events[].padBurned` $PEAR destroyed on that one; `events[].swapSignature` the buy, checkable on Solscan; `events[].burnSignature` the burn, checkable on Solscan. ## Flows ### Launching a coin 1. Fill in name, ticker, picture and (optionally) story, links and a banner. 2. Give the Solana address that should receive the coin and its creator rewards. 3. Optionally pick a live question from Polymarket or Kalshi and a side, yes or no. 4. Optionally set a first buy in SOL of your own coin. 5. Send the quoted amount of SOL to the address shown — the service amount plus any first buy and any gift. The payment is spotted automatically; nothing is created before it confirms on-chain. 6. The coin is created on pump.fun, handed to the given address and appears on the feed. Every payment is used once, every launch is simulated first, a stuck launch retries on its own, and if the coin still cannot be made the SOL is refunded automatically. ### Creator fees Each coin picks one of two paths when it is created, and it cannot be changed later: holder rewards (the creator-fee share goes to the people holding the coin) or the $PEAR buyback (100% of the creator fees are collected, used to buy $PEAR on the open market and burned). Part of the creator fees can instead be split with verified charities. Every buy and burn has a Solscan receipt on https://pearit.now/buybacks. ### Paired outcomes The question is verified as real and open at launch, the live chance is saved, and it refreshes on its own. When the market settles, the coin is stamped won or lost and shows in the winners row on the home page. Pairing places no bet and pays nobody out. ## Guides ### Start here - https://pearit.now/docs/what — A feeless, walletless launchpad on solana. - https://pearit.now/docs/pairing — Back your coin with a live question from polymarket or kalshi. - https://pearit.now/docs/launch — One form, one payment, and your coin is live. ### Your coin - https://pearit.now/docs/vamp — Copy any coin's name, picture and story into your own launch. - https://pearit.now/docs/trade — Where buying and selling happens after launch. - https://pearit.now/docs/coin-page — Everything shown on your coin's own page. - https://pearit.now/docs/look — Read the whole site in 12 languages. - https://pearit.now/docs/king — What happens the moment a coin bonds. ### Fees and rewards - https://pearit.now/docs/holder-rewards — Pick who your creator fees work for. - https://pearit.now/docs/buybacks — Every $PEAR buy and burn, with receipts. - https://pearit.now/docs/options — Every extra you can add to a launch. - https://pearit.now/docs/fees — What a launch costs, in full. ### Safety - https://pearit.now/docs/safety — What protects your payment and your coin. - https://pearit.now/docs/wallets — Nothing to connect, ever. ## Safety No private key, seed phrase or wallet connection is ever requested. Coins, launch transactions and refunds are all on-chain under the creator's own address.