Every token is born
with a story it did
not choose
Four chapters of myth for any token launched on Pons, written from its address alone — the same era, the same nemesis, the same ending, every time anyone asks.
- 16
- Eras to be born in
- 16
- Nemeses to survive
- 16
- Fates behind the seal
- 4.29B
- Possible scriptures
- v1
- Frozen forever
Most tokens ship
without a story
A ticker, a chart and a contract address. PonsLore gives every one of them a myth that belongs to it alone — and that anyone can reproduce from the address.
Fold the address
The forty characters are folded into one 32-bit seed. Two different tokens can never be given the same one by accident.
Draw the eight signs
Era, realm, founder, relic, omen, nemesis, prophecy and fate are drawn in a fixed order that will not change while the version reads 1.
Write the four chapters
Genesis, the Trial and the Prophecy are written around those signs. The fourth is written too — and then sealed.
Written once, and never again
Lore is never stored. It is regenerated from the address on every request, so a book cannot drift, and nothing about a token is kept after the page is served.
The address is the seed
Forty hex characters fold into a 32-bit seed. No model, no randomness, no database — the same address always writes the same book.
An ending, held back
The final fate exists from the first block, but the chapter stays sealed until the token completes its bonding curve.
A sigil of its own
Every token gets a deterministic emblem, drawn from its address and rendered as a PNG in under four milliseconds.
Readable by machines
The same scripture is served as JSON, with traits, chapters and the sealed state, from one public endpoint.
Read it as JSON
One public endpoint, no key, no rate card. The sealed chapter and the fate are withheld until the token graduates — on the server, not in the browser.
{
"loreVersion": 1,
"address": "0x8f3a2c9d41e7b05a6c1d2e3f4a5b6c7d8e9f0a1b",
"title": "The Book of MFROG",
"traits": {
"era": "the Era of Broken Oracles",
"nemesis": "the Frontrunner King",
"fate": null
},
"sealed": true
}