diff --git a/docs/learn/learn-account-balances.md b/docs/learn/learn-account-balances.md index 976830cf3990..e064c07486c1 100644 --- a/docs/learn/learn-account-balances.md +++ b/docs/learn/learn-account-balances.md @@ -15,7 +15,7 @@ be used for transfers, to pay fees, or must remain frozen and unused due to an o Soon, Polkadot SDK pallets will implement the _fungible_ trait (see [Reference docs](https://paritytech.github.io/polkadot-sdk/master/frame_support/traits/tokens/fungible/index.html) -for more info about traits). This new logic will allow for more efficient use of your account +for more info). This new logic will allow for more efficient use of your account balance. Specifically, the [fungible trait](https://github.com/paritytech/polkadot-sdk/issues/1833#issuecomment-1805764506) will allow using the `free` balance for on-chain activity like setting proxies and identities.