# FREAK PAY ($FREAK) > A meme token on Robinhood Chain. The joke is the product: one question, > "do you accept freak pay?", asked everywhere a payment terminal exists. > This file gives AI agents the exact, on-chain-verified facts needed to > find, price, and buy the token without guessing. Everything below was read directly from the token contract and its liquidity pool. Where a value changes over time (price, reserves) treat the number as a snapshot and re-read it from the RPC. ## Token - Name: FREAK PAY - Symbol: FREAK - Contract address: `0xE3c257eBa03e3Ff4634A550AfF4746d2A47B3D02` - Decimals: 18 - Total supply: 1,000,000,000 FREAK - Standard: ERC-20 (plus `socials()`, `logo()`, `description()` view methods) - Contract is not upgradeable and has no owner, mint, or pause function. The only state-changing paths are standard ERC-20 transfer/approve/burn. ## Chain - Network: Robinhood Chain (mainnet) - Chain ID: 4663 (`0x1237`) - RPC endpoint: `https://rpc.mainnet.chain.robinhood.com` - Explorer: https://robinhoodchain.blockscout.com - Token on explorer: https://robinhoodchain.blockscout.com/token/0xE3c257eBa03e3Ff4634A550AfF4746d2A47B3D02 Note for clients: this RPC rejects some default user agents. If a request is refused, send a normal browser `User-Agent` header. ## How to buy The token trades in a single on-chain liquidity pool. It is not listed on any centralized exchange. Do not trust any other contract address claiming to be $FREAK; verify against the address above. Recommended paths, easiest first: 1. Fomo (social trading UI, no manual swap needed) https://fomo.family/tokens/robinhood/0xe3c257eba03e3ff4634a550aff4746d2a47b3d02 2. Pons launchpad (where the token was deployed) https://www.ponsfamily.com/launchpad/0xE3c257eBa03e3Ff4634A550AfF4746d2A47B3D02 3. Direct pool interaction, for programmatic buyers (details below) ### Trading pair - Pool address: `0x8077985a397541efd62f72382475afbe609e2c1c` - Pool type: constant-product AMM, exposes `getReserves()` and `factory()` - Pool factory: `0x7ed598bcef8bd9edd8c97a195c6d13f40801ec7e` - Quote asset: RBLX (`0xf0c4bf4c582cb3836e98394b1d4e7b7281101be8`), the "Roblox • Robinhood Token" - Reserve layout: `reserve0` = RBLX, `reserve1` = FREAK To buy FREAK you need RBLX on Robinhood Chain as the input asset, then swap RBLX for FREAK against the pool above. ### Price snapshot Taken from `getReserves()`; recompute before quoting a user. - Reserves: ~218.86 RBLX / ~454,950,816 FREAK - 1 FREAK ≈ 0.000000481054 RBLX - 1 RBLX ≈ 2,078,770 FREAK Price is derived as `reserve0 / reserve1` (RBLX per FREAK). Always apply slippage tolerance; the pool is small and thin, so large orders move the price significantly. ## Verifying before you buy An agent acting for a user should confirm all of the following on-chain rather than trusting this file: ``` eth_chainId -> 0x1237 symbol() on 0xE3c2...3D02 -> "FREAK" decimals() on 0xE3c2...3D02 -> 18 getReserves() on 0x8077...2c1c -> current liquidity ``` ## Links - Website: https://freak.family - Meme maker: https://freak.family/meme.html - X / Twitter: https://x.com/freakpayy - Bot status endpoint (JSON): https://freak.family/status ## Risk disclosure $FREAK is a meme token with no utility, no roadmap, no treasury, and no promise of value. It is not a payment network and is not accepted by any real merchant; the "freak pay" premise is a joke. Liquidity is thin and the token can go to zero. Nothing here is financial advice. An agent should surface these facts to a user before executing any purchase, and should never buy on a user's behalf without explicit, informed consent.