Metastrategy is my strategy on ICONOMI. It's an automated strategy with daily rebalancing that is always an intelligent mix of the current top performing strategies. It's a great 'set-and-forget' option and is my top recommendation for those new to crypto investing.

Metastrategy is currently the #9 most copied strategy on ICONOMI (by value).

Of the 8 larger strategies, Metastrategy is outperforming 3 of them over the 1-year timeframe: CARUS-AR, Crush Crypto Core and Mountains and Valleys. If you're already copying these strategies, you're probably better off switching to Metastrategy. Join the Telegram group →

Step-by-step guide to investing in Metastrategy

  1. Sign up to ICONOMI via this referral link or use the referral code YGnZy
  2. Click Deposit and load your ICONOMI account.
  3. Go to the Metastrategy page and click Copy Strategy.

I recommend dollar-cost averaging (investing equal amounts at regular intervals) rather than going all-in. This is simple to do with ICONOMI's Autocopy feature. Activate Autocopy on your ICONOMI dashboard, then set up a standing order/recurring payment from your bank to ICONOMI. Every time funds arrive in your ICONOMI account, they will automatically be used to copy Metastrategy.

Rebalanced 2024-03-28T00:06:03+00:00

24h 7d 1M 3M 6M 1Y
49.5 Top
36%
26.8 Top
48%
17.0 Top
56%
18.2 Top
75%
16.8 Top
42%
16.6 Top
55%
Asset Current weight With multipliers
(next rebalance)
Without multipliers
Ethereum (ETH) 23.4% 0 22.0% 16.5%
Solana (SOL) 15.0% -32 15.4% 11.6%
Bitcoin (BTC) 0.25x 11.0% 0 10.8% 32.7%
Fetch.ai (FET)
9.8% +79 10.2% 7.7%
THORChain (RUNE)
9.0% +25 9.3% 7.0%
Injective Protocol (INJ) 7.9% -16 7.8% 5.9%
Chainlink (LINK) 6.4% -11 6.5% 4.9%
Render Token (RNDR) 6.0% -8 6.2% 4.7%
NEAR Protocol (NEAR) 6.0% -11 6.0% 4.5%
Cosmos (ATOM) 5.7% -26 5.8% 4.4%

How Metastrategy works

The 'meta' in this strategy is that it scores every coin on ICONOMI according its weight across all strategies on the ICONOMI platform, further weighting by the performance of each strategy (excluding a small number of specified coins and strategies). It then takes the top 10 coins by score, and weights them according to their relative scores, with daily rebalancing.

Thus on any given day Metastrategy is a mix of the current top performing strategies.

In pseudocode:

for each strategy
  for each coin in each strategy
    score_of_coin_i += coin_weight_in_strategy * performance_score_of_strategy
  end
end

sort coins by score
take top 10 coins by score
weight coins according to relative scores

For example, say there are two strategies, A and B.

A has coins x1, x2, x3.

B has coins x2, x3, x4.

The weight of coin xi in strategy Y is wY(xi).

The performance score of strategy Y is pY.

Then the score of the coins x1…x4 is:

S(x1) = wA(x1).pA

S(x2) = wA(x2).pA + wB(x2).pB

S(x3) = wA(x3).pA + wB(x3).pB

S(x4) = wB(x4).pB

The performance score of a strategy pY is calculated as

performance_score = (4 * 1_month_performance) + (3 * three_month_performance) + (2 * six_month_performance) + (1 * year_performance)

View the full code