Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions supabase/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ XAI_API_KEY=your_xai_api_key_here
# OpenAI API Key (optional) - https://platform.openai.com/
OPENAI_API_KEY=your_openai_api_key_here

# =============================================================================
# BLOCKRUN (Optional - Wallet-based AI with x402 micropayments)
# =============================================================================
# BlockRun provides pay-per-request access to 20+ AI models without API keys.
# Instead of managing API keys, you bring your own wallet and pay per request.
# Benefits: No API key management, cost transparency, privacy/self-custody.
# Docs: https://blockrun.ai
#
# Base chain private key (0x prefixed) for x402 micropayments
# Fund with USDC on Base mainnet to pay for AI requests
# Uses: blockrun/gpt-4o, blockrun/claude-sonnet-4, blockrun/grok-3, etc.
BLOCKRUN_WALLET_KEY=0x_your_base_private_key_here

# =============================================================================
# POLYMARKET TRADING (Required for Betting Bot)
# =============================================================================
Expand Down
Loading