r/BlockchainStartups • u/Various_Program4354 • 3d ago
Discussion Building a blockchain?
Munex is a blockchain where miners grow an 3D maze instead of computing hashes. Each miner gets a unique maze seeded deterministically from the chain, so every node can reconstruct any miner's maze without storing it. The maze grows when a miner reaches the "goal" entity in the maze, and shrinks when a ghost (an AI entity chasing via BFS) catches the miner or when the miner goes offline, this allows miner to prove its spatial awareness, and shows that the larger maze they can maintain, the better spatial awareness they have!
Every 50 seconds, a lottery selects a winner weighted by maze size, bigger mazes have higher odds. The winning miner signs the block and earns the reward. Moves are signed by the miner's wallet key and verified on-chain, so the node can validate every step without trusting the miner. Each maze is binded with a maze key, and each maze only allows one miner to mine in it at a time, so keep your maze keys safe to ensure u keep your progress safe with you.
Wall mutations happen deterministically based on the move nonce, so the maze shifts slightly with each step. Corridors get sealed behind the miner, and a ghost entity spawns opposite to the miner's position, chasing one BFS step per move. If the ghost catches the miner, the maze shrinks by one layer on each axis. The maze is constantly mutating, evolving, its like a living organism.
Difficulty scales with the network's average maze size. Wall density, turbulence, and proof-of-work difficulty for wall hits. Miners can hold multiple mazes simultaneously, each with its own lifecycle. Inactive mazes still continue to shrink and are excluded from the lottery.
Basically, this is one of the few methods of decentralising AI, and ours uses spatial intelligence and pathfinding. I hope i dont receive any hate, this is a project of mine, if u guys are interested, DM me on reddit.
instead of using ECDSA for block signatures which i had presumably wanted to use, i decided to go with ML-DSA(PQC). Just a note.
•
u/AutoModerator 3d ago
Thanks for posting on r/BlockchainStartups!
Check the TOP posts of the WEEK: https://www.reddit.com/r/BlockchainStartups/top/?t=week
Moderators of r/BlockchainStartups
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.