Configuration
Supabase Setup
1. Create Supabase Project
Go to https://supabase.com
Sign up/Login
Click "New Project"
Fill in project details
Wait 2 minutes for setup
2. Setup Database
Go to SQL Editor
Copy content from supabase-schema.sql file
Paste and click "Run"
Tables created ✅
3. Get API Keys
Go to Project Settings → API
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