Skip to content

Commit 7369084

Browse files
authored
better trustline description (#1181)
remove the language about the relationship between trustlines and trading. In flight, as a hop in a path payment, an account can trade an asset that it does not have a trustline for
1 parent 18c976f commit 7369084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/learn/fundamentals/stellar-data-structures/accounts.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Account data is stored in subentries, each of which increases an account’s min
4040

4141
## Trustlines
4242

43-
Trustlines are an explicit opt-in for an account to hold and trade a particular asset. To hold a specific asset, an account must establish a trustline with the issuing account using the change_trust operation. Trustlines track the balance of an asset and can also limit the amount of an asset that an account can hold.
43+
Trustlines are an explicit opt-in for an account to hold a particular asset. To hold a specific asset, an account must establish a trustline with the issuing account using the change_trust operation. Trustlines track the balance of an asset and can also limit the amount of an asset that an account can hold.
4444

4545
A trustline must be established for an account to receive any asset except lumens (XLM). You can create a claimable balance to send assets to an account without a trustline, but the recipient has to create a trustline to claim that balance. Learn more here: [Claimable Balances Encyclopedia Entry](../../encyclopedia/transactions-specialized/claimable-balances.mdx)
4646

0 commit comments

Comments
 (0)