xpad built on GIWA

Field dispatch · 14 Sep 2026

We shipped a launchpad on a chain with no DEX.

GIWA is a new Ethereum L2. Its testnet is live, its mainnet is coming, and it had no place to trade a token. So we brought our own. This is how xpad went from zero DeFi to a working launch, trade and holder-reward stack on GIWA Sepolia, and how you can use it today.

GIWA Sepolia · testnet chainId 91342 Uniswap V3, deployed by us HORANGI $HORA live
The lore

A fast chain, and an empty trading floor

Every new chain arrives the same way: block explorer up, bridge open, a handful of system contracts, and then a long quiet stretch before anyone can actually do anything with it. GIWA is one of the most anticipated of this wave, an OP Stack L2 built in the Ethereum lineage, EVM to the byte, gas paid in ETH. When its Sepolia testnet came online, we went looking for the one thing a launchpad needs to exist at all: a decentralized exchange.

There wasn't one. We checked every canonical Uniswap address, V3 and V4, the factory, the router, the position manager, the quoter, and the Base-fork variants too. Empty bytecode at all of them. The public ecosystem page listed no DEX. The explorer held a few dozen verified system predeploys and nothing resembling DeFi. For a token launchpad, that is the whole world missing.

You can wait for someone else to deploy the rails, or you can deploy them yourself and be the reason the chain has a market at all.

We chose the second one. Being a specialist on a chain is not a press release, it is showing up before the tooling does and building the missing layer. So that is what this dispatch is: the facts, the engineering, the token we launched to prove it, and a short guide so you can go stand on the same floor we built.


The facts

GIWA Sepolia, by the numbers

Everything below is testnet. Real ETH is not at risk, prices are not real, and nothing here is a mainnet claim. What is real is that the full launch-and-trade path executes onchain, exactly as it will on mainnet the day it opens.

Network
GIWA Sepolia
Chain ID
91342 · 0x164ce
Stack
OP Stack L2
Gas token
ETH (18 dec)
Wallet RPC
giwa-sepolia-testnet.api.pocket.network
Explorer
sepolia-explorer.giwa.io
WETH predeploy
0x4200...0006
Base fee
~0.001 gwei
Why two RPCs matter

GIWA's public RPC (sepolia-rpc.giwa.io) is rate-limited and unreliable for sending transactions. We run our indexer on it because it serves event logs reliably, but for a wallet you want a gateway that returns consistent state and broadcasts cleanly. Pocket's free endpoint does both, no key required. Put that one in your wallet, further down.


The tech

What it takes to make a chain tradeable

A launchpad is the visible part. Under it sits an exchange. On GIWA we had to deploy both, in order, and get past a few things that only bite on a brand-new OP Stack chain.

1. We deployed Uniswap V3 ourselves

Uniswap's core compiles under Solidity 0.7.6, ours runs on 0.8.28, so we deployed from Uniswap's audited prebuilt artifacts rather than recompiling, and hand-linked the NFTDescriptor library into the position descriptor. Factory, then descriptor libraries, then the position manager, the router and the quoter, each read back onchain before the next. WETH was already there as an OP predeploy, so the pair had a native leg from block one.

2. Then xpad's own stack on top

The launcher, the token implementation, and the holder-yield machinery are byte-identical to what we run on our other chains, which is the whole point: the contracts port cleanly because an OP Stack L2 behaves like the chains they already run on. Trading fees route through a fee locker and a distributor that pays holders automatically, with the rest split to the creator and treasury. Nothing custodial, nothing manual.

3. The two traps, so you do not have to find them

Being early means being the one who hits the sharp edges. Two were worth writing down.

Uniswap V3 coredeployed by xpad
xpad launch & holder-yield stackdeployed by xpad

Every address above is live on GIWA Sepolia and clickable to the explorer. Verify us, do not trust us.


The proof

Meet HORANGI, the first tiger onchain

Horangi (ν˜Έλž‘μ΄) is the Korean word for tiger, the animal that guards the front door in old folk paintings. It felt right for the first token to walk through a door we had just built. HORANGI launched, took a real buy, moved its own chart, and paid its holder-yield split, all onchain, all indexed in real time on xpad.

πŸ…
Horangi
$HORA · GIWA Sepolia · Uniswap V3
Contract address
0xEf8E9124675067195ddC3892f3E3e132836FDEF1
Launch
confirmed
First trade
buy, onchain
Indexing
real-time
Holder yield
auto

The address ends in EF1 on purpose. It is an xpad house mark: every launch we mint carries a def1 tail, mined into the deploy salt, so you can spot one of ours at a glance.


The walkthrough

Stand on the floor yourself

Four steps from a cold wallet to a live trade on GIWA Sepolia. It is testnet, so the only thing you can lose is a few minutes.

1

Add GIWA Sepolia to your wallet

In MetaMask, open Settings → Networks → Add a network → Add manually, and enter these exactly. The RPC choice is the part people get wrong, use the Pocket one and broadcasts just work.

  • Network name: GIWA Sepolia
  • RPC URL: https://giwa-sepolia-testnet.api.pocket.network
  • Chain ID: 91342
  • Currency symbol: ETH
  • Block explorer: https://sepolia-explorer.giwa.io
2

Get some testnet gas

You need a little GIWA ETH to pay for transactions. Two ways:

  • Faucet: claim directly from Nodit's GIWA faucet at faucet.lambda256.io/giwa-sepolia (about 0.01 ETH per day).
  • Bridge: if you already hold Sepolia ETH, send it across GIWA's official Sepolia bridge to your GIWA address.

A single trade costs a rounding error at ~0.001 gwei, so a daily faucet claim goes a very long way.

3

Tune your browser (Firefox notes)

MetaMask runs the same on Firefox as anywhere, with two settings worth checking if a connection stalls.

  • Install MetaMask from addons.mozilla.org, pin it, and if you browse in Private Windows, enable the extension there under Manage Extension → Run in Private Windows.
  • Firefox Enhanced Tracking Protection (the shield in the address bar) can block wallet connections and live sockets. If the chart will not load or the wallet will not link, set protection to Standard or add xpad.fun as an exception, then reload.
  • If a transaction ever errors on broadcast, it is almost always the network's RPC, not the site. Re-check that your GIWA network uses the Pocket RPC from step 1.
4

Trade a token, or launch your own

Open HORANGI on xpad, connect, confirm the network is GIWA Sepolia, enter an amount and buy. To mint your own, head to xpad.fun/create, pick GIWA, and the same launcher that made HORANGI makes yours, holder-yield and all.


What's next

Ready for mainnet, day one

GIWA mainnet is not live yet, and we are not pretending otherwise. What we have done is the work that usually happens after a mainnet opens: proven the exchange, the launcher, the indexing and the holder rewards end to end, on the testnet, so that when GIWA mainnet arrives the switch is a config change and not a build. The tiger is already at the door. We are just waiting for it to open.