Launchpad · Ethereum + Base + Monad · Beta

Launch a token your buyers can verify in 30 seconds.

Six steps. Every EVM wizard launch ships through deployScheduled() with a creator-picked delay (60 s / 5 m / 15 m / 1 h; 60 s minimum). Buy tax 0–5 %, immutable post-deploy, sells tax-free. LP locked 6m / 12m / 24m / permanent (0xdead). Subscribers see launches at TokenDeployed; the public TG feed only at PoolOpened.

The launch factory is deployed per chain on Ethereum, Base and Monad. The launch fee is immutable — 1 % of the liquidity you seed — and no admin function can change the rate or redirect it. Launchpad access is gated behind the Pro plan (€20 / 30 days) on your own non-custodial wallet.

Chains: everything on this page describes the EVM factory path — live on Ethereum, Base and Monad. On every EVM chain the pool opens on the LOSURIA DEX, our own immutable DEX (1 % platform fee charged inside the pool's swap itself), and the pair's LP is locked — timed lock or permanent burn. Solana launches work differently: the app mints the SPL token and seeds a Raydium CPMM pool client-side on your own RPC — no factory, no scheduled opening, and no LP lock; the creator keeps the LP position.

01 · Zero-rug by code

Five on-chain proofs, not a Telegram pinky-swear.

Anti-rug is a property of the bytecode. Every guarantee below is verifiable on the chain's block explorer in under a minute.

No admin on the LP lock
The pair's LP tokens are held by LosuriaLPLockBoxV2, a contract with no admin keys and no withdraw before releaseAt. Release is time-gated, one-shot and permissionless — anyone can trigger it, and the LP can only ever go back to the creator. No setUnlock() exists. The lock duration the creator picked at deploy is the lock duration.
Buy tax is immutable
The creator chooses 0–5 % during the wizard. After deploy, the bytecode has no setter: the tax cannot be increased, reduced, redirected, or disabled. Sells route through the standard swap path with zero tax.
No mint() on the token
Supply is fixed at deploy. The deployed bytecode has no mint(), no setMaxSupply(), no proxy upgrade path. The creator's total supply at deploy is the total supply for the lifetime of the token.
No pause() on transfers
The token contract has no pausable modifier on transfer() / transferFrom(). Holders can sell at any block. No admin function exists to freeze the order book.
Permanent LP burn option
If the creator selects the permanent lock, the pair's LP tokens are minted straight to 0x000…dead — they never even pass through the LockBox. There is no key to 0xdead; the liquidity is provably unrecoverable.
Deploy, LP, lock in one tx
Two on-chain phases, both factory-enforced: the creator's launch transaction deploys the token, mints the supply and escrows the liquidity; at the scheduled opening (60 s minimum) openPool creates the LOSURIA DEX pair, mints the LP and locks it in the same transaction. There is no window where the token is tradeable without locked LP — before openPool there is no pool at all, and abandoning during the delay refunds the escrow and burns the supply.
02 · The wizard

Six steps from idea to live LP.

Single page, server-validated, single-signature submit. Roughly 3 minutes for a clean launch. Every step validates server-side before the next is unlocked: typos in the symbol, sub-floor LP, out-of-corridor buy tax or lock duration all fail before the wallet prompt.

LOSURIA · Launchpad · Deploy new token · step 1/6
  01  Token metadata
      Name        [ EXAMPLE                              ]
      Symbol      [ EX                                   ]
      Supply      [ 1,000,000,000 ]

  02  Liquidity
      LP-ETH      [ 5.0 ETH      ]
      LP-Token %  [ 60%          ]
      Pool        [ LOSURIA DEX pair ]

  03  Buy tax  ( creator-set 0-5%, immutable )
      Tax  [ 3.0% ]   sells are tax-free, on every BUY
      Routed to creator address on every block

  04  LP lock
      [ ] 6 months     [x] 12 months     [ ] 24 months
      [ ] permanent  ->  LP to 0x000...dead

  05  Pool open delay  ( factory-scheduled )
      [x] 60 s  ( minimum, code-enforced )
      [ ] 5 m   [ ] 15 m   [ ] 1 h
      Pre-arm window for LOSURIA subscribers.

  06  Featured slot (optional)
      Days  [ 7 ]   ( 0.005 ETH/day, max 365 days )
      -> appears in the LOSURIA snipe feed for subscribers

  Review & submit
      Total cost  0.05 + 0.035 + 5.00  =  5.085 ETH
      (1% launch fee + 7d featured + LP-ETH)

      [ Sign & deploy                              ]
03 · Subscriber edge

A LOSURIA-exclusive snipe window.

Every EVM launch ships through deployScheduled() with a 60-second minimum delay. In-app subscribers see the launch immediately at TokenDeployed. The public Telegram channel only sees it after PoolOpened. The gap between the two is your subscriber edge, code-enforced, not policy.

Why two channels
Subscribed LOSURIA users see the launch the instant the factory emits TokenDeployed: read the contract, simulate a buy, and pre-arm a private buy for the instant the pool opens (fanned to four builders on Ethereum). The public TG feed only receives the announcement at PoolOpened, when the pool is already tradeable.
Creator benefit
Schedule a 5-minute open delay. Subscribers arm snipe orders in that window. Open hits and you get first buys from informed, pre-armed snipers, not a public-mempool MEV scramble.
Subscriber benefit
The delay window is your fair-warning edge: no paid signal channels, no scraping. Whale-plan subscribers ride the priority execution lane, where Whale orders escalate to a higher priority-fee ceiling than Pro orders, so on a contested launch they outbid and land ahead. It is a software-side ordering preference, not dedicated infrastructure, not a consensus-level or block-position guarantee, and we describe it that way everywhere.
04 · Fees

On-chain bounded, no surprises.

The launch fee is immutable — 1 % of the liquidity you seed, no setter exists. The featured fee is owner-settable but bounded by a hard on-chain ceiling and floor: the operator cannot price-gouge upward, nor zero out the price to spam featured slots.

Launch fee · immutable1 % of the LP you seed
Featured slot · per day0.005 ETH (live on-chain value)
Creator buy tax · immutable0 – 5 %
Hard floor (contract)0.005 ETH/day featured
Hard ceiling (contract)1 ETH/day featured
All operator fees → immutable treasurysee fee-flow diagram

Source: LAUNCH_FEE_BPS / FEATURE_FEE_PER_DAY_MIN / FEATURE_FEE_PER_DAY_MAX constants in LosuriaTokenFactoryDex.sol; the live per-day value is readable on-chain via featureFeePerDayWei().

05 · Launch timeline

Block by block, after you sign.

What happens after the creator presses "Sign & deploy".

B+0

Deploy & escrow in one tx

One transaction lands: ERC-20 deployed (with buy-tax bytecode), supply minted, and the liquidity you seeded escrowed inside the factory. Featured-slot fee paid. TokenDeployed emitted, in-app subscribers see it. The factory enforces a 60-second minimum before PoolOpened can fire; abandoning during the delay refunds the escrow.

B+0 to B+N

Pre-arm window (LOSURIA-exclusive)

Pool is initialised but un-tradeable. Subscribed LOSURIA users study the contract, simulate a buy, and pre-arm a private buy for the instant the pool opens (fanned to four builders on Ethereum). The public TG channel does not see the launch yet.

B+N

Pool opens

openPool() — permissionless once the delay has passed — creates the LOSURIA DEX pair, seeds it with the escrowed liquidity, and locks the LP (LockBox, or 0xdead on permanent) in the same transaction. Every pre-armed snipe fires the instant it lands. The public TG channel announces the launch, the pool is already tradeable.

B+N+1 to ∞

Live trading

Trading runs on the LOSURIA DEX pair — the 1 % platform fee is charged inside swap() itself — with the creator-set buy tax on every buy (sells are tax-free). LP cannot be pulled until the on-chain unlock timestamp; if the creator chose permanent, the LP sits at 0xdead forever.

06 · On-chain proof

On Ethereum, Base and Monad. Factory-enforced, on-chain.

The launch factory is deployed on all three chains; every guarantee on this page is enforced by its bytecode, not by policy.

Fill the 6-step wizard, sign once. The first buys at open come from informed, pre-armed subscribers; the public TG audience joins after pool-open. LP locked on-chain, buy tax immutable.