Skip to Content
FAQ

FAQ

General

What is Glarex? A decentralized exchange on Robinhood Chain. You swap tokens through one router contract, and trading earns you GLRX cashback.

Is this on mainnet? No. Glarex runs on Robinhood Chain testnet, chain ID 46630. Mainnet is planned — see Roadmap.

Does it cost real money? No. Gas is testnet ETH from the network faucet, and trading tokens come from the Glarex faucet. Nothing on this network costs anything, and nothing on it is worth anything.

Who built it? Glarex is built and operated independently. Every contract is deployed by the protocol and verified on the explorer.

Trading

Why did my swap fail? Most commonly: the quote went stale, or gas ran out on a swap that crossed a tick boundary. Re-quote and resubmit, and don’t lower the gas limit manually. See Getting Started for the full list.

Why does the quote keep changing? Blocks are about 100ms apart. Prices move that fast. Glarex re-quotes continuously and refuses to submit a stale quote rather than filling you at a price you didn’t see.

Why is my price impact so high? Uniswap V3 concentrates liquidity in price ranges. A trade large enough to push past the active range runs into thinner liquidity. Split it into smaller swaps, or route through WETH.

Do I have to approve every swap? No. Approval is once per token. After that, swaps of that token are a single transaction.

What does Glarex charge? 10 basis points, 0.1%, per swap, on top of the pool’s own fee. That commission funds the cashback paid back to you.

Cashback

When do I get my GLRX? On the same transaction as the swap that pays it. No claiming, no waiting.

Why didn’t I get cashback on that swap? Not every swap pays. Payouts land on a schedule tied to your swap count — some numbers always pay, some are eligible, the rest don’t. Check the transaction logs: CashbackPaid means you were paid, CashbackSkipped means that swap wasn’t a paying one.

Can I know in advance? Yes. Call previewCashback(yourAddress) on the router — it returns whether your next swap pays and how much.

Why did I get a different amount than last time? Payout amounts vary between a minimum and maximum set on the contract. The amount is derived from a hash over your address, your swap count, and protocol values — deterministic, and previewable. See Cashback & GLRX.

Can I farm it? No. The inputs are fixed before you submit, so resubmitting doesn’t reroll the outcome.

My swap paid but I got no GLRX. Add the GLRX token to your wallet manually — most wallets don’t show unknown tokens. If it’s still missing, check whether the transaction emitted CashbackPaid or CashbackSkipped.

Points

How do I earn points? Swaps, referrals, and one-time social tasks. See Points.

When do points show up? After the indexer reads the block containing your swap — usually a few seconds. Don’t resubmit a confirmed swap.

How much will my points be worth? Unknown, and deliberately so. Points convert at mainnet. No ratio, amount, or allocation has been decided. Anyone quoting you a number is making it up.

Can I use multiple wallets to earn more? Splitting activity across wallets is visible on-chain and is grounds for exclusion from any conversion.

Can I transfer or sell points? No. Points are a score, not a token.

Technical

Where are the contract addresses? Contracts & Addresses.

Can I integrate with Glarex? Yes — see Developer Reference. Route through GlarexRouter, not the pools directly, or you get no cashback and no points attribution.

Is the code audited? This is a testnet deployment built on Uniswap core and periphery contracts, which are themselves widely audited, Treat it accordingly.

Is Glarex open source? Contract source is verified and readable on the explorer for every deployed address.


Risk Disclaimer

Glarex operates on a test network. Read this before using it.

Tokens have no value. GLRX, WETH, and every other token on Robinhood Chain testnet exist for testing. They are not securities, not investments, and not redeemable for anything. They cannot be bought or sold for money.

Nothing here is an offer. No page on this site is an offer to sell, a solicitation to buy, or investment advice. No representation is made about the future value of any token.

Points are not a promise. Points record participation in Phase Zero. They convert at mainnet on terms published before launch. No amount, ratio, or allocation is committed to anywhere, by anyone, including in community channels.

Testnets get reset. Networks in testing can be reset, halted, or discontinued by their operators. Balances and history are not guaranteed to persist.

You are responsible for your own keys. Glarex never asks for a seed phrase, never DMs first, and never runs a private airdrop claim. Anyone doing so is not Glarex.

Verify addresses. Only interact with addresses listed on Contracts & Addresses. Contracts from earlier iterations remain on-chain and are not part of the live protocol.

Last updated on