Skip to content

Faucets

Arsenii Petrovich edited this page Feb 23, 2026 · 3 revisions

Purpose

Lists official/community testnet faucets for this chain.

Storage path

references/offers/faucets.csv - canonical source for all new offers (including offers only exist one network). listings/specific-networks/<network_name>/faucets.csv - use !offer:<slug> references and only specify network-specific overrides when needed. listings/all-networks/faucets.csv - use for entries that should propagate to all network JSON outputs.

When to add

  • Faucet is reliable and tied to this chain/testnet.
  • Avoid spammy/nonfunctional sites.

Example

slug,provider,offer,actionButtons,chain,requiresLogin,hasCaptcha,requiredMainnetBalance,price,dripLimitAmount,dripLimitPeriod,additionalNotes,starred
alchemy-sepolia-faucet,,!offer:alchemy-faucet,"[""[Faucet](https://www.alchemy.com/faucets/optimism-sepolia)""]",testnet,,,,,0.1 ETH,72h,,
chain-platform-sepolia-faucet,Chain Platform,"[""[Faucet](https://faucet.chainplatform.co/faucets/ethereum-sepolia/)""]",testnet,FALSE,TRUE,,$0,0.1 ETH,24h,,FALSE

slug

Refer to Common Columns.

provider

Refer to Common Columns.

actionButtons

Refer to Common Columns.

chain

Refer to Common Columns.

requiresLogin

Auth required to claim. Blank: No Format: TRUE/FALSE

hasCaptcha

Human‑verification present. Blank: No Format: TRUE/FALSE

requiredMainnetBalance

Funds on mainnet required to claim. Blank: Yes Format: text Examples: 10 ETH, 0.1 LINK

price

Refer to Common Columns.

dripLimitAmount

Max per claim/period. Blank: Yes Format: text Examples: 0.1 ETH, 100 tokens

dripLimitPeriod

Period for limits. Blank: Yes Format: text Examples: 24h, per day

additionalNotes

Extra requirements/instructions. Blank: Yes Format: text Examples: Twitter task required

starred

Refer to Common Columns.

Clone this wiki locally