RIBBI

🐸 RIBBIT β†’ πŸš€ ROCKET MODE
RIBBI WEB4 β€” Agent Market Maker

Build and run a Web4 Agent Market Maker for Base.

Connect your wallet, paste the contract address, set spread, Base ETH size, and refresh interval.

The agent fetches live prices, calculates Bid/Ask, and opens Buy/Sell on Uniswap (Base) β€” the AI proposes, you sign.

Ticker
$RIBBI
Chain
πŸ”΅ BASE
Motto
RIBBI
Quick Links
Relaxing Frog
RIBBI Hero Logo
🐸 Funny Cartoon 🍭 Swamp πŸ”΅ BASE
β€œI'm just a frog... but my pump meter gets emotional when it goes up.” 😳🐸
𝕏 Community πŸš€ Ribbit β†’ Rocket πŸŽ‰ Ribbi Crew
contract address
On The Way

RIBBI Chart

πŸ™‚ 0%
*Illustration for fun. Not investment advice. Meme tokens are high risk. DYOR.

🐸 About RIBBI

RIBBI is the pastel "internet pond" vibe: cute, lively, and fun-first. We focus on making people stay: memes, community quests, and a sweet look that makes you want to scroll.

  • Iconic cartoon frog mascot
  • Brand voice: Ribbit first, rocket later
  • Main community on X

πŸ“œ Tokenomics

Fixed supply, no weird taxes. Simple.

  • Total Supply: 1,000,000,000 $RIBBI
  • Liquidity: Burned / Locked πŸ”₯
  • Tax: 0% Buy / 0% Sell

πŸŽ‰ Community

The hang out spot for the "Ribbi Crew". Make memes, join quests, and have fun together on X.

  • Weekly meme battles πŸ₯Š
  • Contribution quests 🎯
  • Threads & announcements on X πŸ“£

πŸ€– Agent Market Maker

Configure an intent‑based market maker agent. Web4: the AI proposes, humans sign.

Wallet: not connected Connect Wallet

Live Quotes

🐸 Idle
Mid (USD)
β€”
Spread (%)
β€”
Bid
β€”
Buy on Uniswap
Ask
β€”
Sell on Uniswap
This UI simulates market making and produces intents. Trade execution requires manual wallet confirmation.
$RIBBI 🐸$RIBBI πŸš€$RIBBI πŸ’Ž$RIBBI πŸ”₯$RIBBI πŸŒ™ $RIBBI 🐸$RIBBI πŸš€$RIBBI πŸ’Ž$RIBBI πŸ”₯$RIBBI πŸŒ™ $RIBBI 🐸$RIBBI πŸš€$RIBBI πŸ’Ž$RIBBI πŸ”₯$RIBBI πŸŒ™ $RIBBI 🐸$RIBBI πŸš€$RIBBI πŸ’Ž$RIBBI πŸ”₯$RIBBI πŸŒ™ $RIBBI 🐸$RIBBI πŸš€$RIBBI πŸ’Ž$RIBBI πŸ”₯$RIBBI πŸŒ™ $RIBBI 🐸$RIBBI πŸš€$RIBBI πŸ’Ž$RIBBI πŸ”₯$RIBBI πŸŒ™ $RIBBI 🐸$RIBBI πŸš€$RIBBI πŸ’Ž$RIBBI πŸ”₯$RIBBI πŸŒ™ $RIBBI 🐸$RIBBI πŸš€$RIBBI πŸ’Ž$RIBBI πŸ”₯$RIBBI πŸŒ™
Rocket Frog

🧁 How to Buy

Follow these easy steps to join the Ribbi Crew. Not financial advice.

1
Set up Base Wallet

Download MetaMask or Trust Wallet from the app store.

2
Connect to Swap

Open Uniswap and connect your wallet.

3
Paste Mint Address

Copy the $RIBBI address above, then paste it in the swap field.

4
Swap & Join Crew

Swap ETH for $RIBBI, then follow us on X. 🐸

*DYOR. Meme tokens are high risk. Always understand the risks before acting.

πŸ—ΊοΈ Roadmap

Utility-focused, phased delivery for this website.

Phase 0 β€” Launch & Visuals Week 1–2
  • Landing page with brand, Pump Meter, live chart
  • Responsive layout + asset optimization
  • Contract section with β€œcontract address” + copy
Phase 1 β€” Wallet & Chain Month 1
  • EIP‑1193 wallet connect (MetaMask, etc.)
  • Base chain switch/add flow
  • Status badges + auto-fill contract address
Phase 2 β€” Agent MM v1 Month 2–3
  • Dexscreener price polling
  • Configurable spread/size/refresh
  • Bid/Ask calculation + live quotes UI
Phase 3 β€” Trading Integration Month 4+
  • Uniswap (Base) deep links (Buy/Sell)
  • Intent UX: AI proposes, human signs
  • Basic error handling & fallbacks

πŸ”§ Agent Market Maker CLI

Run from the project root.

$ python mm_cli.py --help

# Uniswap (Base) links
$ python mm_cli.py uni --token 0x...

# quote once
$ python mm_cli.py once --token 0x... --spread 2

# run continuous quotes
$ python mm_cli.py start --token 0x... --spread 2 --refresh 5 --simulate
The CLI outputs quotes and intent links. Trade execution requires manual wallet confirmation.
Copied! πŸΈπŸ“‹