EVM L1/L2s WILL NEVER be able to handle the demands of Traditional Finance.

It's like upgrading a 1990 Ford Taurus to compete in a Formula 1 race.

This is how #Radix sees it. Their solution?

Create a L1 that's RADICALLY different and solves the Blockchain Trilemma.

Mega🧵👇 Image
1.) Problems with current EVM L1/L2s:

❌NOT user-friendly.

❌Developers waste too much time rewriting/testing the same logic. Mistakes = Exploits.

❌Improvements in L1/L2s will sacrifice scalability, security, or decentralization.

❌Smart Contract architecture isn't good.
2.) Their Solution?

✅L1, POS, BFT, that SPECIALIZES in Cross-Shard data, execution, & consensus.

✅FAST (1M+ TPS), unlimited scaling, atomic composability, decentralized, & secure.

✅Built for an easy user & developer experience.

Let's simplify #Radix (Xi'an Release -2024)👇
3.) Key parts of #Radix we'll be covering [Xi'an Release - 2024]

🤳Amazing user experience. Way better than Metamask.

🏎️ Radix Engine = Processes transactions. It's like a video-game physics engine, but for DeFi.

🗳️ Cerberus = Consensus

💻 Shardspace (Shards & Data Storage)
4.) Problems with Metamask wallets (On EVM L1s/L2s):

🙅‍♂️ People don't like using it.

🔢 Transactions are unreadable.

😭 Can lose seed phrase.

🔎 Hard to see the true value of your portfolio.

📉 Slippage can impact you greatly.

➕etc.
5a.) Improvements - Radix Wallets

📜Transactions are easy to read.

⚖️You can specify the minimum amount of tokens you wish to receive. Too much slippage? The transaction won't happen.

📂Easy to see how much your portfolio is worth. (Including LPs) https://www.youtube.com/liv...https://www.youtube.com/liv...
5b.) Improvements - Radix Wallets

🔑Easy to recover account if phone gets lost/stolen.

👨‍💻Can create different accounts.

🎟️Easy to buy NFTs and even use in real life. Example: Your basketball ticket is a NFT. Pull it up on your wallet and get a discounted beer at a nearby bar. https://www.youtube.com/liv...
6a.) EVM & Tokens

On #ETH, you're not actually transferring tokens between wallets.

Rather, a Smart Contract exists for that specific token. It holds a list containing EVERYONE who owns it.

When "transferring" tokens, the smart contract is changing its own records. https://www.radixdlt.com/bl...
6b.) EVM & Tokens

The way how tokens are implemented on Ethereum can make Smart Contracts complicated.

For dAPPs, developers connect multiple smart contracts together. They need to make sure it is safe. If not, funds can get stolen.

Diagram of how a "simple swap" on ETH works: https://radixdlt.com/whitep...
6c.) EVM & Tokens

If you want create a token on Ethereum, you're pretty much starting with a blank drawing.

You're going to have to rewrite code/features that are common for most tokens.

A LOT of time will also go into testing and making sure your code isn't exploitable.
7a.) Radix Engine

Video-games USED to require developers to write complex code to make the character move, jump, etc.

However, the code could be reused.

Thanks to "Physics Engines" (Ex: Unreal Engine), developers are able to create games faster, easier, and with less bugs.
7b.) Radix Engine

The Radix Engine is Radix's EVM layer.

Just as the physics engines save video-game developers time, so does the Radix Engine.

It is designed to make creating tokens, accounts, asset logic, etc., extremely easy.

This greatly reduces time, testing, & EXPLOITS. https://www.radixdlt.com/bl...
8a.) Scrypto

The programming language used to write smart contracts is Scrypto. This is based off Rust.

It's designed to be EXTREMELY easy to write in.

Also, it's an ASSET-ORIENTED language.

Developers don't have to constantly rewrite token logic in their smart contracts.
8b.) Scrypto

Smart Contracts = "Components" & "Blueprints" on Radix.

Blueprint = Template. Has common code that will be shared for every "Component" it creates.

Component = Created from the template. Has the code given from the template. It can be modified. https://github.com/radixdlt...
8c.) Scrypto

[Example]

Blueprint = A metal cookie cutter.

Component = The cookie you just created from the cookie cutter. You can still modify the cookie. Add chocolate chips to some, M&M's to others, etc.

Note: Developers can earn royalties off their blueprints.
9.) Cerberus (Consensus)

- There are 3 rounds of voting to confirm a transaction.

- Cerberus is heavily optimized to support cross-sharding consensus. (EVM L1s/L2s aren't)

- This allows Radix to handle an insane amount of transactions. It makes it fast, decentralized, & safe.
10a.) Sharding

Before talking about the power of cross-sharding, some key concepts about sharding:

Shard = A location where data can be permanently stored. It is handled by a group of nodes.

- Atomic Composability = Either the whole transaction SUCCEEDS or FAILS.
10b.) Sharding

- Problem for EVM L1s/L2s: When data is needed from two different shards (cross-sharding)

- If a portion in the transaction fails, it's a pain to undo everything on each shard.

- Allow multiple transactions to process at the same time if their data is unrelated!
11.) Cross-Sharding

It's difficult to maintain atomic composability with Cross-Sharding.

If a transaction fails on one shard but not the other, it slows down the system.

Radix solved this issue with how they validate transactions and configured their shards (Shardspace).
12a.) Shardspace

There's practically an unlimited number of shards in the shardspace (2^256).

Every confirmed transaction fills up a shard PERMANENTLY. (It's how Radix stores the changes made to the ledger) https://www.radixdlt.com/bl...
12b.) Shardspace

Won't Radix eventually run out of shards?

No, the shards will never run out.

2^256 is such a big number, it can handle MILLIONS of transactions per second for MILLIONS of years.

(The amount of shards after that time would still be extremely, extremely small.) https://www.radixdlt.com/bl...https://www.radixdlt.com/bl...
13a.) Shards on Radix.

- A shard can be:

i.) be empty
ii.) have the latest data (open)
iii.) or contain old data and be sealed off (closed)

- Substate = A change to the ledger. This gets stored in the shard. (There are "Bring Up" & "Shut Down" Substates)
13b.) Shards on Radix.

- "Closed" shards have old data stored in it. It can never be used again. They link to the next shard where its data got updated.

- "Closed" shards create a trail, like a blockchain.

- "Open" shards have the latest data. It can be updated. ImageImagehttps://www.radixdlt.com/bl...
14.) Nodes & Validator Sets

Nodes = Computers that validate the transactions on the shards.

Nodes are assigned to a range of shards.

Validator Sets = Group of nodes assigned to the same shard. They all have to vote and come to a consensus whether the transactions are valid. Image
15a.) Atomic Composability & Braiding

- When a transaction comes in, it is going to involve TWO or more shards.

- If the nodes validating each modified shard agree, commit it! Else, discard the transaction.

- Radix's system does this extremely efficiently via "braiding". https://www.radixdlt.com/bl...
15b.) Atomic Composability & Braiding

- Braiding = All Shards involved vote multiple times. If anything is not good, quickly fail the WHOLE transaction.

- 3 rounds of voting are recorded, hashed, & linked between each shard.

Here's a glimpse as to how it's recorded: 👇 https://www.radixdlt.com/bl...
16.) Simple Example

Imagine Shard World:

Each city can be empty or have ONE restaurant.

A restaurant can only move to another city if BOTH city councils agree.

Once relocated, the old restaurant is "CLOSED". It can never be used again. A sign says where it moved to. Image
17.) Advanced Example [Bonus Content]

We can use our Simple Example and push it MUCH further.

✅What if multiple restaurants want to merge into one?
✅What if the new restaurant moves again?
✅How do these city council members (nodes) operate?

See attached images 👇 ImageImage
18.) Unlimited Scalability & Transactions Per Second (Over 1 Million)

With the Shardspace and Cross-Sharding being heavily optimized, this allows for unlimited linear scalability and speed.

Simply continue to add more nodes. It'll be able to handle more transactions easily.
19.) Roadmap https://learn.radixdlt.com/...
That does it for this Simplified Thead!

If you found this helpful, please help support me by:

Liking & Retweeting the first tweet linked here 👇

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Simplify DeFi 📘

Simplify DeFi 📘 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @SimplifyDeFi

Feb 28
While everyone was looking at L2s, Fantom ( $FTM ) found a way to push the limits of a L1.

They are preparing to release the #FVM by the end of this year.

Let's simplify:

☑️ What is the #FVM?
☑️ What are the upgrades?
☑️ When?

🧵👇
1.) What's the problem with EVMs?

The EVM has a lot of limitations.

One workaround is to build another blockchain layer on top of it called "Layer 2".

Fantom, a Layer 1, took a different approach.
2.) What is $FTM?

Fantom is a Layer 1 Blockchain running since 2018.

The performance is extremely fast and has low gas fees. It is also EVM Compatible.

[Want a deeper dive into Fantom? Check out @Route2FI's thread:

]
Read 19 tweets
Feb 14
Let's simplify @ThenaFi_, a popular "Solidly Fork".

After skimming this thread, you'll understand:

✅ $THE, $veTHE, & Financial NFTS

✅ Rebasing

✅ Fees/Emissions

🧵👇
1.) What problems are they solving?

- Make the liquidity sitting on DEXes more efficient.

- Generate sustainable swap fees for Liquidity Providers.

- Provide crypto projects a cheap way to have deep liquidity.
2.) How?

- Lock up the base DEX Token ( $THE ).

- With the locked $THE tokens, vote on which pools give $THE rewards.

- Collect fees and bribes on the pool you voted on with your locked $THE.

[Here's a simplified diagram I created for my visual learners]
Read 17 tweets
Jan 21
Beating yourself down because you missed the pump?

Wondering if it's too late to get in?

I'm in the same boat, but there is a more valuable lesson here.

Self-Discipline.

[1/8]🧵👇
A few years ago I was reckless, even YOLOing my emergency fund because I'd "make that money back"...

[2/8]
That was a gambler's mindset. I got wreckted. I learned my lesson.

Last year I budgeted for experiences OUTSIDE of crypto, such as traveling.

I also saved up an emergency fund again.

Right when I reached my financial goals and ready to DCA in...This pump happens.

[3/8]
Read 9 tweets
Jan 1
Here are the 16 detailed steps that I took to grow my Crypto Twitter & YouTube account 👇
1.) I identified my skills:

- Teaching
- Being able to listen
- Ability to simplify.

[SKILLS]
2.) At the time, the stock and crypto markets were booming.

Yet, when I researched these topics, I found it to be complicated for outsiders like myself.

[PROBLEM]
Read 22 tweets
Jun 30, 2022
Here's how one of my favorite videogames silently taught me about crypto & economics 🎮.

🧵👇
1.) I'm EXTREMELY competitive and love ranking up against other people.

My game of choice? Starcraft 2 made by Blizzard in 2010.

It's chess, but ON STEROIDS. Players do not take "turns". Both opponents are playing all the time.

[Protoss ❤️] Image
2.) In every match, one must balance re-investing into their economy and building an army.

Got a super economy but no army?

- Your opponent is gonna wreck you. [GG, no rematch.]

Put all your money into the most bada** army, but your opponent defends too well?

- Humiliation.
Read 16 tweets
Jun 15, 2022
Didn't watch the interview @michaelfkong did with Professor Bernhard Scholz?

Don't worry, I took notes so you're caught up 😎

[Here's the link to the original interview - ]
1.) WHO IS PROFRESSOR BERNHARD SCHOLZ?

First, he a PHD Professor at the University of Sydney.

His primary focus is on programming languages.

He has developed critical tools that are utilized by major companies, such as Oracle (a MAJOR Database Software Company).
2.) WHY DID PROF. SCHOLZ JOIN FANTOM?

🍌Prof. Scholz is intrigued by what is actually happening in the industry.

🍌Wants to help solve problems with the EVM and make $FTM standout as a blockchain.

🍌He knows Michael personally when helping with his thesis at Unversity.
Read 12 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(