🌐 Solanalite Network (auto-connects in browser)

Get Started

Launch your first token on Solanalite in minutes

Requirements
Modern browser
Wallet (generated client-side)
Faucet credits (provided in UI)
Simple Process

Quickstart

1
Create Token

Define your token with name, symbol, and total supply, then deploy.

name, symbol, total supply → Deploy
2
Create LP Vault

Choose a lock period (e.g., 30 days) and seed with test credits.

choose lock period → seed with test credits
3
Verify Launch

Verify your launch manifest and publish to the Registry for transparency.

launch manifest → publishes to Registry
Example Launch Manifest
Here's what a typical launch manifest looks like:
{
  "token": {
    "name": "SIMP",
    "symbol": "SIMP", 
    "supply": "1000000000",
    "mint": "SLT1…FAKE"
  },
  "vault": {
    "address": "VL1…FAKE",
    "lock_seconds": 2592000,
    "policy_hash": "0xabc123"
  },
  "deployer": "DL1…FAKE",
  "registry_tx": "TX1…FAKE",
  "timestamp": 1720390000
}