# Portfolio Construction

We currently offer 6 investable indices applying either Regular Rebalancing or Drawdown Control to one of three sets of coins

Reference Crypto Currencies Drawdown Control 80/20 Regular Rebalancing
Top 1: Bitcoin DD CTL BTC 80/20 BTC
Top 2: Bitcoin and Ethereum DD CTL TOP2 80/20 TOP2
Top 5: Bitcoin, Ethereum, Ripple, Solana, Cardano DD CTL TOP5 80/20 TOP5

In all cases, we use USD Coin as our reference safe asset.

# Daily Updates on Base

All active indices allocations are posted daily on-chain. We use Base for this purpose. To avoid front-running we post daily the allocation of the previous day.

The allocations are posted by the Lucid Oracle 0x09812b11f496830af022dc707fb50b490383971e Looking at the logs of a transaction will read the latest allocation. For instance on this transaction you can see

name : rr-top5
decimals : 5
assets :
    ADA
    BTC
    ETH
    SOL
    XRP
weights :
    12310
    19430
    17900
    22730
    12010
timestamp : 1712084461

This transaction posts to a LucidPortfolios Contract which maintains the state of each active portfolio in memory.