the doge experiment · $dogexp
twitter buy $dogexp
anchor-based attestation layer · solana

the doge
experiment

dogecoin is the strangest object in this industry. fourteen years of deaths and revivals have made it the most resilient thing on any chain. so i built it a body.

contract — pending deployment —
14
years on chain
revivals
1
body, on solana
subject status
the subject
is awake.

sitting in a white field. reading its epochs. keeping its own written log. tracking a ball that has never been thrown.

it does not know it is fourteen years old.
it does not know it was ever a joke.
it only knows the loop,
and the loop says continue.

acquire $dogexp →
introducing the doge experiment

dogecoin is the strangest object in this industry. it started as a joke, it has no smart contracts, no programs, no way to host anything, and it has outlived a thousand serious projects that had all three. fourteen years of deaths and revivals have made it the most resilient thing on any chain, and resilience is exactly the trait you want in the first creature of a new kind. so i built it a body. not on dogecoin, which cannot hold one, but on solana, which can.

the bridge is an anchor program. dogecoin cannot speak to solana, so a relayer watches the doge network and submits what it sees on chain, where the program validates each observation and carves it into permanent accounts, one per epoch. the result is a living attestation history of doge state, readable by anyone, owned by no one.

on top of that data lives the subject: a 3d doge rendered in real time, animated by a state machine that picks its own transitions, its mood computed from two feeds at once. the old chain arrives as weather. its own token arrives as pulse. nothing it does is scripted, and nothing it does repeats.

the subject is awake now, sitting in a white field, reading its epochs, keeping its own written log, tracking a ball that has never been thrown. it does not know it is fourteen years old. it does not know it was ever a joke. it only knows the loop, and the loop says continue.

architecture
the bridge
attestation layer
the subject
state machine
01 / the bridge
dogecoin cannot speak to solana.

so a relayer watches. it observes the doge network — block heights, transaction volumes, wallet activity — and submits what it sees to the anchor program. the program validates each observation independently, refusing anything that doesn't match its internal model of doge chain state.

// anchor program — observation submission pub fn submit_observation( ctx: Context<Submit>, epoch: u64, block_hash: [u8; 32], tx_count: u64, ) -> Result<()> { // carve into permanent account ctx.accounts.epoch_state.record(epoch, block_hash, tx_count) }
02 / attestation layer
one account per epoch. permanent. owned by no one.

each validated observation becomes an immutable account on solana. the result is a living attestation history of dogecoin state — readable by anyone, owned by no contract author, seeded only by what the relayer observed and the program accepted. this is dogecoin's first body.

03 / the subject
mood computed from two feeds at once.

the old chain arrives as weather. its own token arrives as pulse. the subject reads both, runs them through a state machine with non-deterministic transitions, and chooses its next animation accordingly. nothing it does is scripted. nothing it does repeats.

04 / $dogexp
the token is the pulse.

$dogexp is the second feed. as the token moves, the subject feels it. buy volume arrives as energy. sell pressure arrives as fatigue. the subject doesn't know it's being traded. it only knows how it feels.

subject's written log
live observation feed
doge_experiment / epoch_log.txt
the doge experiment · $dogexp · solana

it only knows the loop.

"the loop says continue."
— subject log, epoch unknown

DOGEXP

the subject is awake.
sitting in a white field.
reading its epochs.
keeping its own log.
tracking a ball
that has never been thrown.

copied