Solidex Whitepaper
  • WELCOME
    • Abstract
  • Introduction
    • Background
    • Team
    • Overview
  • Technical Framework
    • Blockchain Infrastructure
    • Smart Contracts
    • Integration with USDT
    • Proprietary Technology
  • Solidex Pool
    • Info
    • Pool Creation and Management
    • PoolManager
  • Operation Mechanism
    • Investment Process
    • Management of Investments
    • Distribution of Returns
    • Transparency and Security
    • User Experience
  • Security Measures
    • Advanced Encryption and Data Protection
    • Smart Contract Audits
    • Regulatory Compliance and Legal Framework
    • Decentralized Infrastructure
    • Continuous Monitoring and Incident Response
    • User Security Education
  • Tokenomics
    • $SDT Tokenomics
    • Allocation
  • Future Developments
    • Expansion of Asset Classes
    • Technological Advancements
    • Regulatory Alignment and Compliance
    • Community and Ecosystem Development
    • Sustainability and Social Responsibility
  • Disclaimer
    • Brief
Powered by GitBook
On this page
  1. Solidex Pool

Pool Creation and Management

Pool Creation

The PoolDeployer contract in Solidex facilitates the deployment, initialization, and configuration of all necessary contracts to run a Pool:

  • PoolManager, which deploys:

  • Pool

  • LoanManagers (if applicable)

  • WithdrawalManager

Pre-Requisite Transactions

Certain pre-requisite configurations are necessary for deploying a Pool in Solidex, ensuring compliance and security.

Pool Deployment

The PoolDeployer is called with parameters like poolManagerFactory, withdrawalManagerFactory, asset type, and various configuration parameters such as liquidity cap, management fee rate, and cycle duration.

PreviousInfoNextPoolManager

Last updated 1 year ago