Add PuddleSwap to Ecosystem Participant Resources#23
Open
portdeveloper wants to merge 1 commit into
Open
Conversation
A static, no-backend DEX for Monad Testnet with star routing through USDC, USDT, and WMON. Useful for builders who need test liquidity or a reference DEX UX on testnet.
Greptile SummaryThis PR adds a PuddleSwap entry to the Ecosystem Participant Resources section of the community README, following the same
Confidence Score: 5/5Documentation-only change that appends a new entry to an existing list; no logic, config, or code is touched. The change is a single README addition with correct Markdown formatting, accurate link targets consistent with the PR description, and no modifications to any existing entries. No files require special attention.
|
| Filename | Overview |
|---|---|
| README.md | Adds a PuddleSwap entry under Ecosystem Participant Resources, following the established heading/description/link format used by all other entries in the section. |
Sequence Diagram
sequenceDiagram
participant User
participant PuddleSwap
participant StarRouter as Star Router (USDC/USDT/WMON)
participant Chain as Monad Testnet (On-chain)
User->>PuddleSwap: Select Token A → Token B
PuddleSwap->>Chain: Read pool state (no backend)
Chain-->>PuddleSwap: "Pool reserves & prices"
PuddleSwap->>StarRouter: Route A → Hub → B
StarRouter-->>PuddleSwap: Best path via USDC/USDT/WMON
PuddleSwap-->>User: Show quote
User->>Chain: Submit swap tx (wallet)
Chain-->>User: Tokens received
Reviews (1): Last reviewed commit: "Add PuddleSwap to Ecosystem Participant ..." | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds PuddleSwap under Ecosystem Participant Resources.
PuddleSwap is a static, no-backend DEX live on Monad Testnet. It uses star
routing through USDC, USDT, and WMON so any ERC-20 with a pool against one of
those routes is automatically swappable to any other. There is no signup, no
KYC, and no backend; everything is read directly from on-chain state. It is
useful for Monad builders who need:
Links included in the entry:
Entry follows the existing format of the section (project header, one-paragraph
description, trailing link list).