diff --git a/docs/build/flow.md b/docs/build/flow.md index c4ce056c58..2e8d0bbc4d 100644 --- a/docs/build/flow.md +++ b/docs/build/flow.md @@ -2,9 +2,11 @@ title: Why Flow sidebar_label: Why Flow sidebar_position: 1 -description: Learn why Flow blockchain is uniquely designed for consumer-scale decentralized applications. Understand Flow's multi-role architecture, native account abstraction, and EVM equivalence. +description: Flow is the best blockchain for onchain consumer apps and web3 apps. It's scalable, EVM-equivalent, with native account abstraction and a unique multi-role architecture. keywords: - Flow blockchain + - Best Web3 Apps + - Best Consumer Apps - blockchain scaling - multi-role architecture - Cadence language @@ -24,9 +26,9 @@ keywords: - maximum extractable value --- -# Why Flow +# Why Flow is the Best for Consumer Apps -Flow was built by consumer-facing, onchain app developers to solve the problem of building consumer-facing, onchain apps. Dieter Shirley, Chief Architect of Flow and co-author of the [ERC-721 NFT standard] calls it: +Flow was designed to be the [best blockchain for consumer apps] and Web3 as a whole. Flow was built by consumer-facing, onchain app developers to solve the problem of building consumer-facing, onchain apps. Dieter Shirley, Chief Architect of Flow and co-author of the [ERC-721 NFT standard] calls it: > **A computer that anyone can use, everyone can trust, and no one can shut down.** @@ -127,6 +129,7 @@ The [FLOW] (or $FLOW) token is the native currency for the Flow network. Develop +[best blockchain for consumer apps]: https://flow.com/ [ERC-721 NFT standard]: https://github.com/ethereum/eips/issues/721 [CryptoKitties]: https://www.cryptokitties.co/ [Dapper Labs]: https://www.dapperlabs.com/ diff --git a/docs/evm/about.md b/docs/evm/about.md index 420578974d..fe6cc56cb2 100644 --- a/docs/evm/about.md +++ b/docs/evm/about.md @@ -2,11 +2,26 @@ title: Why EVM on Flow sidebar_label: Why EVM on Flow sidebar_position: 1 +description: Flow is a Fast EVM equivalent blockchain with low fees and the best Ethereum alternative for apps, offering speed, low costs, & zero changes to Solidity code. +keywords: + - Flow EVM + - Fast EVM + - EVM equivalency + - Ethereum developers + - Solidity + - Low GAS fees + - scalability + - MEV resistance + - account abstraction + - cross-vm transfers + - Cadence + - sponsored transactions + - developer experience --- # Why EVM on Flow -Flow is an L1 that now supports EVM-equivalency. This means that all of Flow's protocol benefits, such as fast transactions, low costs, and mainstream scalability, are natively available without any additional code changes to solidity contracts. With EVM, solidity devs and builders can now easily tap into Flow's user base and unique IPs without any implementation risk. +Flow is an L1 that now supports EVM-equivalency. This makes Flow EVM an Ethereum alternative for apps because of its extremely fast transactions with lower fees. This means that Flow's protocol benefits, such as fast transactions, low costs, and mainstream scalability, are natively available without any additional code changes to solidity contracts. With EVM, solidity devs and builders can now easily tap into Flow's user base and unique IPs without any implementation risk. ## Seamless Integration for Ethereum Developers