Skip to content

Commit 907197a

Browse files
authored
Start with Escrow at top
1 parent 9c0f67d commit 907197a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ Each example is available in one or more of the following frameworks:
1717
1818
## Financial Software
1919

20-
### Betting Market
21-
22-
Parimutuel (pooled) prediction market — an admin opens an event with multiple outcomes, bettors stake tokens on an outcome, and at settlement the losing pool (minus a protocol fee) is split among winners in proportion to their stake.
23-
24-
[⚓ Anchor](./tokens/betting-market/anchor)
25-
26-
2720
### Escrow
2821

2922
**Start here — the best first finance program to learn on Solana.** A neutral account that holds funds until both sides deliver, like a real-estate escrow or a lawyer's trust account. The maker deposits token A and names how much token B they want; when a taker supplies token B, the program swaps both in a single all-or-nothing transaction. This swap is the core idea behind every onchain exchange.
@@ -54,6 +47,13 @@ A managed investment fund onchain, like an ETF or mutual fund. Investors deposit
5447

5548
[⚓ Anchor](./finance/vault-strategy/anchor)
5649

50+
### Betting Market
51+
52+
Parimutuel (pooled) prediction market — an admin opens an event with multiple outcomes, bettors stake tokens on an outcome, and at settlement the losing pool (minus a protocol fee) is split among winners in proportion to their stake.
53+
54+
[⚓ Anchor](./tokens/betting-market/anchor)
55+
56+
5757
## Single concept examples
5858

5959
### Hello Solana

0 commit comments

Comments
 (0)