diff --git a/docs/for-devs/dev-tools-and-resources/chain-info.mdx b/docs/for-devs/dev-tools-and-resources/chain-info.mdx
index 5318200fc..db42c383f 100644
--- a/docs/for-devs/dev-tools-and-resources/chain-info.mdx
+++ b/docs/for-devs/dev-tools-and-resources/chain-info.mdx
@@ -14,10 +14,14 @@ import ThirdPartyRpcEndpoints from '../../partials/_reference-third-party-rpc-en
import ArbitrumContractAddresses from '../../partials/_reference-arbitrum-contract-addresses-partial.mdx';
+import FaucetList from '../../partials/_faucet-list-partial.mdx';
+
+
+
## Arbitrum Smart Contract Addresses
diff --git a/docs/partials/_faucet-list-partial.mdx b/docs/partials/_faucet-list-partial.mdx
new file mode 100644
index 000000000..a6c969e66
--- /dev/null
+++ b/docs/partials/_faucet-list-partial.mdx
@@ -0,0 +1,16 @@
+---
+partial_type: content
+title: 'Faucet list'
+description: 'List of available faucets for Arbitrum-related tokens'
+author: anegg0
+last_reviewed: 2025-11-20
+---
+
+## Faucets
+
+| Name | Network | Tokens |
+| :-------------------------------------------------------------- | :------ | :---------------------------- |
+| [PK910 PoW Faucet](https://sepolia-faucet.pk910.de/) | Sepolia | Ethereum Sepolia |
+| [Faucet aggregator](https://arbitrum.faucet.dev/) | Sepolia | Ethereum Sepolia, Arb Sepolia |
+| [Alchemy’s Sepolia Faucet](https://sepoliafaucet.com/) | Sepolia | Ethereum Sepolia, Arb Sepolia |
+| [Infura's Sepolia Faucet](https://www.infura.io/faucet/sepolia) | Sepolia | Ethereum Sepolia |
diff --git a/docs/partials/_reference-arbitrum-rpc-endpoints-partial.mdx b/docs/partials/_reference-arbitrum-rpc-endpoints-partial.mdx
index a8274eae9..4be212eb7 100644
--- a/docs/partials/_reference-arbitrum-rpc-endpoints-partial.mdx
+++ b/docs/partials/_reference-arbitrum-rpc-endpoints-partial.mdx
@@ -12,7 +12,7 @@ last_reviewed: 2025-01-15
- Unlike the RPC Urls, the Sequencer endpoints only support `eth_sendRawTransaction` and `eth_sendRawTransactionConditional` calls.
- Arbitrum public RPCs do not provide Websocket support.
-- View the [faucets](https://docs.arbitrum.io/for-devs/dev-tools-and-resources/chain-info#faucets) for testnet Sepolia tokens on L2.
+- View the [faucets](/stylus/reference/testnet-information.md#faucets) for testnet Sepolia tokens on L2.
:::