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.
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.
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.mint() on the tokenmint(), no setMaxSupply(), no proxy upgrade path. The creator's total supply at deploy is the total supply for the lifetime of the token.pause() on transferstransfer() / transferFrom(). Holders can sell at any block. No admin function exists to freeze the order book.0x000…dead — they never even pass through the LockBox. There is no key to 0xdead; the liquidity is provably unrecoverable.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.
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 ]
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.
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.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.
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().
Block by block, after you sign.
What happens after the creator presses "Sign & deploy".
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.
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.
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.
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.
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.