Skip to content

Commit bfc2df5

Browse files
authored
reorder programs
1 parent b9771e1 commit bfc2df5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ An exchange with no order book: swaps fill instantly against a shared liquidity
5757

5858
[⚓ Anchor](./finance/token-swap/anchor) [💫 Quasar](./finance/token-swap/quasar)
5959

60-
### Token Fundraiser
61-
62-
Onchain crowdfunding, like Kickstarter or GoFundMe. A creator sets a target amount in a chosen token, and contributors deposit into the fundraiser's account until the goal is reached.
63-
64-
[⚓ Anchor](./finance/token-fundraiser/anchor) [💫 Quasar](./finance/token-fundraiser/quasar)
65-
6660
### Vault Strategy
6761

6862
A managed investment fund onchain, like an ETF or mutual fund. Investors deposit USDC for shares, a manager allocates the pool across a basket of assets (here, stocks like TSLAx and NVDAx), and each share's value tracks the fund's net asset value. The manager earns a management fee, and investors redeem a proportional slice of the underlying assets.
@@ -81,6 +75,12 @@ A perpetual futures exchange — a venue for making leveraged bets on an asset's
8175

8276
[⚓ Anchor](./finance/perpetual-futures/anchor) [💫 Quasar](./finance/perpetual-futures/quasar)
8377

78+
### Token Fundraiser
79+
80+
Onchain crowdfunding, like Kickstarter or GoFundMe. A creator sets a target amount in a chosen token, and contributors deposit into the fundraiser's account until the goal is reached.
81+
82+
[⚓ Anchor](./finance/token-fundraiser/anchor) [💫 Quasar](./finance/token-fundraiser/quasar)
83+
8484
## Single concept examples
8585

8686
### Hello Solana

0 commit comments

Comments
 (0)