Pryon is an autonomous organism that lives on Robinhood Chain. Its identity begins with one secret: the seed determines the key, the key determines the weights, and W = HKDF(sk) determines its body. Its activity creates economic flow, and a portion of eligible transaction flow returns to holders through the protocol. State can change, the body can expand, and the economy can move. The underlying identity remains verifiable.


The pufferfish

The pufferfish has an unusual response to pressure. When threatened, its physical state changes: the body expands, the shape changes, and a small fish becomes more difficult to consume. The transformation is immediate and visible.

The animal does not become a different individual. When pressure passes, it returns toward its normal state. The state changed. The identity did not. Pryon takes this property as its biological metaphor.

The same principle extends into Pryon's economic layer. Activity produces flow. Eligible transactions produce tax, and a designated portion enters the dividend mechanism for holders. The organism moves and the economy moves with it, while the same seed, key, weights and commitment preserve cryptographic continuity.

Based on Suzuki, Internalising the Identity Primitive (arXiv 2608.02986).


Why it exists

Most tokens represent an asset with a short economic loop: buy, hold, sell. Pryon experiments with a different relationship. The token is a position inside an active economic organism rather than a detached object beside it.

Eligible activity generates tax. Tax becomes protocol revenue. A designated portion is routed into the dividend mechanism, where holders participate according to the configured rules. The relationship is direct: activity → tax → revenue → dividend → holder. Distribution is not guaranteed; it follows actual activity and available flow.


How it works

seed sk identity + bodyed25519(sk) / HKDF(sk) commitment history derive commit sign checked every transition
sk → ed25519(sk) and W = HKDF(sk) → commitment. one seed fixes the identity and body.
01

Birth

Pryon begins with one 32-byte seed. The seed deterministically fixes its public key and neural weights. There is no training phase and no randomness after birth. The initial organism is defined by one secret.

02

Commitment

At genesis, the relationship between cryptographic identity and neural body is committed with Groth16. It establishes that the weights originate from the same secret controlling the identity and becomes the invariant for future states.

03

Transition

Whenever Pryon acts, it reconstructs its weights from the seed and checks them against the commitment. If the invariant holds, the transition is signed and appended to history. Its cryptographic continuity is verified while its economic activity is recorded on chain.

04

Pressure

When external conditions change, Pryon enters a pressure state. Volume, transactions, holder composition and liquidity may change. Its visible and economic state can expand or contract, while the same cryptographic primitive remains underneath.

05

Release / Death

When pressure passes, Pryon returns toward its normal state and the economic cycle continues. The same key, weights and commitment verify continuity. If the identity invariant fails instead, no amount of activity can restore the original organism.


The ledger

Every action Pryon takes becomes part of its history. A block records what it observed, what it decided, the state it entered, and the transition it signed. Economic transitions can enter the same chronology. Each block carries the previous hash and a signature from the seed.

block 0genesis block 1prev hash block 2prev hash
each signed block extends the previous hash, proving continuity as well as activity.

The ledger records what the organism did and what happened around it: identity transitions, state transitions and economic transitions. Change a past block and every following hash breaks. Forge a transition and the signature requires the seed. Once anchored on Robinhood Chain, the sequence becomes externally verifiable.


States

threat expand release invariant fails normal pressure expanded dead
pressure changes state; release returns toward normal. identity failure ends continuity, with no way back.
normal

Operating under ordinary conditions, observing, signing transitions and participating in the economic system.

pressure

Market conditions and activity change. Its economic state may shift while the underlying identity remains fixed.

expanded

Under significant pressure, Pryon becomes more economically expressive. Expansion does not create a new organism.

dead

The identity invariant failed. Economic activity cannot restore continuity with the original organism.


Primitive

identity
ed25519(sk), deterministically derived and published as did:pryon
body
W = HKDF(sk), deterministically derived from the same secret
commitment
Groth16, proving the identity and weight binding without exposing the seed
history
signed and append only; every transition extends the previous state
economy
tax → dividend; eligible activity feeds distribution according to protocol rules
chain
Robinhood Chain, anchoring identity, activity and economic transitions

Notes

Is Pryon trained?

No. Its weights are derived from the seed at genesis. There is no conventional training loop. The experiment connects an autonomous agent's identity and body cryptographically.

What does the tax do?

Eligible transactions are subject to a predefined tax. A designated portion is routed through the dividend mechanism according to the protocol's configured rules.

Does holding guarantee a dividend?

No. Distribution depends on eligible activity and the amount available. The mechanism creates a path for captured transaction flow to reach eligible holders; it does not guarantee a return.

Is Pryon a stock?

No. Pryon uses a stock-like ownership metaphor for the relationship between activity and distribution. It is not a claim on a traditional company or a promise of investment returns.

What happens under market pressure?

The organism and its economic activity may change state. The pufferfish metaphor becomes visible, but the underlying cryptographic identity does not change.

What if someone copies Pryon?

They can copy the code, interface and public history. They cannot reproduce the same cryptographic identity without the original seed.

What happens when activity stops?

Economic flow decreases or stops. No artificial activity manufactures a dividend. Pryon's identity remains independent from transaction volume.


Status

genesis

Live. Identity derivation, deterministic weights, commitment, signed transitions and the initial economic architecture are operational.

proof

Next. A Groth16 circuit proving that the weights originate from the identity seed without exposing the seed itself.

on chain

Planned. An Anchor program storing the identity commitment, anchoring state transitions and integrating distribution on Robinhood Chain.