Tradegen
  • Introduction
  • Tradegen Platform
    • Use Cases
    • Supported Assets
    • Supported Projects
    • Pools
    • NFT Pools
    • Marketplace
  • Tutorial
    • Investing in a Pool
    • Withdrawing From a Pool
    • Creating a Pool
    • Managing a Pool
    • Investing in an NFT Pool
    • Withdrawing From an NFT Pool
    • Creating an NFT Pool
  • Token Info
    • Introduction
    • Allocation
  • SDK
    • Getting Started
    • Entities
      • Price
      • TokenAmount
      • Percent
      • Fraction
      • Token
      • Pool
    • Fetcher
    • Other Exports
  • Technical
    • Implementation
    • Synthetic Trading Bots
    • Mining System
    • Trading Strategies
  • Contracts
    • Asset Management V1
    • Data Feeds
      • Protocol
      • Candlestick Data Feeds
        • 1-Minute Timeframe
        • 5-Minute Timeframe
        • 1-Hour Timeframe
        • 1-Day Timeframe
    • Tradegen Token
    • Algo Trading
      • Core Contracts
      • Indicators
      • Comparators
      • Component IDs
      • Initial Instances and Keepers
    • Asset Management V2
      • Core Contracts
      • Price Calculators
      • Adapters
      • Asset Verifiers
      • Contract Verifiers
    • Virtual Trading Environments
    • Farming System
    • Synthetic Trading Bots
  • Resources
    • Roadmap
    • Equations
    • Protocol Settings
    • Changelog
      • Pre-launch
      • Phase 1
      • Phase 2
    • Links
    • Github
    • Analytics
    • Whitepaper
  • Deprecated
    • Pools
      • Investing in Pools
      • Farming
      • Creating a Pool
      • Managing a Pool
      • System Architecture
    • Strategies
      • Investing in Strategies
      • Claiming Yield
      • Running Backtests
      • Strategy Approval
        • Voting for a Strategy
        • Submitting a Strategy
      • Trading LP Tokens
      • Building a Strategy
      • System Architecture
    • Components
      • Components Marketplace
      • Building Custom Components
      • Submitting Custom Components
Powered by GitBook
On this page

Was this helpful?

  1. Resources

Protocol Settings

  • MaximumPerformanceFee = 3,000 (30% fee with denominator of 10,000)

  • MaximumNumberOfPositionsInPool = 7

  • MarketplaceProtocolFee = 100 (1% fee with denominator of 10,000)

  • MarketplaceAssetManagerFee = 200 (2% fee with denominator of 10,000)

  • MaximumNumberOfCappedPoolTokens = 1,000,000

  • MinimumNumberOfCappedPoolTokens = 100

  • MaximumCappedPoolSeedPrice = 10^21 ($1,000 with 18 decimals)

  • MinimumCappedPoolSeedPrice = 10^16 ($0.01 with 18 decimals)

  • MaximumNumberOfPoolsPerUser = 2 (user can have 2 of each type)

  • TimeBetweenFeeSnapshots = 604800 (1 week)

  • MinimumTimeBetweenPerformanceFeeUpdates = 86400 (1 day)

PreviousEquationsNextChangelog

Last updated 2 years ago

Was this helpful?