Difference between revisions of "Monad"

From CryptoWiki

(Created page with "Ethereum-compatible L1 with Solana like performance ==Basics== *Based in: *Started in / Announced on: [https://techcrunch.com/2023/02/14/monad-labs-raises-19m-to-grow-its-smart-contract-platform-and-improve-the-ethereum-space/ 2022] *Testnet release: *Mainnet release: ''"mainnet launch later this year"'' ([https://techcrunch.com/2023/02/14/monad-labs-raises-19m-to-grow-its-smart-contract-platform-and-improve-the-...")
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Ethereum (ETH)|Ethereum]]-compatible [[Layer One|L1]] with [[Solana (SOL)|Solana]] like performance
[[Ethereum (ETH)|Ethereum]]-compatible [[Layer One|L1]] with [[parallelization]]  


==Basics==
==Basics==
Line 7: Line 7:
*[[Mainnet]] release: ''"mainnet launch later this year"'' ([https://techcrunch.com/2023/02/14/monad-labs-raises-19m-to-grow-its-smart-contract-platform-and-improve-the-ethereum-space/ 14-2-2023])
*[[Mainnet]] release: ''"mainnet launch later this year"'' ([https://techcrunch.com/2023/02/14/monad-labs-raises-19m-to-grow-its-smart-contract-platform-and-improve-the-ethereum-space/ 14-2-2023])
==History==
==History==
* [https://www.onchaintimes.com/p/the-monad-deep-dive-the-most-anticipated From] influencer/researcher Thor (8-2-2024):
''"Monad has been in development for roughly two years and is founded by Keone Hon, James Hunsaker and Eunice Giarta. Keone and James are the two technical co-founders and worked together for eight years at [[Jump Trading]]. Sitting at the same high frequency trading desk and competing against 20 other teams internally at Jump, Keone and James were able to consistently rank as one of the top performing desks over the years, facilitating more than $10 trillion dollars in notional trading volume per year. With this level of volume, and by conducting thousands of transactions per second, Keone and James experienced firsthand the difference a microsecond makes in execution.''
''After moving into crypto, Keone was working on [[Solana (SOL)|Solana]] [[Decentralized Finance (DeFi)|DeFi]] and James was building [[Pyth Network (PYTH)|Pyth]]. They started building Monad in 2022 after realizing that it’s possible to implement a series of fundamental optimizations to the [[Ethereum Virtual Machine (EVM)|EVM]], which have been standard in high performance computer science over the last 20 years, but have not yet been implemented to the EVM."''
==Audits & Exploits==
==Audits & Exploits==
*[[bug bounty|Bug bounty]] program can be found [insert here].
*[[bug bounty|Bug bounty]] program can be found [insert here].
Line 31: Line 38:
*Development language used: The Monad [[client]] is built with a focus on performance and is written from scratch in [[C++]] and [[Rust]].
*Development language used: The Monad [[client]] is built with a focus on performance and is written from scratch in [[C++]] and [[Rust]].
====Transaction Details====
====Transaction Details====
*Capacity ([[TPS]]): 10,000 ([https://docs.monad.xyz/ 9-2023]).
*Capacity ([[TPS]]): 10,000 ([https://docs.monad.xyz/ 9-2023]) with [https://www.onchaintimes.com/p/the-monad-deep-dive-the-most-anticipated 1 second] block time (8-2-2024).
*[[Latency]]:
*[[Latency]]:
===How it works===
===How it works===
* From this [https://x.com/FourPillarsFP/status/1835634545045246055 report] (16-9-2024):
''"Consensus - Monad BFT''
''Monad BFT is heavily influenced by [[HotStuff]] BFT, but it has devised a method of direct communication with other [[Node|nodes]] when experiencing poor network conditions. Unlike HotStuff, which went through three processes per round, Monad BFT focuses on reducing [[latency]] by going through only two processes per round. Additionally, when conducting votes, instead of cross-validation communication where vote data is propagated to all nodes except oneself, Monad BFT adopts a linear communication method where data is propagated only to the leader of the next round, improving blockchain throughput and latency. Lastly, through pipelining, Monad BFT has achieved consensus efficiency by introducing a method where all consensus processes are not handled in a single round, but are divided and processed over multiple rounds.''
''Execution - Transaction Parallel Execution''
''Monad uses optimistic concurrency in parallel processing of transactions. In simple terms, during parallel processing, it assumes all operations are valid, executes them first, and then re-executes if problems occur during the verification process. The reason Monad uses this approach is that they judged it to be more efficient to execute transactions and then re-execute based on information gathered when problems occur, rather than analyzing the relationships between transactions in advance.''
''Storage (Database) - Monad DB''
''In fact, parallel processing at the execution level is not such a difficult task. It has already been implemented many times, and various blockchains are doing parallel processing at the execution layer. The real important thing is "efficiency of parallel processing," and the answer to this lies in the storage method. Therefore, Monad is investing a great deal of time and effort into optimizing the DB. Monad DB does not use the Merkle Patricia structure that Ethereum has, but instead natively implements the Patricia tree structure on both disk and memory to reduce inefficiencies. Moreover, by supporting async I/O, it allows the [[CPU]] to process other transactions concurrently without waiting for the results of transaction inputs and outputs."''
*[https://www.onchaintimes.com/p/the-monad-deep-dive-the-most-anticipated From] influencer/researcher Thor (8-2-2024):
''"Monad utilizes [[Parallelization|parallel]] execution which allows several transactions to be processed at the same time. It’s important to note that Monad [[Block|blocks]] still are a linearly ordered set of [[Transaction (Tx)|transactions]] just like on [[Ethereum (ETH)|Ethereum]].''
''Monad uses optimistic execution which means that the chain will start executing transactions before earlier transactions in the block have completed. To avoid errors and incorrect execution, the state of transactions are merged sequentially in the blocks to ensure correctness."''
===Fees===
===Fees===
===Upgrades===
===Upgrades===
Line 41: Line 67:
===Scaling===
===Scaling===
===Interoperability===
===Interoperability===
Monad [https://twitter.com/monad_xyz/status/1747320032458109058 announced] a day one partnership with [[LayerZero (Project)|Layerzero]].
===Other Details===
===Other Details===
==Oracle Method==
==Oracle Method==
Line 53: Line 81:
===Pros===
===Pros===
===Cons===
===Cons===
* One co-founder, James Hunsaker, a former [[Jump Trading|Jump]] employee is a [[Securities and Exchange Commission (SEC)|SEC]] whistleblower (11-4-2024) who was part of Jump during the [[Terra Classic (LUNC)|Terra]] era.
==Team, Funding and Partners==
==Team, Funding and Partners==
===Team===
===Team===
*Full team can be found [here].
*Full team can be found [here].
*Monad Labs
*Monad Labs, both founders [https://www.onchaintimes.com/p/the-monad-deep-dive-the-most-anticipated come] from [[Jump Trading]] (15-2-2024).
*Keone Hon; co-founder & CEO
*Keone Hon; co-founder & CEO
*Eunice Giarta and James Hunsaker
*Eunice Giarta and James Hunsaker
===Funding===
===Funding===


* [https://techcrunch.com/2023/02/14/monad-labs-raises-19m-to-grow-its-smart-contract-platform-and-improve-the-ethereum-space/ From] Techcrunch (14-2-2023);
* Announced a [https://twitter.com/monad_xyz/status/1777687376136982767/photo/1 $225M fundraise] (9-4-2024) with participation of [[Paradigm]], [[Electric Capital]], [[Coinbase (COIN)|Coinbase Ventures]], Greenoaks, [[EGirl Capital|Egirl Capital]], [[Rune Christensen]], [[Robinson Burkey]], [[Mert Mumtaz]], [[Bryan Pellegrino]], [[Eric Wall]], [[Luca Netz]], [[Saquon Barkley]], [[Ansem]], [[Hsaka]], [[Inversebrah]] and others.
 
*[https://techcrunch.com/2023/02/14/monad-labs-raises-19m-to-grow-its-smart-contract-platform-and-improve-the-ethereum-space/ From] Techcrunch (14-2-2023);


''"Raised $19 million in [[seed]] funding led by [[Dragonfly Capital]]. The round included 70 participants, including [[Placeholder|Placeholder Capital]], [[Lemniscap]], [[Shima Capital]] and [[Finality]] Capital, as well as angel investors like [[AngelList]] co-founder [[Naval Ravikant]]. The capital will be used to double the team to about 24 in the next several months, Giarta said."''
''"Raised $19 million in [[seed]] funding led by [[Dragonfly Capital]]. The round included 70 participants, including [[Placeholder|Placeholder Capital]], [[Lemniscap]], [[Shima Capital]] and [[Finality]] Capital, as well as angel investors like [[AngelList]] co-founder [[Naval Ravikant]]. The capital will be used to double the team to about 24 in the next several months, Giarta said."''

Latest revision as of 15:11, 25 September 2024

Ethereum-compatible L1 with parallelization

Basics

History

  • From influencer/researcher Thor (8-2-2024):

"Monad has been in development for roughly two years and is founded by Keone Hon, James Hunsaker and Eunice Giarta. Keone and James are the two technical co-founders and worked together for eight years at Jump Trading. Sitting at the same high frequency trading desk and competing against 20 other teams internally at Jump, Keone and James were able to consistently rank as one of the top performing desks over the years, facilitating more than $10 trillion dollars in notional trading volume per year. With this level of volume, and by conducting thousands of transactions per second, Keone and James experienced firsthand the difference a microsecond makes in execution.

After moving into crypto, Keone was working on Solana DeFi and James was building Pyth. They started building Monad in 2022 after realizing that it’s possible to implement a series of fundamental optimizations to the EVM, which have been standard in high performance computer science over the last 20 years, but have not yet been implemented to the EVM."

Audits & Exploits

Bugs/Exploits

Governance

Admin Keys

DAO

Notable Governance Votes

Treasury

Token

Launch

Token Allocation

Inflation

Utility

Burns

Other Details

Coin Distribution

Technology

Transaction Details

How it works

"Consensus - Monad BFT

Monad BFT is heavily influenced by HotStuff BFT, but it has devised a method of direct communication with other nodes when experiencing poor network conditions. Unlike HotStuff, which went through three processes per round, Monad BFT focuses on reducing latency by going through only two processes per round. Additionally, when conducting votes, instead of cross-validation communication where vote data is propagated to all nodes except oneself, Monad BFT adopts a linear communication method where data is propagated only to the leader of the next round, improving blockchain throughput and latency. Lastly, through pipelining, Monad BFT has achieved consensus efficiency by introducing a method where all consensus processes are not handled in a single round, but are divided and processed over multiple rounds.

Execution - Transaction Parallel Execution

Monad uses optimistic concurrency in parallel processing of transactions. In simple terms, during parallel processing, it assumes all operations are valid, executes them first, and then re-executes if problems occur during the verification process. The reason Monad uses this approach is that they judged it to be more efficient to execute transactions and then re-execute based on information gathered when problems occur, rather than analyzing the relationships between transactions in advance.

Storage (Database) - Monad DB

In fact, parallel processing at the execution level is not such a difficult task. It has already been implemented many times, and various blockchains are doing parallel processing at the execution layer. The real important thing is "efficiency of parallel processing," and the answer to this lies in the storage method. Therefore, Monad is investing a great deal of time and effort into optimizing the DB. Monad DB does not use the Merkle Patricia structure that Ethereum has, but instead natively implements the Patricia tree structure on both disk and memory to reduce inefficiencies. Moreover, by supporting async I/O, it allows the CPU to process other transactions concurrently without waiting for the results of transaction inputs and outputs."

  • From influencer/researcher Thor (8-2-2024):

"Monad utilizes parallel execution which allows several transactions to be processed at the same time. It’s important to note that Monad blocks still are a linearly ordered set of transactions just like on Ethereum.

Monad uses optimistic execution which means that the chain will start executing transactions before earlier transactions in the block have completed. To avoid errors and incorrect execution, the state of transactions are merged sequentially in the blocks to ensure correctness."

Fees

Upgrades

Staking

Validator Stats

Liquidity Mining

Scaling

Interoperability

Monad announced a day one partnership with Layerzero.

Other Details

Oracle Method

Their Other Projects

Roadmap

  • Can be found [Insert link here].

Revenue

Usage

Projects that use or built on it

Competition

Pros and Cons

Pros

Cons

  • One co-founder, James Hunsaker, a former Jump employee is a SEC whistleblower (11-4-2024) who was part of Jump during the Terra era.

Team, Funding and Partners

Team

  • Full team can be found [here].
  • Monad Labs, both founders come from Jump Trading (15-2-2024).
  • Keone Hon; co-founder & CEO
  • Eunice Giarta and James Hunsaker

Funding

  • From Techcrunch (14-2-2023);

"Raised $19 million in seed funding led by Dragonfly Capital. The round included 70 participants, including Placeholder Capital, Lemniscap, Shima Capital and Finality Capital, as well as angel investors like AngelList co-founder Naval Ravikant. The capital will be used to double the team to about 24 in the next several months, Giarta said."

Partners

(:

Knowledge empowers all and will help us get closer to the decentralized world we all want to live in!

Making these free wiki pages is fun but takes a lot of effort and time.

If you have enjoyed reading, tips are appreciated :) This will help us to keep expanding this archive of information.

ETH tip address: 0x83460bE5F218b1520B69D702cE60A1DE37dD8E31