diff --git a/pages/developers/intelligent-contracts/deploying/network-configuration.mdx b/pages/developers/intelligent-contracts/deploying/network-configuration.mdx
index e59b993b..351b254b 100644
--- a/pages/developers/intelligent-contracts/deploying/network-configuration.mdx
+++ b/pages/developers/intelligent-contracts/deploying/network-configuration.mdx
@@ -94,6 +94,10 @@ genlayer deploy --contract contracts/my_contract.py
Before deploying to TestnetBradbury, you'll need testnet tokens. Use the [faucet](https://testnet-faucet.genlayer.foundation/) to get free GEN tokens.
+
+ The faucet may require your wallet to hold at least `0.01 ETH` as an anti-drain check. The ETH is not spent; it only needs to be present in the wallet you are using to claim testnet GEN.
+
+
### Using TestnetBradbury
```bash
diff --git a/pages/developers/networks.mdx b/pages/developers/networks.mdx
index a482c2f8..eca99b8c 100644
--- a/pages/developers/networks.mdx
+++ b/pages/developers/networks.mdx
@@ -9,6 +9,10 @@ For the full RPC reference, see [GenLayer Node API](/api-references/genlayer-nod
Your wallet connects to the **GenLayer RPC** — it handles both intelligent contract calls and standard Ethereum methods.
+
+ The Bradbury and Asimov faucet may require your wallet to hold at least `0.01 ETH` as an anti-drain check before it lets you claim testnet GEN. The ETH is not spent by the faucet; it only needs to be present in the same wallet.
+
+
---
## Testnet Bradbury