Investor
Investors participate in Centrifuge pools by investing in share tokens, gaining exposure to tokenized strategies offered by issuers or curators. Each pool is customizable, so access, currency, and liquidity terms can vary.
Access requirements
Each pool defines its own permissioning logic. Before investing, ensure you meet the eligibility requirements.
Whitelisting
Some pools require whitelisting before investment or redemption. This may include:
- KYC/AML verification
- Jurisdictional restrictions
- Wallet pre-approval
Whitelisting can apply to:
- Investing only
- Redeeming only
- Both investing and redeeming
You’ll be notified during the process if your address must be whitelisted before interacting with the pool.
Supported currencies
The currencies accepted for investment are defined per pool. Common options include:
- USDC
- Other pool assets
- Other ERC-20 tokens approved by the pool’s issuer or curator
Each vault supports one or more investment assets depending on configuration.
Available chains
Centrifuge operates on a hub-and-spoke model. Investors interact with pools on the spoke chains where the vaults are deployed.
You can invest directly from any supported chain selected by the issuer or curator, without needing to use the Hub chain yourself.
Investing
To invest in a pool:
- Navigate to the pool’s page
- Review the investment terms
- Choose the amount and asset to deposit
- Follow the onchain flow
Vault behavior
Each pool uses one of the following vault types:
Synchronous vaults
- Follow the ERC-4626 standard
- Deposits are instant
- Shares are minted immediately to the investor
- Redemptions are processed through a request-based flow
Asynchronous vaults
- Follow the ERC-7540 standard
- Both deposits and redemptions happen in two steps:
- You submit a
requestDeposit
orrequestRedeem
- Later, you complete the action using
claimDeposit
orclaimRedeem
- You submit a
- Timing depends on the pool’s processing schedule
Make sure to check whether the pool uses a synchronous or asynchronous flow before investing.
What to consider
- Access control: Ensure your wallet is allowed to invest or redeem
- Redemption timing: Async vaults introduce a delay before funds are claimable
- Chain experience: Transactions must be performed on the same chain as the pool
Investors are encouraged to read the pool’s documentation or terms carefully before participating.