Intuition bets grant application

1. Application and Project Overview

Project Name:

INTUITION BETS

Team / Individual Name(s):

Elijah Overcomer Ebeye(oddsgibs)— Founder

Tega Fortune Morrison(7hundredand77)— Co Founder

Daniel Innocent Attah(MDTBMW)— Developer & UI/UX Designer

Asukwo Justice Joseph(OriginaJay) — Community Manager

Links:

Website: intuitionbets.com / intuitionmain.netlify.app

GitHub: GitHub - mdtbmw/intuition_bets

X/Twitter: https://x.com/intuition_bets

Discord: Intuition Bets

Summary:

Intuition Bets is a decentralized prediction platform built on Intuition Network, where users stake the $TRUST Token(native currency of the Intuition Mainnet)on YES/NO outcomes. The platform focuses on simplicity, transparency, and wallet-only access. No need for KYC or personal data.

There is a window for placing bets and after, stakes are locked until event resolution and winners split the total pool. A trust score system (+5 win / –2 loss) tracks long-term performance, enabling leaderboards and future reward allocations. Intuition Bets drives daily $TRUST Token usage, increases bridging activity, and provides Intuition with a flagship consumer-facing app. Future upgrades include lightweight bonding curve pricing and early-exit mechanics, evolving into a full prediction exchange.

Project Category:

* Consumer App

* Token Utility

* Prediction Markets

Elevator Pitch:

A simple, trustless prediction platform where your wallet is your identity, your foresight is your power, and the $TRUST Token drives real on-chain activity.

Origin Story:

We began building Intuition Bets during the Intuition Testnet phase, experimenting with simple YES/NO prediction logic. The process was far from easy deploying prediction platform ,managing locked stakes, and ensuring fair payouts introduced many challenges, and we’re still improving the system. But the early prototype proved one thing clearly: users wanted a simple, TRUST Token-powered prediction platform on Intuition. When Mainnet launched, we rebuilt Intuition Bets from scratch, aiming for a clean, reliable, and transparent prediction experience that anyone can use without complexities. The goal became creating Intuition’s first true consumer-facing app powered entirely by $TRUST.

Notable Traction:

* Functional V2 contract deployed on MainNet

* Dozens of events created and resolved

* More than 100 Early testers from testnet phase

Current Users / Early Testers:

Web3 enthusiasts, crypto users, Intuition bets early adopters from testnet phase, prediction market testers.

2. What You’re Building

Problem Statement:

Most prediction platforms are either too simple with no transparency or too complex with AMMs, share pricing, and trading mechanics that regular users cannot understand. There is no easy way on Intuition Mainnet for everyday users to stake $TRUST Tokens on real-world outcomes through a clean, simple, wallet-only interface. Users need a straightforward YES/NO prediction experience without navigating DeFi-style mechanics, while more advanced users will eventually want optional dynamic pricing and trading features as the platform scales.

Proposed Solution:

Intuition Bets provides a straightforward on-chain prediction experience: users stake $TRUST Tokens on YES/NO outcomes, bets lock during the prediction window, and winners split the losing pool automatically. No accounts, no personal data, no complexity. The platform implements a trust score system (+5 win / –2 loss) to reward consistency and rank users for future incentives. Over time, the platform introduces lightweight bonding curves to improve fairness and gradually moves toward AMM-powered share trading for advanced users.

Stage of Development:

Live MVP (V1) → V2 Expansion

Technical Architecture Overview:

1. Core Frontend & UI Framework

• Framework: Next.js 15 with the App Router, leveraging React Server Components for optimal performance and SEO.

• Language: TypeScript for end-to-end type safety and enhanced developer experience.

• Styling: Tailwind CSS for a utility-first styling approach, combined with ShadCN UI for a robust, accessible, and themeable component library.

• Data Visualization: Recharts for creating beautiful, interactive on-chain data charts (e.g., PnL chart).

• State Management: Jotai for a minimalist, atom-based approach to client-side state management.

2. Blockchain & Web3 Integration

• Smart Contracts: Written in Solidity and built upon the battle-tested OpenZeppelin contracts for security. The core logic resides in the IntuitionBettingOracle contract.

• Wallet Connectivity: web3modal combined with wagmi provides a seamless, multi-wallet connection experience (MetaMask, WalletConnect, etc.).

• Blockchain Interaction: A dedicated service layer (blockchainService) abstracts all direct smart contract interactions, providing a clean, typed API for the rest of the application. This service uses viem for lightweight and efficient communication with the Intuition blockchain.

• Development & Deployment: Hardhat is used for compiling, testing, and scripting the deployment of smart contracts to the Intuition network.

3. Artificial Intelligence & Oracles

• Generative AI Framework: Google’s Genkit is used to orchestrate all AI-powered features, providing a structured way to define and execute complex flows.

• AI-Powered Content Creation: Genkit flows (generate-event-flow, scout-event-topics) powered by the Gemini family of models are used to assist admins in creating new, verifiable prediction markets.

• Automated Event Resolution: The resolve-event-flow acts as an automated oracle, using AI to determine the real-world outcome of events, which can then be submitted to the smart contract.

• Intelligent Search: An expand-search-query flow enhances user search by using AI to find semantically related events, not just exact keyword matches.

4. Deployment & Infrastructure

• Hosting: The frontend is configured for one-click deployment to serverless platforms like Vercel or Netlify and any other, ensuring global scalability and performance.

• Build Process: The deploy.sh script automates code quality checks, contract deployment, and frontend build, ensuring a reliable and repeatable deployment pipeline.

• Environment Configuration: The application uses a standard .env file to manage all critical configuration, from RPC URLs to contract addresses, allowing for easy transitions between development and production environments.

• Core: V1 immutable contract for stakes, locking, resolution, and payouts.

• Identity: Wallet-only identity model using public addresses.

• Data: Stores wallet address, trust score, leaderboard rank, and event history.

• Future: V2 bonding-curve pricing via new contract deployment.

• Resolution: Admin resolution (with future oracle integration planned).

User Data & Privacy Policy:

No personal data is collected. The platform only stores:

Wallet addresses

Trust scores

Leaderboard ranking

Win/loss event history

These are public blockchain identifiers and game metrics required to maintain fairness, prevent reward abuse, and distribute future incentives. No names, emails, photos, KYC, or personal identifiers are ever collected or required.

Integrations:

1. Blockchain & Web3 Infrastructure

• WalletConnect: The universal connector that allows users to securely link their mobile and desktop wallets to the platform, serving as the primary gateway for all users.

• Wagmi & Viem: The core Web3 development stack. wagmi provides powerful React hooks for all blockchain interactions (fetching balances, connecting wallets), while viem offers a lightweight and efficient interface for communicating with the smart contracts.

• Hardhat: The development environment used for compiling, testing, and deploying the Solidity smart contracts to the Intuition blockchain, ensuring a reliable and repeatable on-chain setup.

• Ethers.js: Utilized within the deployment scripts and for certain blockchain interactions, providing a stable and well-tested library for contract management.

2. Artificial Intelligence & Data Services

• Google AI (Gemini Models): The platform’s intelligence layer is built on Google’s Genkit framework, which orchestrates calls to the powerful Gemini family of models. This integration is critical for:

Automated Event Resolution: Acting as an AI Oracle to determine real-world outcomes.

Content Generation: Assisting administrators by scouting new topics and drafting event questions.

Enhanced Search: Expanding user queries to provide more relevant and intelligent search results.

• Zod: Integrated with our AI flows to enforce strict data schemas, ensuring that the data coming from the language models is always structured, predictable, and safe to use in the application.

3. Frontend Framework & UI/UX

• Next.js 15 (App Router): The cutting-edge React framework that enables server-side rendering, optimized performance, and a modern file-based routing system for the entire application.

• ShadCN UI & Radix UI: Provides the foundation for our component library. This integration offers a suite of accessible, themeable, and unstyled base components that are then customized with Tailwind CSS to create the unique look and feel of Intuition BETs.

• Tailwind CSS: A utility-first CSS framework that allows for rapid and consistent styling across the entire user interface, from the main layout to the smallest components.

• Lucide React: The primary icon library, offering a clean, consistent, and comprehensive set of icons used throughout the application to enhance usability and visual communication.

4. Deployment & Hosting

• Vercel / Netlify: The application is fully configured for seamless, automated, one-click deployments to these world-class serverless hosting platforms, providing global content delivery, high availability, and effortless scaling.

• GitHub: Integrated as the source control provider, enabling CI/CD pipelines where every git push can automatically trigger a new build and deployment via Vercel or Netlify.

Security Considerations:

* Immutable V1 contract reduces attack surface

* No sensitive data stored

* Double-check admin resolution to avoid mistakes

* Future AMM/Bonding Curve contracts planned with audits

3. Team & Execution Ability

Team Backgrounds:

Elijah (oddsgibs): Founder, emerging Smart contract dev and content creator:

Tega(7hundredand77): Co-founder, Marketer and Content Creator

Daniel(MDTBMW): Smart contract dev,payout logic, contract deployment, product design, event logic, UX flow ,wallet integration, UI building

Justice (OriginaJay): Community Manager

Execution Proof:

* Mainnet MVP deployed

* Users have already created and resolved events

* Trust score system integrated

* Wallet-based identity works flawlessly

* Leaderboard and rewards logic implemented

Commitment Level:

Founder: Full-time and totally committed

Co- founder: Part time

Technical members: Part-time and may transition to full-time with funding

Future Hiring:

* Oracle integration engineer

* Bonding curve / AMM specialist

* Additional UI/UX support

* Interns and Moderators

ADVISOR- Saulo

4. Grant Request & Milestones

Total Amount Requested

$100,000

60,000 TRUST Tokens

Budget Overview (12-Month Cycle)

*Team & Operational Sustainability (40%) -$40,000

* Spread across Months 1–12

* Covers team wellbeing, IR contributors, internal support, and core builders

* Ensures the project can be built full-time without external income stress

Product Development (Smart Contracts + Frontend + Server & Upgrades)-$35,000

Marketing, Community Growth & Ecosystem Expansion -$15,000

Infrastructure, Hosting, Security & Tools -$10,000

Total = $100,000

TRUST Token Allocation (60,000 TRUST)

Used for:

* Incentives for leaderboard winners

* Reward pools for top trust-score holders

* User activation campaigns

* Beta testing rewards

* Early event participation

* Liquidity seeding (if needed for V2 markets)

Total = 60,000 TRUST

Milestone Breakdown (12 Months Total)

Milestone 1 — Core Stability & V1 Enhancement

Timeline:Months 1–3

Budget:$25,000 + 10,000 TRUST

Allocation Includes:

* Portion of team sustainability (spread across 3 months)

* Contract optimization

* Trust score refinement

* Leaderboard improvements

* UI/UX polish

* Infrastructure + hosting setup

* Early marketing push to onboard initial users

Success Criteria:

* Stable V1 with improved reliability

* 20–50 real events successfully created and resolved

* Leaderboard + trust score fully active

* First batch of incentives distributed

Milestone 2 — Bonding Curve V2 Development (Simple AMM Pricing)

Timeline: Months 3–6

Budget:$30,000 + 15,000 TRUST

Allocation Includes:

* Major team development efforts (smart contracts + frontend)

* Research & implementation of lightweight bonding curve pricing

* Deploying new V2 market contract

* Improving event creation

* Second marketing phase

* Internal audits / testing rounds

Success Criteria:

* V2 dynamic pricing contract deployed

* YES/NO price imbalance reflected automatically

* Frontend updated & live

* User adoption increase (100+ events)

Milestone 3 — Early-Exit Prototype & AMM Logic Architecture

Timeline: Months 6–9

Budget:$25,000+ 15,000 TRUST

Allocation Includes:

* Team work on designing early-exit trading mechanics

* Bonding curve mathematical modeling

* Prototype contract (not full launch)

* User research + feedback loop

* Marketing waves targeted at power users

* Infrastructure scaling

Success Criteria:

* AMM-based early-exit prototype contract completed

* Documentation + math models finalized

* First internal simulation tests completed

* Community testers involved (TRUST incentives used)

Milestone 4 — Public Beta, Ecosystem Integration & Growth

Timeline: Months 9–12

Budget:$20,000 + 20,000 TRUST

Allocation Includes:

Continued team sustainability

* Community acquisition & growth

* Continuous marketing

* Incentive campaigns for user retention

* Expansion into IR groups + KOL collaboration

* Analytics + dashboard improvement

* Final UI polish

Success Criteria:

* 500–2000 user interactions

* 50–100 public markets created

* TRUST incentives distributed to top performers

* Strongest prediction users identified via trust score

* Stable public beta completed

* Foundations laid for full AMM V3 release

STRETCH GOALS

### **1. Full AMM-Powered Prediction Exchange

Implement a complete automated market maker (AMM) with real-time share pricing, liquidity pools, and early-exit trading. This turns Intuition Bets into a live, continuously tradable prediction marketplace.

2. Trust Score 2.0 (Reputation Layer)

Extend the Trust Score into a full on-chain reputation standard that can be used by other apps on Intuition. Includes performance badges, long-term scoring curves, and ecosystem-wide utility.

3. Decentralized Oracle Integration

Move away from manual admin resolution to a hybrid oracle model for fast, tamper-resistant, trust-minimized event resolutions.

KEY DEPENDENCIES

1. Stable Intuition Mainnet Performance

Continuous low-fees and reliable block production is essential for constant staking, claiming, and event interactions.

2. Trust Token Availability & Bridging

Users must be able to bridge $TRUST easily and affordably from other networks to participate in markets.

3. Smart Contract Audit Availability

As future bonding-curve and AMM contracts are introduced, more professional auditing will be required to ensure safety.

4. Oracle Data Feeds / Event Verification

Hybrid or decentralized solutions (future) needed for unbiased event resolution.

5. Developer Tooling & Frontend Libraries

Continued availability of EVM tooling, RPC endpoints, wallet connectors, and explorer data.

6. Ecosystem Marketing Support

Visibility through Intuition’s official channels will help drive early liquidity and user adoption.

RISK ASSESSMENT

1. Low Initial User Liquidity

Risk: Early markets may have weak liquidity or low participation.

Mitigation: Admin-seeded pools for V1 + Trust score incentives + targeted marketing campaigns.

2. Oracle / Resolution Disputes

Risk: Disagreement on event outcomes.

Mitigation: Clear event descriptions, future premium decentralized oracle integration.

3. Market Volatility of TRUST Token

Risk: Token price fluctuations may affect user willingness to stake.

Mitigation: Dynamic event sizing, user education, and consistent event quality.

4. Competition as Intuition Ecosystem Grows

Risk:Other apps may build similar features.

Mitigation:First-mover advantage, strong branding, leaderboard mechanics, and continuous UX upgrades.

HOW INTUITION BETS COMPOUNDS VALUE FOR THE INTUITION NETWORK

Intuition Bets compounds value for the Intuition Network by creating continuous, organic demand for the Trust Token and driving high-frequency on-chain activity. Every action on the platform, wallet connections, market creation, staking, bridging, and payouts generates real transactions that strengthen network usage. By requiring all interactions to be denominated in $TRUST, Intuition Bets becomes a natural economic sink for the token, increasing utility and transactional volume across the ecosystem.

The app also serves as a consumer-facing engagement engine, bringing new users into Intuition through daily prediction events, competitions, leaderboards, and incentives. This improves user retention and broadens ecosystem participation beyond developers toward mainstream users.

Through its Trust score system, Intuition Bets also introduces an early form of on-chain reputation tied to wallet activity, which aligns with the broader Intuition vision around identity, incentives, and verifiable behavior. Over time, as the platform evolves toward AMM-based markets and liquidity-driven prediction trading, it will further deepen Trust Token liquidity, attract and liquidity providers.

In summary, Intuition Bets becomes a flagship consumer application that activates the $TRUST Token, increases transaction volume, encourages bridging, drives user growth, and establishes a sustainable cycle of prediction-driven engagement within the Intuition ecosystem.

5. Intuition Ecosystem Alignment

Why Intuition Bets Solves a Real Problem:

Users need a simple prediction platform where they can stake conviction using the TRUST Token without learning complexities. Intuition currently do not have a lot of high-engagement consumer application, and Intuition Bets fills this gap by delivering a daily-use product powered entirely by native TRUST Tokens.

Why Build on Intuition:

* Intuition offers lower fees ideal for micro-bets

* First-mover advantage: Intuition Bets becomes the first prediction market on the chain

* Strong token-native utility for TRUST

* Easier onboarding, less competition

* Chain-level support and visibility opportunities

Long-Term Contribution:

* First Intuition-native prediction exchange

* Increased daily ecosystem activity

* Strong Trust Token utility loop

* Growth in bridging volume

* Potential integration into Intuition’s broader identity/reputation ecosystem

# **6. Sustainability & Long-Term Vision**

### **Long-Term Vision (6–24 months):**

Grow from a simple YES/NO market into a full AMM-powered prediction exchange with share trading, bonding curves, liquidity pools, and creator-driven markets.

Post-Grant Sustainability:

  • 3% winnings fee
  • AMM trading fees in V2
  • Sponsored event markets
  • Future token expansion if aligned

7. Additional Materials

Demo: video couldn’t be attached (https://x.com/oddsgibs/status/1997000320090624003?t=ny_1i9LtN3ArwGT2AlKkEA&s=19)

Wallet: 0x1ffb70fd150b13734287b4981e2fc0ac045cc5ee
Email: ebeyeelijah@gmail.com

8. Attestation

I confirm all information provided is accurate.

Name: Elijah Overcomer Ebeye
Wallet: 0x1ffb70fd150b13734287b4981e2fc0ac045cc5ee
Date: 05.12.2025