Documentation

Everything about running on L2 Protocol

Start with the chain itself, then go as deep as you need: the coin, the burn, validators, governance and the contracts they all talk to.

Pick a starting point

Each section stands on its own. Read the one that matches what you are about to do.

Community vote

Vote for the project that gets the next L2 Protocol chain, or put your own forward.

Names

A .l2p name instead of an address: find one, register it, point it at your wallet and keep it.

JSON-RPC

Try every RPC method live

An interactive reference for the full JSON-RPC surface. Build a request, send it against the public endpoint, and read the response. No API key required.

Open the API reference
POST rpc.l2protocol.com
curl https://rpc.l2protocol.com \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"eth_blockNumber","params":[]}'
Response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0xa4c3f0"
}

Still stuck?

The fastest answers come from the people already running nodes. Ask in Telegram or Discord and someone will point you at the right contract call.