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
Copy file name to clipboardExpand all lines: docs/tokens/README.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@ All assets issued on the Stellar ledger (by a `G…` address) are **Classic Stel
34
34
### How they work
35
35
36
36
- For protocol-level behavior and trustline semantics, see [Asset Design Considerations](./control-asset-access.mdx).
37
-
- Implemented at the protocol level, the **Stellar Asset Contract (SAC)** provides a smart contract interface that enables Stellar assets to interoperate seamlessly with Soroban smart contracts.
38
-
- Transfers between accounts and contracts using SAC result in the same underlying trustline debit/credit.
37
+
- Implemented at the protocol level, the **Stellar Asset Contract (SAC)** provides a smart contract interface that enables Stellar assets to interoperate seamlessly with Stellar smart contracts.
38
+
- Transfers between accounts and contracts using SAC resolve to the same trustline balance updates the Stellar protocol has always used.
39
39
40
40
### Strengths
41
41
42
42
- Has the benefits of native Stellar assets (fast, low cost), making these great for remittances and micropayments.
43
-
- Can be used in Soroban contracts via SAC with a [SEP-41][sep-41] interface.
43
+
- Can be used in Stellar smart contracts via SAC with a [SEP-41][sep-41] interface.
44
44
- Maintains issuer controls and trustline semantics even when used from contracts.
45
45
- Wide ecosystem wallet and indexer support. Classic assets are compatible with Stellar ecosystem products (such as Stellar wallets) and other ecosystem products (such as exchanges).
46
46
- Benefit from [anchors](../learn/fundamentals/anchors.mdx), the bridges between the Stellar network and traditional financial systems. Explore the global [Stellar anchor directory](https://anchors.stellar.org/) for further details.
0 commit comments