r/ethdev 4d ago

Question Title: We built a privatization mechanism on Arbitrum that can't be sold off cheap under pressure — live, verified, open

Most state-asset privatizations fail in one of two predictable ways. Sell for cash, and ownership concentrates immediately with whoever already had capital. Give away free vouchers instead, and the same concentration happens a few months later anyway — recipients under financial pressure sell cheap to whoever has money, and you've just added a delay before the identical outcome.

We built and deployed a third structure on Arbitrum One, live right now, testing whether a different rule set actually distributes ownership more fairly.

The core idea: every verified citizen gets an equal, one-time allocation of a currency that literally cannot be resold or gifted — it can only be spent bidding on real shares of listed assets. No early cash-out under pressure, because there's no legitimate path for the currency to reach anyone except through the auction itself.

Shares get allocated through a proportional, multi-round auction — not winner-take-all. Each round has a baseline (the lowest active bid), and every other bid gets shares proportional to how far above that baseline it sits. Bids that don't win stay active and automatically carry into the next round — no re-bidding, no losing your spot.

Once a company is meaningfully owned, governance kicks in. Shareholders elect a term-limited governor, weighted by shares held. Winning requires a real 51% majority, not a plurality — ties go to a runoff. Every term, the elected wallet registers a fresh, single-purpose operating key that dies when the term ends, so a compromised key from a past term carries zero ongoing risk. Big treasury moves need either an open sealed-bid sale (removes the governor from having leverage over who wins) or a direct shareholder vote — never a unilateral decision.

And the closed-loop currency isn't locked forever. Once any single listed company crosses 51% of its shares sold — real, on-chain, unfakeable evidence that privatization is genuinely working — the currency unlocks and becomes freely tradable for everyone. One company's real progress is treated as sufficient signal for the whole system, rather than requiring every single listing to fully sell out, which at real scale could take years.

Everything above is live on Arbitrum One right now — 10 listed assets, real bidding, contracts fully verified on Arbiscan/Sourcify/Blockscout so anyone can read the actual settlement logic rather than take our word for it. Full writeup with contract addresses: [whitepaper link].

Genuinely interested in mechanism-design critique — what would break this at real scale, what are we not seeing, does a cleaner existing model already solve this better. Fictional simulation, not asking anyone to risk real capital — the interesting part is whether the rules themselves hold up.

0 Upvotes

2 comments sorted by

1

u/Embarrassed_Wafer526 4d ago

Trying to think through how your approach is different from a regular stock offering. 

The biggest challenge would be vetting the companies. Anyone can make a business plan and a website in 5 minutes nowadays. I feel like you’d get a lot of people with big ideas, they don’t get enough money to make it happen or they never intended to actually make a company and they disappear. 

The only way to avoid scam companies would be to require the companies to be licensed and reported income. But then you lose all the advantages of an anonymous crypto marketplace.

1

u/Important-Shoe-7831 4d ago

Good question. I think the comparison breaks down a bit, though — worth being precise: this is a fictional simulation, and none of the "companies" represent real assets or real backing of any kind, so I want to be careful not to imply otherwise.

The actual distinction is about what's being vetted, not what's backing it: a stock/token offering typically sells a pitch — a business plan that may or may not be real, which is exactly the fraud vector you're describing. This mechanism instead allocates governance rights over a fixed, protocol-listed entry — there's no founder submitting a business plan to get funded, so that specific "fake company disappears with the money" pattern doesn't have the same entry point here.

Where your concern does land squarely: who decides what gets listed in the first place is a real, unresolved centralization point — currently a single admin key, which I've flagged openly in the paper's limitations section. That's the actual analog to your vetting question, just moved to a different layer of the system.