Skip to content

Commit e8161b9

Browse files
committed
fix(docs): correct minor wording in collateral pool documentation
1 parent c9d4860 commit e8161b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/fassets/4-collateral.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The agent's share of this fee remains on the underlying chain, whereas the pool'
190190

191191
These FAssets coming from the minting fee are added to the collateral pool, where they are shared between collateral providers in proportion to the amount of CPTs that providers have.
192192
At any time, providers can claim their due share of the fees in the pool.
193-
When providers exit the collateral pool, they must first call [`withdrawFees`](/fassets/reference/ICollateralPool#withdrawfees) to claim their remaining unclaimed fees.
193+
When providers exit the collateral pool, they must first call the [`withdrawFees`](/fassets/reference/ICollateralPool#withdrawfees) to claim their remaining unclaimed fees.
194194
Only then can they redeem their CPTs to exit the pool.
195195

196196
Providers are naturally only entitled to the minting fees accrued after they entered the pool.

docs/fassets/reference/ICollateralPool.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This interface is used by pool participants and the agent vault owner to manage
1919

2020
### `enter`
2121

22-
Enters an agent's collateral pool by depositing NAT, where tokens are timelocked and may carry [fee debt](/fassets/collateral#minting-fees-and-debt) if FAsset fees already exist in the pool.
22+
Enters an agent's collateral pool by depositing NAT, where tokens are timelocked and may carry a [fee debt](/fassets/collateral#minting-fees-and-debt) if FAsset fees already exist in the pool.
2323
This debt must be cleared before tokens can be transferred.
2424

2525
Parameters:

0 commit comments

Comments
 (0)