From f4350b072c943678127d5e78d1823997248574ca Mon Sep 17 00:00:00 2001 From: Radha <86818441+DrW3RK@users.noreply.github.com> Date: Tue, 7 May 2024 19:42:32 +0200 Subject: [PATCH] Update learn-account-balances.md --- docs/learn/learn-account-balances.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/learn-account-balances.md b/docs/learn/learn-account-balances.md index 48dd6a81a123..387bd744c134 100644 --- a/docs/learn/learn-account-balances.md +++ b/docs/learn/learn-account-balances.md @@ -14,10 +14,10 @@ be used for transfers, to pay fees, or must remain frozen and unused due to an o :::info A more efficient distribution of account balance types Soon, pallets on Polkadot SDK will be implementing the _fungible_ trait (see -[Reference docs](https://paritytech.github.io/polkadot-sdk/master/frame_support/traits/tokens/fungible/index.html) +[the tracking issue](https://github.com/paritytech/polkadot-sdk/issues/226) 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/226) +[fungible trait](https://paritytech.github.io/polkadot-sdk/master/frame_support/traits/tokens/fungible/index.html) will allow using the `free` balance for on-chain activity like setting proxies and identities. :::