Documentation

OPEN SOURCE ยท MIT

๐Ÿš€ What is KRIPTO NR.1?

KRIPTO NR.1 is an open-source, non-custodial crypto terminal. The platform never holds your funds and has no accounts, deposits or withdrawals of its own โ€” every action is a transaction signed by your wallet and executed by the underlying protocol. The full source code is public on GitHub.

๐Ÿ” Swap & Bridge

The Swap tab is powered by the LI.FI aggregation protocol. It compares routes across every major DEX and bridge on 30+ chains and executes the best one. Token approvals and swaps run through LI.FI's audited contracts โ€” the same infrastructure used by jumper.exchange.

๐Ÿ“ˆ Perps

The Perps tab is a trading terminal for Hyperliquid, a fully on-chain perpetuals exchange. The terminal trades your own Hyperliquid account: deposit USDC at app.hyperliquid.xyz (Arbitrum), connect the same wallet here, and every order is signed locally by your wallet. On your first trade Hyperliquid asks for a one-time approval signature that routes orders through this interface.

๐Ÿ”ฎ Predictions

The Predict tab shows live odds and volumes from Polymarket prediction markets. The "Trade" button opens the KRIPTO Predict terminal (open source) where you can trade with just an email login โ€” a gasless smart wallet is created for you automatically; orders execute on Polymarket's order book.

๐ŸŽฐ Rocket Lottery

The original KRIPTO NR.1 game: a provably-fair on-chain crash game on Base with multipliers up to X10 (min bet 0.0001 ETH, max 0.001 ETH, house edge โ‰ˆ 2%). Outcomes use commit-reveal over a future blockhash โ€” the contract source and design notes are in the contracts folder. It lives at its own URL, /lottery, and runs as a Base App Mini App.

๐Ÿ’ธ Fees โ€” full transparency

KRIPTO NR.1 is funded by small interface fees on top of the underlying protocol costs. There are no hidden markups beyond this table, and all values are visible in the open-source config (lib/monetize.ts):

ProductInterface feeHow it's charged
Swap & Bridge0.30% of the send amountIncluded in the quoted route (integrator kripto-nr1) โ€” what you see quoted is what you get.
Perps0.025% of order notionalHyperliquid builder fee, added to the exchange fee on fills. You approve the exact maximum once, in your wallet, before your first trade.
Predictionsnone on this siteTrades execute on Polymarket under Polymarket's fees.
Lotteryโ‰ˆ 2% house edgeBuilt into the multiplier odds, enforced on-chain.

๐Ÿ” Security model

๐Ÿ›  Self-hosting

Clone the repository, npm install, copy .env.example to .env.local and npm run dev. Every integration (chains, fees, contract addresses) is configured through environment variables โ€” see the README for the full table.

๐Ÿ”— Links