You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Fungible Token Vault extends the [Fungible Token](/stellar-contracts/tokens/fungible/fungible) and implements the ERC-4626 tokenized vault standard,
8
8
enabling fungible tokens to represent shares in an underlying asset pool. The tokenized vault standard
@@ -15,7 +15,7 @@ assets based on the total supply of shares and total assets held by the vault co
15
15
16
16
## Overview
17
17
18
-
The [Vault](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/tokens/src/fungible/vault) module provides a complete implementation of tokenized vaults following the ERC-4626 standard. Vaults are useful for:
18
+
The [Vault](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/tokens/src/vault) module provides a complete implementation of tokenized vaults following the ERC-4626 standard. Vaults are useful for:
19
19
20
20
-**Yield-bearing tokens**: Represent shares in a yield-generating strategy
21
21
-**Liquidity pools**: Pool assets together with automatic share calculation
0 commit comments