Private Investment Pools

The platform's IDO module contains upcoming and live offerings.

All projects are highly-vetted by our industry-leading team members and voted by the community. However, each user is expected to conduct their own due diligence before investing.

The processes below involve security implementations for smart contracts and across the full-stack application. More details can be found in Security Measures.

Holder Snapshot

A snapshot of all CE and xCE holders (see more on xCE in CE-USDT LP Staking) occurs prior to whitelist selection for an upcoming IDO.

The time for this holder snapshot is reserved to the team's discretion. This is to prevent bots or speculators from purchasing CE with the sole intention of manipulating whitelist selection.

This snapshot is manually vetted by the team to filter for legitimate holders only, eliminating smart contracts, MEV bots, and other actors from consideration.

Whitelisted Crowdsale

All holders will be considered for random, lottery-weighted whitelisting for private investment pools. The lottery scheme is as follows, where tut_{u} is the number of lottery tickets allocated for user uu, and balanceubalance_{u}is the sum of a user uu's CE and xCE holdings.

If balanceu>=10,000balance_{u} >= 10,000, then tu=100t_{u} = 100. Whitelist status is guaranteed.

If balanceu<10,000balance_{u} < 10,000, then tu= t_{u} =floor[floor[balanceu/100balance_{u}/100]]. Whitelist status is determined based on random choice, where probability of selection is the proportion of user lottery tickets relative to all lottery tickets, or pwhitelist=tup_{whitelist} = t_{u}/x=utx/ \sum_{x=u} t_{x}

Participant Verification

After an IDO is completed, participants are manually vetted by the team for layered security prior to site updates.

Last updated