kaiachain / kaia-dapp-mono

MIT License
7 stars 18 forks source link

Proposal: LeoFi - Decentralized social network for funding managers #86

Open phamdat721101 opened 3 weeks ago

phamdat721101 commented 3 weeks ago

Description

LeoFi supports funding managers to monetize their knowledge by selling portfolio, or signals

  1. For funding managers:

    • Register to build profile
    • Create portfolio, or signal. Then, add all necessary symbol, entries, targets, stop losses and leverage
    • Set subscription price and receiving wallet
  2. For investors:

    • Explore funding managers from LeoFi
    • Hit the invest button, then monitor portfolio performance
  3. For LeoFi:

    • Monitor on-chain data of portfolio to build rank dashboard for funding managers, and investors
    • Support to raise funding as ETF vault contract when managers want to publish capital as ETF hedge fund

Bounty track

zxstim commented 3 weeks ago

It's a decent idea so I would approve.

However, my recommendation is that a setup like the one proposed doesn't fully leverage vault contract. A better setup is using the vault to manage DeFi positions which accrue yields into the vault shares for depositors; this is also more attractive to large LPs so you can bootstrap liquidity easier. A different version of this would make it into yield bearing tokens in which LPs can just buy and hold the tokens. It's low overhead for you.

Your proposed setup is more suitable for CEX, which creates unnecessary frictions for tracking performance with smart contracts. It also requires you to bootstrap funding managers and keeping them in check (which is overhead).

But sure, try to take a crack at it.