Yo!! Sorry for choppy stream! Trying to DTM over here... Really need some folks to chase the bounty and start playing the game!
❤13👍3🎉3🔥2🤡1
Not going to deploy any bots in this channel - they are too sloppy and seem too spammy - not our style. We are working on this, please be patient. Thank you, and happy hunting.
❤16👍5🔥4🎉3🤡1🙊1
Welcome to OtherWorldProjeX 👋
We’re building a cross-chain gaming arcade where time, skill, and community contribution are actually rewarded.
This project is still in early development. We’re currently focused on testing, feedback, and building core mechanics. Expect changes and improvements over the coming weeks.
What you can do right now:
• Participate in active bounties on pump.fun
• Test the platform and share feedback
• Join the conversation and help shape the project
Important Links:
🌐 Website: otherworldprojex.com
🐦 X: @OWProjeX
💰 Bounties: Check the pinned messages or pump.fun
We’re building this properly — not chasing hype. Your patience and feedback are genuinely appreciated as we develop.
Let’s build something real.
We’re building a cross-chain gaming arcade where time, skill, and community contribution are actually rewarded.
This project is still in early development. We’re currently focused on testing, feedback, and building core mechanics. Expect changes and improvements over the coming weeks.
What you can do right now:
• Participate in active bounties on pump.fun
• Test the platform and share feedback
• Join the conversation and help shape the project
Important Links:
🌐 Website: otherworldprojex.com
🐦 X: @OWProjeX
💰 Bounties: Check the pinned messages or pump.fun
We’re building this properly — not chasing hype. Your patience and feedback are genuinely appreciated as we develop.
Let’s build something real.
❤25🔥6👍3🙏2🤡2
Technical Deep-Dive: The Mobile RIBBIT Verification Glitch & Our Fix Journey
Other World Projex Engineering Update
One of the most frustrating bugs we’ve tackled during the $RIBBIT waitlist rollout has been the mobile verification flow — specifically on Phantom wallet. Many users (especially on mobile) reach the “Connect Wallet” step, successfully connect, see their address, but then hit the generic error: “Could not verify your RIBBIT holdings.”
Here’s the full story, what we’ve done, what’s shipping now, and our escalation plan if needed.
Root Cause Summary
The verification process involves:
Connecting to Phantom (via deep link on mobile).
Fetching the user’s public key.
Querying the Solana RPC for RIBBIT token balance.
Checking against the required threshold.
On desktop this usually works fine. On mobile, multiple silent failure points were breaking the chain — especially around wallet connection stability and RPC reliability.
Fixes Applied So Far
V152 – Registration Overlay Fix Problem: “Complete Registration” button did nothing; blurred overlay stayed stuck. Cause: A strict RIBBIT holding check that disabled the button entirely if the token mint wasn’t configured or RPC failed. Fix: Made the check informational only. Registration now completes even if verification can’t run.
V153 – Wallet Picker Fix Problem: Users with multiple wallet extensions installed hit a silent null return and never advanced. Fix: Added an explicit wallet picker + clear error messaging.
Current Build (In Progress / Shipping Soon)
This is our most targeted attack on the verification step itself.
Key Improvements:
Better handling of Phantom mobile deep-link / redirect flow to prevent silent connection failures.
Replaced the generic “Could not verify…” message with specific, actionable errors (e.g., “RPC timeout”, “Balance below threshold”, “Wallet connection lost”, etc.).
“Retry Verification” button now actually re-checks the balance instead of just restarting the wallet flow.
Clear display of the exact RIBBIT threshold required.
If This Doesn’t Fully Resolve It – Escalation Options
If mobile issues persist after this build, here are the next-level fixes we’re ready to implement:
Switch to Premium RPC — Move from free/default endpoints to a high-reliability paid provider (Helius or QuickNode). These offer better uptime and faster response times on mobile networks.
Manual Address Fallback — Allow users to paste their wallet address manually. Verification then runs server-side. This completely bypasses fragile mobile deep-linking.
Cache Verification Status — Once verified successfully, store the result so users don’t have to re-verify on every page load or tab switch.
“Verify Later” Option — Let users complete signup without immediate verification (marked “Pending”). They can verify later from desktop where the flow is more stable.
Deep Logging & Debugging — Add detailed client-side logging of RPC responses on mobile to identify exact failure modes (timeout, CORS, wrong endpoint, etc.).
Our Confidence & Next Steps
The current build is our strongest attempt yet at a clean, user-friendly fix. We’ll push a preview shortly and ask for mobile testing feedback right away.
Options 1 + 2 (better RPC + manual fallback) are the most robust long-term solutions because they remove the flaky mobile wallet connection from the critical path.
We’re committed to making the $RIBBIT waitlist experience smooth for everyone — mobile or desktop. Thank you for your patience as we squash these bugs.
Enter the Other World. 🐸 otherworldprojex.com | @OWProjex | $RIBBIT
Other World Projex Engineering Update
One of the most frustrating bugs we’ve tackled during the $RIBBIT waitlist rollout has been the mobile verification flow — specifically on Phantom wallet. Many users (especially on mobile) reach the “Connect Wallet” step, successfully connect, see their address, but then hit the generic error: “Could not verify your RIBBIT holdings.”
Here’s the full story, what we’ve done, what’s shipping now, and our escalation plan if needed.
Root Cause Summary
The verification process involves:
Connecting to Phantom (via deep link on mobile).
Fetching the user’s public key.
Querying the Solana RPC for RIBBIT token balance.
Checking against the required threshold.
On desktop this usually works fine. On mobile, multiple silent failure points were breaking the chain — especially around wallet connection stability and RPC reliability.
Fixes Applied So Far
V152 – Registration Overlay Fix Problem: “Complete Registration” button did nothing; blurred overlay stayed stuck. Cause: A strict RIBBIT holding check that disabled the button entirely if the token mint wasn’t configured or RPC failed. Fix: Made the check informational only. Registration now completes even if verification can’t run.
V153 – Wallet Picker Fix Problem: Users with multiple wallet extensions installed hit a silent null return and never advanced. Fix: Added an explicit wallet picker + clear error messaging.
Current Build (In Progress / Shipping Soon)
This is our most targeted attack on the verification step itself.
Key Improvements:
Better handling of Phantom mobile deep-link / redirect flow to prevent silent connection failures.
Replaced the generic “Could not verify…” message with specific, actionable errors (e.g., “RPC timeout”, “Balance below threshold”, “Wallet connection lost”, etc.).
“Retry Verification” button now actually re-checks the balance instead of just restarting the wallet flow.
Clear display of the exact RIBBIT threshold required.
If This Doesn’t Fully Resolve It – Escalation Options
If mobile issues persist after this build, here are the next-level fixes we’re ready to implement:
Switch to Premium RPC — Move from free/default endpoints to a high-reliability paid provider (Helius or QuickNode). These offer better uptime and faster response times on mobile networks.
Manual Address Fallback — Allow users to paste their wallet address manually. Verification then runs server-side. This completely bypasses fragile mobile deep-linking.
Cache Verification Status — Once verified successfully, store the result so users don’t have to re-verify on every page load or tab switch.
“Verify Later” Option — Let users complete signup without immediate verification (marked “Pending”). They can verify later from desktop where the flow is more stable.
Deep Logging & Debugging — Add detailed client-side logging of RPC responses on mobile to identify exact failure modes (timeout, CORS, wrong endpoint, etc.).
Our Confidence & Next Steps
The current build is our strongest attempt yet at a clean, user-friendly fix. We’ll push a preview shortly and ask for mobile testing feedback right away.
Options 1 + 2 (better RPC + manual fallback) are the most robust long-term solutions because they remove the flaky mobile wallet connection from the critical path.
We’re committed to making the $RIBBIT waitlist experience smooth for everyone — mobile or desktop. Thank you for your patience as we squash these bugs.
Enter the Other World. 🐸 otherworldprojex.com | @OWProjex | $RIBBIT
👍13
Our founder is pushing us hard - we are a lean team. He has a huge collection of sports memorabilia like signed jerseys and balls, etc - He wants us to put a store on Other World where you can use RIBBIT to buy from his collection - we think it is too random, but what do you guys say? Please let us know what you thinkg! Thanks :o)
👍21❤9🔥4👾3
*PLEASE BEWARE OF SCAMMERS*
This space is flooded with them. We will not ask you for personal information or offer to send you money or tokens. Please report all scammers, and DM us on X if you suspect you’ve been interacting with a fraudulent frog! We will be making some announcements tomorrow. Thank you for your support as well as the trust and faith you’ve put in to our team. We will continue to work hard and not disappoint you all.
Warm regards,
Seaton
Co-Founder
Other World ProjeX
This space is flooded with them. We will not ask you for personal information or offer to send you money or tokens. Please report all scammers, and DM us on X if you suspect you’ve been interacting with a fraudulent frog! We will be making some announcements tomorrow. Thank you for your support as well as the trust and faith you’ve put in to our team. We will continue to work hard and not disappoint you all.
Warm regards,
Seaton
Co-Founder
Other World ProjeX
2❤14👍3🤣2
🐸 Ribbit Discord is Live!
The official Ribbit community Discord is now open!
What you'll find:
- Welcome & verification
- General chat & memes
- Games & tournaments
- Governance discussions
- Direct support
Join here: https://discord.gg/ceTrRYe6R
Let's build this together! 🐸
The official Ribbit community Discord is now open!
What you'll find:
- Welcome & verification
- General chat & memes
- Games & tournaments
- Governance discussions
- Direct support
Join here: https://discord.gg/ceTrRYe6R
Let's build this together! 🐸
Discord
Join the Other World Projex Server Discord Server!
Check out the Other World Projex Server community on Discord - hang out with 2 other members and enjoy free voice and text chat.
❤5
