diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts
index 41c0d1e1f..367d21d97 100644
--- a/src/config/sidebar.ts
+++ b/src/config/sidebar.ts
@@ -8,8 +8,8 @@ export const getSidebar = () => {
{
section: t("sidebar.developers.developers"),
contents: [
- { title: t("sidebar.developers.buildingOnScroll"), url: formatUrl("developers") },
- { title: t("sidebar.developers.faq"), url: formatUrl("developers/faq") },
+ { title: t("sidebar.developers.faq"), url: formatUrl("developers") },
+ { title: t("sidebar.developers.buildingOnScroll"), url: formatUrl("developers/building-on-scroll") },
{
title: t("sidebar.developers.scrollContracts"),
url: formatUrl("developers/scroll-contracts"),
diff --git a/src/content/docs/en/community/faq.mdx b/src/content/docs/en/community/index.mdx
similarity index 100%
rename from src/content/docs/en/community/faq.mdx
rename to src/content/docs/en/community/index.mdx
diff --git a/src/content/docs/en/developers/building-on-scroll.mdx b/src/content/docs/en/developers/building-on-scroll.mdx
new file mode 100644
index 000000000..b3acc5371
--- /dev/null
+++ b/src/content/docs/en/developers/building-on-scroll.mdx
@@ -0,0 +1,91 @@
+---
+section: developers
+date: Last Modified
+title: "Building on Scroll"
+lang: "en"
+permalink: "developers/building-on-scroll"
+excerpt: "Building on Scroll feels just like Ethereum, and you can bring your favorite tooling and contracts with you."
+whatsnext: { "Scroll Contracts": "/en/developers/scroll-contracts/" }
+---
+
+import Aside from "../../../../components/Aside.astro"
+import ToggleElement from "../../../../components/ToggleElement.astro"
+
+**Welcome to the Scroll developer documentation!**
+
+Scroll is its own Layer 2 network built on Ethereum (more specifically, a “zero knowledge rollup”).
+
+If you’re experienced in building on Ethereum, your code, dependencies, and tooling work with Scroll out of the box. This is possible because our network is compatible with EVM bytecode and designed to feel just like developing on Ethereum.
+
+
+
+## Getting Started
+
+**Looking to build on the Scroll?**
+
+- Check out our [FAQ](/developers/) for the essentials
+- Follow our [guide](/developers/guides/running-a-scroll-node) to run Scroll L2geth Node
+- Explore our [deployed contract addresses](/developers/scroll-contracts) to build on
+
+## Why Build on Scroll?
+
+
+
Throughput — Scroll creates more secure blockspace for Ethereum.
+
+ ZK Rollups allow for more activity on the network, minimizing congestion. By inheriting the security of Ethereum,
+ which verifies the behavior of the network using zero knowledge proofs, Scroll can process more transactions without
+ compromising on decentralization.
+
+
+
+
+
Cost — Scroll saves users gas fees.
+
+ On Ethereum, competition for blockspace results in higher costs per transaction, as each transaction makes a bid to
+ be included in the next block. Scroll leverages recent breakthroughs in zero knowledge proofs and hardware
+ acceleration to vastly increase secure blockspace and minimize transaction costs for users.
+
+
+
+
Speed — Scroll delivers feedback to users, faster.
+
+ After the merge, Ethereum blocks reliably confirm every 12 seconds. Scroll blocks are minted every 3 seconds, and
+ for the sake of lower-risk operations, transactions can be assumed to be final once included in a block. This opens
+ up new possibilities for on-chain interaction in social and gaming applications.
+
+
+
+
Alignment — Scroll builds on Ethereum's vision.
+
+ Scroll builds on Ethereum’s vision. Our ethos is to build Ethereum, not to splinter it. Decentralization,
+ permissionlessness, censorship-resistance, and community ownership are the core of what we do and the roadmap we’re
+ building. We believe in open-source software, and we work closely with the Ethereum Foundation’s Privacy and Scaling
+ Explorations team to support their work on a zkEVM that might someday be the heart of Ethereum.
+
+
+ We also work with governance DAOs and other open-source protocols to make sure that as applications are deployed,
+ we’re working to grow their impact — whether that be in public goods, core infrastructure, or the next generation of
+ zero knowledge use cases.
+
+
+
+
Community — Scroll brings together users and builders.
+
+ We know the challenges of building in the open and getting user engagement! Scroll has a blossoming community of
+ users and builders, and with a Discord community of over 500,000 members eager to try out applications on our
+ testnet or mainnet, we’re excited to connect builders with users who can provide real-world feedback.
+
+
+
+## Thank you for building with us.
+
+Our mainnet is now live, and we're diligently working to bring more integrations and support infrastructure to the network.
+
+Join our growing developer community. You can find us on [Discord](https://discord.gg/scroll), join our [discussion forum](https://community.scroll.io/), or follow our progress on [Twitter](https://twitter.com/Scroll_ZKP).
diff --git a/src/content/docs/en/developers/faq.mdx b/src/content/docs/en/developers/faq.mdx
deleted file mode 100644
index 9217064bb..000000000
--- a/src/content/docs/en/developers/faq.mdx
+++ /dev/null
@@ -1,68 +0,0 @@
----
-section: developers
-date: Last Modified
-title: "Developer Frequently Asked Questions"
-lang: "en"
-permalink: "developers/faq"
-whatsnext: { "Scroll Contracts": "/en/developers/scroll-contracts/" }
-excerpt: "."
----
-
-## EVM Compatibility & Infrastructure
-
-**What are the opcode differences on Scroll compared to Ethereum?**
-
-Scroll is fully EVM-equivalent, but certain rollup-specific opcodes differ. A full breakdown can be found here: [Rollup Codes: Scroll Overview](https://www.rollup.codes/scroll#overview).
-
-## Testnet ETH
-
-**How do I get testnet ETH on Scroll?**
-
-You can request testnet ETH via the official Scroll telegram faucet bot by sending a message to @scroll_up_sepolia_bot who will provide access to the faucet. Once on the faucet telegram group chat, send your wallet address on a `/drop YOUR_ETHEREUM_ADDRESS` command and the bot will automatically send some funds to you.
-
-**Is there an alternative way to get testnet ETH?**
-
-Yes. Please refer to our list of [Unofficial Faucets](https://docs.scroll.io/en/user-guide/faucet/) on both Sepolia and Scroll Sepolia. Remember, you can either receive Scroll Sepolia ETH directly or trough the [Sepolia Testnet Bridge](https://sepolia.scroll.io/bridge).
-
-## Developer Tooling & Ecosystem
-
-**Where can I find the list of developer tooling available on Scroll?**
-
-See the full list here: [Scroll Developer Tooling](https://scroll.io/ecosystem).
-
-**Where can I explore the ecosystem of projects deployed on Scroll?**
-
-Use our [Dune dashboard](https://docs.scroll.io/en/developers/developer-ecosystem/) to explore live ecosystem data and visit the [Scroll Ecosystem Projects](https://scroll.io/ecosystem) for the full list.
-
-
-## Node Questions
-
-**Where can i download Scroll node's snapshot?**
-
-Mainnet : https://scroll-geth-snapshot.s3.us-west-2.amazonaws.com/mpt/latest.tar
-
-Sepolia : https://scroll-sepolia-l2geth-snapshots.s3.us-west-2.amazonaws.com/mpt/latest.tar
-
-**Scroll snapshot size is too large, do you have pruned snapshot?**
-
-Unfortunately, pruned snapshots are not available for Scroll. You may consider changing the garbage collection mode from archive to full to reduce the size of the snapshot by changing flag from --gcmode archive to --gcmode full
-
-**Can I run my own node on Scroll?**
-
-Yes. Scroll provides a step-by-step tutorial for setting up and running your own node. See: [Running a Node](https://docs.scroll.io/en/developers/guides/running-a-scroll-node/).
-
-## Errors & Support
-
-**I have a question about my node, the faucet or developing on Scroll. What should I do?**
-
-Please join the Scroll Discord server and ask on the `#developers` or `#developer-support` discord channels.
-
-**I want to connect to the BD team. What should I do?**
-
-To connect with the BD team please fill the [Scroll BD Intake form](https://tally.so/r/wM2aaE).
-
-**How to keep track of any changes in Scroll?**
-
-You can follow our telegram announcement channel [here](https://t.me/scroll_tech_announcements).
-
-Or subscribe to our github [repo](https://github.com/scroll-tech/scroll), click watch, then custom, and tick releases.
\ No newline at end of file
diff --git a/src/content/docs/en/developers/index.mdx b/src/content/docs/en/developers/index.mdx
index 43aa88df4..6517b2e32 100644
--- a/src/content/docs/en/developers/index.mdx
+++ b/src/content/docs/en/developers/index.mdx
@@ -1,91 +1,118 @@
---
section: developers
date: Last Modified
-title: "Building on Scroll"
+title: "Developer Frequently Asked Questions"
lang: "en"
permalink: "developers/"
-excerpt: "Building on Scroll feels just like Ethereum, and you can bring your favorite tooling and contracts with you."
-whatsnext: { "Frequently Asked Questions": "/en/developers/faq" }
+whatsnext: { "Building on Scroll": "/en/developers/building-on-scroll", "Scroll Contracts": "/en/developers/scroll-contracts/" }
+excerpt: "."
---
import Aside from "../../../../components/Aside.astro"
-import ToggleElement from "../../../../components/ToggleElement.astro"
-**Welcome to the Scroll developer documentation!**
+
-
+Use the following configuration to connect your Ethereum tools to Scroll Mainnet:
+
+| Network Name | Scroll | Ethereum Mainnet |
+| ------------------ | -------------------------------------------------- | ---------------------------------------------------- |
+| RPC URL | [https://rpc.scroll.io/](https://rpc.scroll.io/) | [https://eth.llamarpc.com](https://eth.llamarpc.com) |
+| Chain ID | 534352 | 1 |
+| Currency Symbol | ETH | ETH |
+| Block Explorer URL | [https://scrollscan.com/](https://scrollscan.com/) | [https://etherscan.io](https://etherscan.io) |
+
+**What are the network parameters for Scroll Sepolia Testnet?**
+
+Use the following configuration to connect your Ethereum tools to Scroll Sepolia Testnet:
+
+| Network Name | Scroll Sepolia | Ethereum Sepolia |
+| ------------------ | ----------------------------------------------------------------- | ------------------------------------------------------------ |
+| RPC URL | [https://sepolia-rpc.scroll.io/](https://sepolia-rpc.scroll.io/) | [https://rpc2.sepolia.org](https://rpc2.sepolia.org) |
+| Chain ID | 534351 | 11155111 |
+| Currency Symbol | ETH | ETH |
+| Block Explorer URL | [https://sepolia.scrollscan.com](https://sepolia.scrollscan.com/) | [https://sepolia.etherscan.io](https://sepolia.etherscan.io) |
+
+**Where can I find additional RPC providers and infrastructure for Scroll Mainnet?**
+
+- [Scroll RPC Providers on ChainList.org](https://chainlist.org/chain/534352)
+- [Ethereum RPC Providers on ChainList.org](https://chainlist.org/chain/1)
+- [Scrollscan](https://scrollscan.com/)
+- [Scroll Rollup Scanner](https://scroll.io/rollupscan)
+
+**Where can I find additional RPC providers and infrastructure for Scroll Sepolia?**
+
+- [Scroll Sepolia RPC Providers on ChainList.org](https://chainlist.org/chain/534351)
+- [Ethereum Sepolia RPC Providers on ChainList.org](https://chainlist.org/chain/11155111)
+- [Sepolia Scrollscan](http://sepolia.scrollscan.com/)
+- [Scroll Sepolia Rollup Scanner](https://sepolia.scroll.io/rollupscan)
+
+## Testnet ETH
+
+**How do I get testnet ETH on Scroll?**
+
+You can request testnet ETH via the official Scroll telegram faucet bot by sending a message to @scroll_up_sepolia_bot who will provide access to the faucet. Once on the faucet telegram group chat, send your wallet address on a `/drop YOUR_ETHEREUM_ADDRESS` command and the bot will automatically send some funds to you.
+
+**Is there an alternative way to get testnet ETH?**
+
+Yes. Please refer to our list of [Unofficial Faucets](https://docs.scroll.io/en/user-guide/faucet/) on both Sepolia and Scroll Sepolia. Remember, you can either receive Scroll Sepolia ETH directly or trough the [Sepolia Testnet Bridge](https://sepolia.scroll.io/bridge).
+
+## EVM Compatibility & Infrastructure
+
+**What are the opcode differences on Scroll compared to Ethereum?**
+
+Scroll is fully EVM-equivalent, but certain rollup-specific opcodes differ. A full breakdown can be found here: [Rollup Codes: Scroll Overview](https://www.rollup.codes/scroll#overview).
+
+## Developer Tooling & Ecosystem
+
+**Where can I find the list of developer tooling available on Scroll?**
+
+See the full list here: [Scroll Developer Tooling](https://scroll.io/ecosystem).
+
+**Where can I explore the ecosystem of projects deployed on Scroll?**
+
+Use our [Dune dashboard](https://docs.scroll.io/en/developers/developer-ecosystem/) to explore live ecosystem data and visit the [Scroll Ecosystem Projects](https://scroll.io/ecosystem) for the full list.
+
+
+## Node Questions
+
+**Where can i download Scroll node's snapshot?**
+
+Mainnet : https://scroll-geth-snapshot.s3.us-west-2.amazonaws.com/mpt/latest.tar
+
+Sepolia : https://scroll-sepolia-l2geth-snapshots.s3.us-west-2.amazonaws.com/mpt/latest.tar
+
+**Scroll snapshot size is too large, do you have pruned snapshot?**
+
+Unfortunately, pruned snapshots are not available for Scroll. You may consider changing the garbage collection mode from archive to full to reduce the size of the snapshot by changing flag from --gcmode archive to --gcmode full
+
+**Can I run my own node on Scroll?**
+
+Yes. Scroll provides a step-by-step tutorial for setting up and running your own node. See: [Running a Node](https://docs.scroll.io/en/developers/guides/running-a-scroll-node/).
+
+## Errors & Support
+
+**I have a question about my node, the faucet or developing on Scroll. What should I do?**
+
+Please join the Scroll Discord server and ask on the `#developers` or `#developer-support` discord channels.
+
+**I want to connect to the BD team. What should I do?**
+
+To connect with the BD team please fill the [Scroll BD Intake form](https://tally.so/r/wM2aaE).
+
+**How to keep track of any changes in Scroll?**
+
+You can follow our telegram announcement channel [here](https://t.me/scroll_tech_announcements).
-## Getting Started
-
-**Looking to build on the Scroll?**
-
-- Check out our [FAQ](/developers/faq) for the essentials
-- Follow our [guide](/developers/guides/running-a-scroll-node) to run Scroll L2geth Node
-- Explore our [deployed contract addresses](/developers/scroll-contracts) to build on
-
-## Why Build on Scroll?
-
-
-
Throughput — Scroll creates more secure blockspace for Ethereum.
-
- ZK Rollups allow for more activity on the network, minimizing congestion. By inheriting the security of Ethereum,
- which verifies the behavior of the network using zero knowledge proofs, Scroll can process more transactions without
- compromising on decentralization.
-
-
-
-
-
Cost — Scroll saves users gas fees.
-
- On Ethereum, competition for blockspace results in higher costs per transaction, as each transaction makes a bid to
- be included in the next block. Scroll leverages recent breakthroughs in zero knowledge proofs and hardware
- acceleration to vastly increase secure blockspace and minimize transaction costs for users.
-
-
-
-
Speed — Scroll delivers feedback to users, faster.
-
- After the merge, Ethereum blocks reliably confirm every 12 seconds. Scroll blocks are minted every 3 seconds, and
- for the sake of lower-risk operations, transactions can be assumed to be final once included in a block. This opens
- up new possibilities for on-chain interaction in social and gaming applications.
-
-
-
-
Alignment — Scroll builds on Ethereum's vision.
-
- Scroll builds on Ethereum’s vision. Our ethos is to build Ethereum, not to splinter it. Decentralization,
- permissionlessness, censorship-resistance, and community ownership are the core of what we do and the roadmap we’re
- building. We believe in open-source software, and we work closely with the Ethereum Foundation’s Privacy and Scaling
- Explorations team to support their work on a zkEVM that might someday be the heart of Ethereum.
-
-
- We also work with governance DAOs and other open-source protocols to make sure that as applications are deployed,
- we’re working to grow their impact — whether that be in public goods, core infrastructure, or the next generation of
- zero knowledge use cases.
-
-
-
-
Community — Scroll brings together users and builders.
-
- We know the challenges of building in the open and getting user engagement! Scroll has a blossoming community of
- users and builders, and with a Discord community of over 500,000 members eager to try out applications on our
- testnet or mainnet, we’re excited to connect builders with users who can provide real-world feedback.
-
-
-
-## Thank you for building with us.
-
-Our mainnet is now live, and we're diligently working to bring more integrations and support infrastructure to the network.
-
-Join our growing developer community. You can find us on [Discord](https://discord.gg/scroll), join our [discussion forum](https://community.scroll.io/), or follow our progress on [Twitter](https://twitter.com/Scroll_ZKP).
+Or subscribe to our github [repo](https://github.com/scroll-tech/scroll), click watch, then custom, and tick releases.
\ No newline at end of file
diff --git a/src/content/docs/en/developers/scroll-contracts.mdx b/src/content/docs/en/developers/scroll-contracts.mdx
index 279d19a78..67202b198 100644
--- a/src/content/docs/en/developers/scroll-contracts.mdx
+++ b/src/content/docs/en/developers/scroll-contracts.mdx
@@ -13,29 +13,6 @@ import ToggleElement from "../../../../components/ToggleElement.astro"
In this article you'll find useful contract addresses for Scroll and commonly used protocols. See the section below for [Scroll Sepolia](#scroll-sepolia-testnet) info.
-## Network Info
-
-Use the table below to configure your Ethereum tools to the Scroll mainnet.
-
-| Network Name | Scroll | Ethereum Mainnet |
-| ------------------ | -------------------------------------------------- | ---------------------------------------------------- |
-| RPC URL | [https://rpc.scroll.io/](https://rpc.scroll.io/) | [https://eth.llamarpc.com](https://eth.llamarpc.com) |
-| Chain ID | 534352 | 1 |
-| Currency Symbol | ETH | ETH |
-| Block Explorer URL | [https://scrollscan.com/](https://scrollscan.com/) | [https://etherscan.io](https://etherscan.io) |
-
-
-
Additional Scroll Mainnet RPCs and Infra
- - [Scroll Native Bridge](https://scroll.io/bridge)
- - [Scroll Rollup Scanner](https://scroll.io/rollupscan)
- - [Scroll RPC Providers on ChainList.org](https://chainlist.org/chain/534352)
- - [Ethereum RPC Providers on ChainList.org](https://chainlist.org/chain/1)
- {/* - Additional Block Explorers:
- - [Dora](https://www.ondora.xyz/network/scroll/interactions)
- - [L2Scan](https://scroll.l2scan.co/) */}
-
-
-
## Scroll Contracts
### Rollup
@@ -100,29 +77,6 @@ Use the table below to configure your Ethereum tools to the Scroll mainnet.
## Scroll Sepolia Testnet
-### Network Info
-
-Use the table below to configure your Ethereum tools to the Scroll Sepolia Testnet.
-
-| Network Name | Scroll Sepolia | Ethereum Sepolia |
-| ------------------ | ----------------------------------------------------------------- | ------------------------------------------------------------ |
-| RPC URL | [https://sepolia-rpc.scroll.io/](https://sepolia-rpc.scroll.io/) | [https://rpc2.sepolia.org](https://rpc2.sepolia.org) |
-| Chain ID | 534351 | 11155111 |
-| Currency Symbol | ETH | ETH |
-| Block Explorer URL | [https://sepolia.scrollscan.com](https://sepolia.scrollscan.com/) | [https://sepolia.etherscan.io](https://sepolia.etherscan.io) |
-
-
-