📄
BRKT.gg Whitepaper
  • BRKT Labs - The Future of Prediction Markets
  • 1.1 Overview - BRKT
  • Protocol Smart Contracts
  • 2.1 CompetitionFactory
  • 2.2 ContractRouter
  • Competition Implementation Types
  • 3.1 Competition
  • 3.2 PredictableCompetition
  • 3.3 PaidPredictableCompetition
  • Key Features
  • 4.1 Expiration Epoch
  • 4.2 Modifiable Predictions
  • 4.3 Prize Pool Sharing Mechanism
  • 4.4 Custom Entry Fee
  • 4.5 API-connected Oracle
  • Upcoming Improvements: INVKR Oracle
  • 5.1 Off-Chain Oracle for Gas Cost Reduction, Enhanced Security, and Hyper Efficient Data Storage
  • 5.2 Maximum Number of Teams and Size Constraints
  • Cross-Chain and Chain Agnostic Competition Management
  • 6.1 Utilizing CREATE3 for Deterministic Deployment
  • 7.1 Tokenomics
  • Video Walkthrough for brkt.gg
Powered by GitBook
On this page

5.2 Maximum Number of Teams and Size Constraints

The maximum number of teams allowed in a competition is 256 (max size uint8), and team sizes must conform to 2^n. This limitation is in place because the maximum number of matches for a given n teams is n - 1. With this constraint, BRKT can store all match outcomes as bit flags in a single storage slot, further optimizing on-chain data storage and reducing costs.

Previous5.1 Off-Chain Oracle for Gas Cost Reduction, Enhanced Security, and Hyper Efficient Data StorageNextCross-Chain and Chain Agnostic Competition Management

Last updated 1 year ago