Analysis updated 2026-07-04 · repo last pushed 2026-06-28
Create a liquidity pool to let users swap a Cardano-native token for USDC on Solana.
Provide your tokens to a pool and earn a share of trading fees.
Allow Jupiter aggregator to route swaps through your pool without a custom interface.
Swap bridged wrapped tokens from Ergo or Cardano for native Solana assets.
| lifeofifa/dex-panther-amm-solana | mtojek/fasthttp-fileserver | johndcode/st3sh2 | |
|---|---|---|---|
| Stars | 0 | — | 11 |
| Language | Makefile | Makefile | Makefile |
| Last pushed | 2026-06-28 | 2016-03-22 | — |
| Maintenance | Active | Dormant | — |
| Setup difficulty | hard | easy | moderate |
| Complexity | 4/5 | 2/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Solana toolchain, blockchain development environment, and familiarity with deploying on-chain programs, plus it is unaudited and not safe for real funds.
This project is a custom automated market maker (AMM) for the Solana blockchain, essentially a decentralized exchange that automatically trades tokens based on a preset mathematical formula. It is specifically built to pair assets coming from blockchains like Ergo or Cardano (which use a different accounting model called eUTXO) against standard Solana tokens. The ultimate goal is to let users easily swap their bridged, wrapped tokens for native assets without relying on a traditional order book. Under the hood, the exchange uses a "constant-product" formula, a popular mechanism made famous by platforms like Uniswap. This formula automatically adjusts token prices based on supply and demand inside the pool. Users can provide their own tokens to these pools to earn a share of trading fees, or they can swap one token for another. A standout design choice is that users can always withdraw their funds, even if the system's administrator temporarily pauses trading or deposits to handle emergencies, meaning the system can never trap user money. The primary audience for this tool is developers and teams working within the Rosen Bridge ecosystem or those managing tokens bridged from Ergo and Cardano to Solana. For example, if a project wants to let its community trade a Cardano-native token for USDC on Solana, they would use this software to create the necessary liquidity pool. From there, popular Solana aggregators like Jupiter will automatically find these pools, allowing users to trade through them without needing a custom interface. Importantly, this project is a work in progress and is not ready for real-world use with real money. The code compiles successfully, but it currently lacks comprehensive testing and a formal security audit, both of which the creator notes are mandatory before launching on a live network. Additionally, while the system supports advanced Solana token standards, it deliberately skips more complex features like concentrated liquidity or custom governance tokens for now, keeping the core focus on providing a simple, reliable swapping mechanism.
A decentralized exchange built for Solana that automatically swaps tokens bridged from Ergo and Cardano using a constant-product formula. Users can swap tokens and earn fees by adding funds to liquidity pools.
Mainly Makefile. The stack also includes Solana, Makefile, Rust.
Active — commit in last 30 days (last push 2026-06-28).
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.