But one trick is to focus _only_ on the "weakest link" in a project, its most experimental/unproven-yet feature. Other "10x" improvements over the status quo won't matter if that weakest link breaks.
Examples projects 👇
2/12
Project: @avalabsofficial
Weakest link: no slashing for malicious behaviour.
Cosmos is an ecosystem of sidechains. The "layer-1" chain in Cosmos is the "Hub" which launched last year. There are sidechains to this Hub, referred to as "Zones". Each Zone is "sovereign", they have control over every..
..aspect of their chain, but it also means they must roll their own security. From a user PoV, if a Zone asks you to, say, lock up ATOMs on the Hub in exchange for minting you ZoneTokens on their chain to play with, then on your way back (redemption) your ATOMs are as secure as..
..the Zone's validators are honest. The Hub cannot help you if the Zone's validators redeem your ATOMs to an address they control or simply refuse to redeem.
Will this be proven to be a feature (sovereignty) or a bug? TBD.
4/12
Project: @polkadotnetwork
Weakest link: On-chain governance and hot-swapping
Playing with fire? Maybe. If sth goes wrong the network could become a snake with a 1000 heads (forks).
note: "parathreads" (think Cron-able Eth contracts) untested, but not really a weak link
SKALE is an Eth sidechain b/c its validators are not accountable to Eth mainnet like rollup validators are. Is there a market for Eth sidechains? More TPS yes but why not app-specific L1-secured rollups with _sufficient_ TPS?
6/12
Project: @MakerDAO
Weakest link: Oracle is a brand-sensitive service
Governance is at best an automatable component and at worst a liability. Parameters tweaked by MKR governance can be made algorithmic (compound has already proven that algorithmic interest rates can be..
.. robust). Business logic ruling the asset-backed credit facilities are quite simple .. ERP companies have a lot of experience here and can provide libraries of such logic in the future, so nothing new/particularly valuable here..
..The only valuable non-forkable aspect is the reputation/brand/reliability of the Oracle feed. The recent events on Black Thursday showed that @MakerDAO 's Oracle is not ready for Wall-Street-grade prime time.
Project: Bitcoin
Weakest link: UBI & inevitable soft cap
UBI puts the following to the test: is creativity more valuable than accumulation of wealth? Under UBI, everyone can afford to be a "starving" artist/entrepreneur etc without actually starving
Example: you're a trucker who needs to prove you're passing be city X no later than time Y. However you're running late b/c you took a nap earlier. So you buy a proof from..
..someone at city X that you did pass (yes you may have to give them your private key to sign location, but they seem legit according to reviews on the dark inter-webs). Speed up slightly above limit to catch up with the original timeline, keep buying proofs till you catch up
10/12
Lightening round:
@0xProject : order cancellation costs gas (must move to layer-2, @Loopring is pioneering this)
@UniswapExchange: protocol fees. If turned, on deep liquidity (=smaller slippage) will forks away
11/12
@synthetix_io: SNX is unnecessary to the biz logic and risky to the debt backers. Example alternative design from @Jarvis_Network (cDai backs derivatives + capital efficiency from PoV of traders b/c backers cover over-collaterlization):
Imagine that an aspiring Ethereum competitor (EC) launched with a built-in liquidity bridge to Ethereum, a bridge which is accountable to Ethereum mainnet. The bridge allows you to lock funds on Ethereum and..
A2/10
..corresponding synthetics get minted for your on EC chain to play with or do some DeFi etc.
The bridge is accountable in that if you submit a redemption tx on EC chain & you don't get corresponding original funds unlocked on Ethereum, then you submit a proof..
A3/10
..to a smart contract on Ethereum and it will unlock your funds + give you extra tip obtained by slashing a bond pool.
This is a pool of funds that the EC foundation has put down themselves and advertised it heavily pre-launch.
I talked about these misconceptions before but they keep popping up:
1) "with a common credibly-neutral data-availabity (DA) layer, a thousand sovereign chains can blossom in shared security"
False. DA is half the story, the other half is rich execution n asset custody
2/6
If your assets are on IslandBois Chain, DA layer doesn't guarantee ur security, the Bois can simply reject ur proofs and there's nothing u can do about it
Doesn't matter how secure that DA layer is, Ethereum itself can't help u unless it also custodies the assets
3/6
And assets demand high security and rich execution to reside somewhere
That's why e.g. I've always said "Celesitia-CosmosHub COMBO" .. the former for DA, the latter for asset custody .. otherwise back to square one: sidechains aka zones.
1/9 if you've been in crypto for sometime you already understand why people are making fun of "DeFi on Bitcoin", but if you're new here's an ELI5 short thread
2/9 Michael went camping and brought a few things, but forgot to bring a knife, so he has 2 options:
option 1:
he can use a hammer he brought to smash food and simulate knife action, but he has a string too, so he can ties a sharp stone to the hammer to make more targeted hits
3/9
It's getting hot and he forgot to bring a hat, so he fashions a hat out of his pants ../3
To run a Dfinity node you need to fill out a typeform, there's a backlog. Node operators (currently 69) get compensated through Expensify 1st day of each month
"Network Nervous System (NNS)" = on-chain governance.
Here is a sample of proposals that are permeating through the nervous system atm
1/n imo the idea of security via renting validator sets is obsolete. it was a good idea 2 years ago when eth2/polka were being spec'd out, but the emergent & extremely fast-developing proving systems in zk (validity proofs) completely changes the landscape
2/n polkadot secures its parachains optimistically, similar to the optimistic-rollups/Eth1 pattern, with a fraud proving mechanism that "fishermen" can submit to the relay chain.
3/n Eth2 too (lel) had a similar vision for its Phase2, i.e. the optimistic paradigm
But now is pivoting to "let others implement shards (rollups) and we'll just make the data available and validate proofs" .. aka the rollup-centric roadmap.
Buterin's Rollup-Centric Roadmap considered dangerous.
In this vision, the beacon chain absorbs Eth1 state, and shards provide data-availability to data-hungry rollups who, in this new vision, will do the heavy lifting of compute, hence achieving .../1 ethereum-magicians.org/t/a-rollup-cen…
...scalability faster, like now.
This however threatens Ethereum's hard-earned network effects. Why?
Because it's only a matter of time before a handful dominant rollups cut off the "aging middleman" and nudge their users towards own-rollup-native assets (most importantly.../2
you have 1 BTC and you want to "move it" to Ethereum.
So you send 1 BTC to an address on the Bitcoin blockchain who's private key is "distributed" to multiple nodes in some bft p2p network .. /1
(side note: these nodes engage in a multi-party computation (mpc) to generate an address whose private key is unknowable to any of them individually but together they can generate valid tx's to spend that BTC .. let's skip over that cryptography part) ... /2
Now u say: hey, dear p2p network, i sent u my BTC, where is my BTConETH ERC20 synth?
Network A tells u: a threshold of of our nodes will immediately sign and broadcast an Eth tx that sends that synthetic BTC to your Eth address .. by immediately we mean after k btc confs .. /3