Skip to content

Conversation

@SpectreMercury
Copy link
Contributor

@SpectreMercury SpectreMercury commented Feb 8, 2026

Summary by CodeRabbit

Release Notes

  • Documentation
    • Simplified the faucet guide with streamlined instructions for token claiming. Condensed extensive guidance content to provide a clearer, more direct process for obtaining tokens.

@SpectreMercury SpectreMercury requested a review from a team as a code owner February 8, 2026 08:11
@SpectreMercury SpectreMercury requested review from r3aker86 and removed request for a team February 8, 2026 08:11
@coderabbitai
Copy link

coderabbitai bot commented Feb 8, 2026

📝 Walkthrough

Walkthrough

The pull request simplifies the faucet setup documentation by replacing an extensive multi-section guide with a streamlined Morph Faucet usage flow. The change removes detailed instructions for third-party faucets, wallet addresses, and bridging procedures while retaining essential claiming steps.

Changes

Cohort / File(s) Summary
Documentation Update
docs/quick-start/3-faucet.md
Replaces detailed faucet guide (Hoodi faucet, Discord faucet, addresses, bridging instructions) with simplified Morph Faucet section describing claim flow and token delivery timeline. Net change: +7/-73 lines.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested reviewers

  • secmgt

Poem

🐰 The faucet guide now flows so clean,
Detailed clutter swept away serene,
Three simple steps, no more, no less,
Morph tokens falling—pure success! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat: update faucet docs' is directly related to the changeset, which simplifies the faucet documentation by replacing a multi-section guide with a streamlined Morph Faucet usage section.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Fix all issues with AI agents
In `@docs/quick-start/3-faucet.md`:
- Line 16: Update the vague instruction "Click to claim testnet tokens" to
specify the exact UI element or button label users should interact with (for
example, replace that sentence with "Click the 'Claim' button" or "Click the
'Claim Testnet Tokens' button" depending on the actual label), so readers know
precisely which control to click; locate the text "Click to claim testnet
tokens" in the 3-faucet.md content and replace it with the clearer button-label
instruction.
- Around line 8-18: Update the "## Morph Faucet" section to include operational
details: state the typical token amount dispensed per claim (e.g., "X test
tokens per claim"), the rate limit (e.g., "one claim per 24 hours" or the actual
limit enforced), and a short troubleshooting subsection with steps such as
verifying the correct wallet address, checking network explorers for pending
transactions, waiting a few minutes, and contacting support/raising an issue if
tokens don't arrive. Reference the "Morph Faucet" header and add a brief
"Troubleshooting" bullet list so users can immediately see token amount, rate
limits, and next steps if a claim fails.

Comment on lines +8 to +18
## Morph Faucet

You can claim testnet tokens through the [Morph Faucet](https://morph-rails-hoodi.morph.network/faucet).

### How to Use

1. Visit the [Morph Faucet](https://morph-rails-hoodi.morph.network/faucet).
2. Enter your wallet address (not your private key).
3. Click to claim testnet tokens.

## Our Faucet is Live


Users can claim Morph ETH & USDT to fund their initial activities.


### 3rd Party Ethereum Hoodi ETH Faucet

To use Morph's public testnet, obtain testnet ETH on Hoodi, then bridge it to the Morph testnet.

Here are a few Hoodi faucet apps:

https://stakely.io/faucet/ethereum-hoodi-testnet-eth

https://faucet.quicknode.com/ethereum/hoodi

https://hoodi-faucet.pk910.de/

https://cloud.google.com/application/web3/faucet/ethereum (needs a Google account)

Once you receive ETH on Hoodi, it should appear in your wallet on the Hoodi Network.

It may take a few seconds for the funds to show. You can check the status by searching your address on the [Hoodi Block Explorer](https://hoodi.etherscan.io).


### Discord Morph Hoodi Faucet

### Morph Hoodi ETH

You can obtain the Morph Hoodi ETH in our discord too for development purposes.

Using the */morph_eth* command followed by your wallet address to receive 0.01 Morph Hoodi ETH.

If successful, you will see a confirmation message.

### ERC20 USDT

:::tip

Currently, each Discord user can only request tokens once every 24 hours.

:::

You can obtain Morph’s version of USDT on Hoodi through our Discord faucet. Here’s how:


1. Join our Discord server using this [link](https://discord.gg/invite/MorphNetwork).

2. Navigate to the *#| discord-faucet* channel.

3. Type */faucet* followed by your Hoodi address.

4. Wait for a few seconds.

5. If the request is successful, you will see a confirmation message in the channel.

6. Add the Morph Hoodi USDT information to your wallet.

~~~

Ethereum Hoodi USDT address: "0x625849788c16315680f34ee72a5e9961cd15d581"

Morph Hoodi USDT address: "0xF48EFcDb83c8478528bDDe96f1B8c736BBF5BC87"

~~~

7. Check your wallet for the USDT balance, then start bridging.

![command](../../assets/docs/quick-start/faucet/faucet_c.png)




The tokens will be sent to your wallet shortly.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Search for network setup, wallet configuration, and faucet-related documentation

echo "=== Searching for network configuration docs ==="
fd -e md -e mdx . docs/ | xargs rg -l "Morph.*Holesky|network.*add|add.*network|wallet.*setup|RPC.*endpoint" 2>/dev/null | head -20

echo ""
echo "=== Searching for faucet or testnet token references ==="
fd -e md -e mdx . docs/ | xargs rg -l "faucet|testnet.*token|claim.*token" 2>/dev/null | head -20

echo ""
echo "=== Listing quick-start directory structure ==="
fd -e md -e mdx . docs/quick-start/ 2>/dev/null | sort

echo ""
echo "=== Checking for troubleshooting or FAQ docs ==="
fd -e md -e mdx . docs/ | xargs rg -l "troubleshoot|FAQ|error|fail" 2>/dev/null | grep -i -E "(trouble|faq|error|help)" | head -10

Repository: morph-l2/morph-doc

Length of output: 1653


🏁 Script executed:

#!/bin/bash
# Check wallet-setup doc for Morph Holesky network configuration
echo "=== Content of wallet-setup.md (lines 1-60) ==="
head -60 docs/quick-start/2-wallet-setup.md

echo ""
echo "=== Checking for 'Morph Holesky' or 'network' in wallet-setup ==="
rg "Morph.*Holesky|add.*network|network.*config" docs/quick-start/2-wallet-setup.md -A 3 -B 1

echo ""
echo "=== Checking FAQ for faucet-related content ==="
rg "faucet|claim.*token|testnet.*token" docs/about-morph/7-faqs.md -A 3 -B 1

echo ""
echo "=== Checking if there's rate limiting or token amount info elsewhere ==="
rg "rate.*limit|token.*limit|amount.*claim|daily.*claim" docs/ -l 2>/dev/null | head -5

Repository: morph-l2/morph-doc

Length of output: 4083


Simplification is appropriate given the sequential documentation flow, but add operational details.

The wallet setup prerequisites are already covered in the preceding document (2-wallet-setup.md), which users complete before reaching the faucet step. However, consider adding practical information that users may encounter:

  • Token amount: How many testnet tokens are dispensed per claim?
  • Rate limits: How often can users claim (e.g., once per 24 hours)?
  • Troubleshooting: What should users do if the claim fails or tokens don't arrive?

These details would make the documentation more self-sufficient without requiring users to discover this information through trial and error.

🤖 Prompt for AI Agents
In `@docs/quick-start/3-faucet.md` around lines 8 - 18, Update the "## Morph
Faucet" section to include operational details: state the typical token amount
dispensed per claim (e.g., "X test tokens per claim"), the rate limit (e.g.,
"one claim per 24 hours" or the actual limit enforced), and a short
troubleshooting subsection with steps such as verifying the correct wallet
address, checking network explorers for pending transactions, waiting a few
minutes, and contacting support/raising an issue if tokens don't arrive.
Reference the "Morph Faucet" header and add a brief "Troubleshooting" bullet
list so users can immediately see token amount, rate limits, and next steps if a
claim fails.


1. Visit the [Morph Faucet](https://morph-rails-hoodi.morph.network/faucet).
2. Enter your wallet address (not your private key).
3. Click to claim testnet tokens.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Make the claim instruction more specific.

The instruction "Click to claim testnet tokens" is vague. Users would benefit from knowing the exact button label or element to interact with (e.g., "Click the 'Claim' button").

📝 Suggested improvement
-3. Click to claim testnet tokens.
+3. Click the "Claim" button to receive testnet tokens.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
3. Click to claim testnet tokens.
3. Click the "Claim" button to receive testnet tokens.
🤖 Prompt for AI Agents
In `@docs/quick-start/3-faucet.md` at line 16, Update the vague instruction "Click
to claim testnet tokens" to specify the exact UI element or button label users
should interact with (for example, replace that sentence with "Click the 'Claim'
button" or "Click the 'Claim Testnet Tokens' button" depending on the actual
label), so readers know precisely which control to click; locate the text "Click
to claim testnet tokens" in the 3-faucet.md content and replace it with the
clearer button-label instruction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant