Pre-launch · building · devnet target Q2 2026read the notes
LigateLabs
Devnet · Vol. 01

Build on the
Ligate devnet.

Ship your first Proof of Prompt attestation in under five minutes. Claim testnet $LGT from the faucet, run an attestor node locally, and route a Kleidon transaction. No mainnet, no real money — just the surface you'll build on.

Preview · Target Q2 2026
The devnet is under active development. The commands and endpoints below describe the operator surface we're building — they don't work today. Email hello@ligate.io to join the early-access list.
devnet / status
preview
networkligate-devnet-01
status● building
launch targetQ2 2026
chain id0x1G8
rpcrpc.devnet.ligate.io
explorerexplorer.devnet.ligate.io
da layercelestia-mocha
faucet 1000 $LGT / DAY
Quick start

Three steps to your first on-chain attestation.

The devnet is the full Ligate surface running against a Celestia Mocha testnet. Everything you build here ports cleanly to mainnet when it ships.

01step

Install the CLI

One-line install. Mac, Linux, and Windows (WSL) supported.

$ curl -s https://ligate.io/install | sh
$ ligate --version
ligate-cli 0.4.0-devnet
02step

Claim $LGT from the faucet

Authenticate with an email or wallet via Privy. 1000 $LGT per account per day.

$ ligate auth login --email you@yours.com
✓ Signed in as 0x7d2a...c91e
$ ligate faucet claim
✓ 1000 $LGT sent · tx 0xbcf4...d08a
03step

Attest your first prompt

Run an attestation against any model endpoint. Sage check = anchored on Celestia.

$ ligate attest \
  --model claude-4.7-opus \
  --prompt "Write a recursive descent parser" \
  --output ./response.md
✓ attestation 0x91c4...ea3d anchored (Celestia)
Run an attestor node

Secure the network.
Earn devnet $LGT.

Attestor nodes sign Proof of Prompt receipts and post blobs to Celestia. Running one on devnet earns testnet $LGT and positions you as a day-one operator when mainnet opens. Hardware bar is low: a cheap VPS will do.

  • 2 vCPU, 4 GB RAM, 40 GB SSD minimum.
  • Signed up to the quorum with a 500 $LGT stake (testnet).
  • Ships as a single binary or a Docker container.
  • Grafana dashboard + structured logs out of the box.
node / local
docker
$ docker run --rm -it \
    -p 8545:8545 -p 9090:9090 \
    --name ligate-attestor \
    ligate/attestor:devnet-0.4.0
[boot] attestor 0xab12...cd34 online
[sync] celestia-mocha · blobs 1,481,203 of 1,481,203
[quorum] joined · stake 500 $LGT · weight 0.012
[attest] 0x91c4...ea3d · prompt · anchored
[attest] 0x62d8...11af · prompt · anchored
[attest] 0xe0a1...9b52 · prompt · anchored
...
uptime 99.94% · last 7d healthy
Community

Build with us,
not just on us.

Pre-launch we're keeping community surfaces minimal. GitHub for source and RFCs, email for everything else. Discord and X / Twitter come online when there's actually traffic to run.