Configuration

Supabase Setup

1. Create Supabase Project

  1. Sign up/Login

  2. Click "New Project"

  3. Fill in project details

  4. Wait 2 minutes for setup

2. Setup Database

  1. Go to SQL Editor

  2. Copy content from supabase-schema.sql file

  3. Paste and click "Run"

  4. Tables created ✅

3. Get API Keys

  1. Go to Project Settings → API

  2. Copy these values:

    • Project URL → NEXT_PUBLIC_SUPABASE_URL

    • anon public key → NEXT_PUBLIC_SUPABASE_ANON_KEY

    • service_role key → SUPABASE_SERVICE_ROLE_KEY

Smart Contracts

Staking Contract

BSC Testnet: 0x7004F111BafC50022d335fCdF2856baf63968A2C

Router Configuration

  • Uniswap V3: For stablecoin pairs

  • PancakeSwap: For all other pairs

Fee Configuration

Platform fee: 0.3%

Daily Reset Time

Quest reset time: 12:00 PM UTC

Last updated