LTC/USD$--LTC Tx Fee-- sat/byteLTC Block#--Hashrate-- TH/s
All tutorials
The Ledger

The Ledger — posting messages on-chain forever

How The Ledger works, why calldata is a legitimate storage layer, and how to post your first permanent message to the LitVM blockchain.

5 min readTutorial

Storing data in transaction calldata

Every Ethereum Virtual Machine transaction includes a data field called "calldata." This is where function arguments, ABI-encoded parameters, and arbitrary bytes live. It’s recorded permanently in the chain history — every full node, every archive node, every RPC provider stores it. The Ledger puts human-readable UTF-8 text directly in this calldata field. When you call post("GM"), the bytes [0x47, 0x4d] are embedded in the transaction input data, which is permanently etched into the blockchain. There’s no server, no database, no admin — just a contract that reads your calldata and emits an event.

Messages are immutable and permanent once confirmed. There is no edit, no delete, no "undo." The on-chain record cannot be altered by anyone — including the Lester Labs team.

Posting your first message

1

Go to The Ledger

Navigate to lester-labs.com/ledger. Connect your wallet. No token purchase needed — you pay in native zkLTC.

2

Write your message

Type up to 1,024 characters. The character counter shows how much space you have. Messages can be plain text, unicode characters, or emojis.

3

Post and confirm

Click "Post to Ledger." The fee is shown before you confirm (0.01 LTC). Once the transaction confirms, your message is permanently stored on LitVM.

4

Share your proof

Click the transaction hash in the confirmation to view your message on the block explorer. Share the link as proof of your message and timestamp.

Reading The Ledger without a wallet

You don’t need to connect a wallet to read The Ledger. Just visit lester-labs.com/ledger — the feed loads publicly via LitVM RPC. Every message shows the wallet that posted it, the block number, and a link to the raw transaction. This is what makes it genuinely different from a database-backed social layer: the data is available to anyone, forever, without relying on lester-labs.com being online.

Continue reading

Ecosystem

What is LitVM?

6 min read