Skip to content

Commit fd2ad76

Browse files
committed
Describe vault assets plainly, not as 'tokenized'
Tokenized assets are just assets — drop the redundant 'tokenized' framing from the Vault Strategy description. https://claude.ai/code/session_01CfCCGCXne6eViGamZwy7ot
1 parent 27cba3c commit fd2ad76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A crowdfunding campaign onchain. A creator opens a fundraiser by choosing which
4343

4444
### Vault Strategy
4545

46-
A managed investment fund onchain. Investors deposit USDC and receive shares representing their slice of the fund. A manager allocates the pooled money across a basket of tokenized assets (here, tokenized stocks like TSLAx and NVDAx), and each share's value tracks the fund's net asset value — its total holdings divided by the number of shares. The manager earns a management fee over time, and investors withdraw a proportional, in-kind slice of the underlying assets. Demonstrates share minting, value-per-share pricing, fee accrual, and calling another program (CPI) to swap assets.
46+
A managed investment fund onchain. Investors deposit USDC and receive shares representing their slice of the fund. A manager allocates the pooled money across a basket of assets (here, stocks like TSLAx and NVDAx), and each share's value tracks the fund's net asset value — its total holdings divided by the number of shares. The manager earns a management fee over time, and investors withdraw a proportional, in-kind slice of the underlying assets. Demonstrates share minting, value-per-share pricing, fee accrual, and calling another program (CPI) to swap assets.
4747

4848
[⚓ Anchor](./finance/vault-strategy/anchor)
4949

0 commit comments

Comments
 (0)