Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"specs": "Implementation docs",
"web-api": "Web APIs",
"providers": "Providers",
"referral": "Referral page",
"referral": "Referral",
"faucets": "Faucets",
"tor": "Tor Support",
"drpc-account": {
Expand Down
20 changes: 10 additions & 10 deletions pages/faucets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Alephzero from "/pages/icons/Alephzero.svg";
import Everclear from "/pages/icons/Everclear.png";
import Gnosis from "/pages/icons/Gnosis.svg";
import OpenCampusCodex from "/pages/icons/OpenCampusCodex.svg";
import Gameswift from "/pages/icons/Gameswift.png";
import Ethereum from "/pages/icons/Ethereum.svg";
import login from "/pages/icons/login.png";
import proofofwork from "/pages/icons/proofofwork.png";
import gitcoin from "/pages/icons/gitcoin.png";
Expand Down Expand Up @@ -39,6 +39,10 @@ Since running smart contracts on public mainnet blockchains like Ethereum and Po

<Stack spacing={20} align={"center"}>

<Link href={"https://drpc.org/faucet/sepolia"} target="_blank">
<Image src={Ethereum} alt="Ethereum" width={90} height={90} />
</Link>

<Link href={"https://drpc.org/faucet/goat"} target="_blank">
<Image src={Goat} alt="Goat" width={210} height={210} />
</Link>
Expand All @@ -63,43 +67,39 @@ Since running smart contracts on public mainnet blockchains like Ethereum and Po
<Image src={OpenCampusCodex} alt="OpenCampusCodex" width={210} height={210} />
</Link>

<Link href={"https://drpc.org/faucet/gameswift"} target="_blank">
<Image src={Gameswift} alt="Gameswift" width={210} height={210} />
</Link>

</Stack>

2. **Sign in your dRPC account**

<Flex w={"100%"} justify={"center"}>
<Image src={login} alt="login" width={800} height={800} />
<Image src={login} alt="login" width={750} height={800} />
</Flex>

3. **Enter your ETH address or Gitcoin passport**

Proof of Work (PoW) consensus mechanism existed in blockchain networks to validate transactions and secure the network. In PoW, miners compete to solve complex mathematical puzzles, which require significant computational power. The first miner to solve the puzzle gets to add a new block of transactions to the blockchain and is rewarded with cryptocurrency.

<Flex w={"100%"} justify={"center"}>
<Image src={proofofwork} alt="proofofwork" width={800} height={800} />
<Image src={proofofwork} alt="proofofwork" width={750} height={800} />
</Flex>

Gitcoin is a platform that enables users to verify their identity or activity through contributions to open-source projects, participation in Web3 communities, or completing tasks on the platform. Gitcoin ensures that users requesting funds are genuine contributors to the ecosystem, reducing fraud and incentivizing meaningful engagement in blockchain and Web3 development.

<Flex w={"100%"} justify={"center"}>
<Image src={gitcoin} alt="gitcoin" width={800} height={800} />
<Image src={gitcoin} alt="gitcoin" width={750} height={800} />
</Flex>

If you choose gitcoin passport you can straightaway claim your tokens.

4. **Start mining**

<Flex w={"100%"} justify={"center"}>
<Image src={mining} alt="mining" width={800} height={800} />
<Image src={mining} alt="mining" width={750} height={800} />
</Flex>
5. **Claim tokens**

<Flex w={"100%"} justify={"center"}>
<Image src={minimum} alt="minimum" width={800} height={800} />
<Image src={minimum} alt="minimum" width={750} height={800} />
</Flex>

The moment you reach the number of tokens equal to the minimum claim, you can claim them.
Expand Down
2 changes: 2 additions & 0 deletions pages/howitworks/mev-protection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ MEV, or Maximum Extractable Value (formerly known as Miner Extractable Value), i

This ability allows miners or validators to earn additional profits beyond typical block rewards and transaction fees. The extra revenue is derived by reordering, inserting, or excluding specific transactions within a block. This creates arbitrage opportunities that can be exploited. But how do block producers identify such opportunities? In most cases, they don’t. Instead, third-party entities known as "searchers" use sophisticated algorithms to identify and capitalize on these opportunities.

dRPC provides MEV protection for Ethereum, Solana, Base, BNB Smart Chain, Unichain

## Risks Associated with toxic MEV

Increased Costs and Congestion: MEV tactics often lead to network congestion and higher transaction fees as searchers compete for block space. \
Expand Down
16 changes: 16 additions & 0 deletions pages/icons/Ethereum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed pages/icons/Gameswift.png
Binary file not shown.