Skip to content

Commit b183789

Browse files
committed
Add Tomer's suggestions
1 parent a8af3c8 commit b183789

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/tokens/README.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Fully customizable contract tokens native to Soroban that implement the **[SEP-4
9999

100100
### What these are
101101

102-
A **permissioned token standard** for regulated, compliance-aware assets that extends [SEP-41][sep-41] with identity and rules enforcement. T-REX tokens are issued by a deployed Wasm contract (`C...` addresses) and implement compliance logic directly in the contract.
102+
A **permissioned token standard** for regulated, compliance-aware assets that extends [SEP-41][sep-41] with identity and rules enforcement. T-REX tokens are issued by a deployed Wasm contract (`C...` addresses) and implement compliance logic directly in the contract suite.
103103

104104
### How they work
105105

@@ -140,11 +140,13 @@ A **permissioned token standard** for regulated, compliance-aware assets that ex
140140
| **Identity Model** | Off-chain identity + optional contract logic | Programmable identity | Programmable identity with on-chain enforcement |
141141
| **Cost & Speed** | Very low (native ops) / Moderate (via SAC) | Moderate | Higher |
142142
| **Ecosystem** | Stellar payments, DEX, and Soroban | Stellar DeFi & dApps / Interop with other L1s | Institutional DeFi / Interop with other L1s |
143-
| **Trustline Required** | ✅ Yes | ❌ No | ❌ No |
143+
| **Trustline Required** | ✅ Yes\* | ❌ No | ❌ No |
144144
| **Ideal For** | Payments, simple assets (fiat based stablecoins), Soroban integration | DeFi and custom tokenomics | Institutional RWAs with compliance |
145145
| **Source Code** | [Built-in Stellar Asset Contract](https://github.com/stellar/rs-soroban-env/tree/main/soroban-env-host/src/builtin_contracts) | [OpenZeppelin Fungible Token reference](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/tokens/src/fungible) | [OpenZeppelin T-REX (RWA token) reference](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/tokens/src/rwa) |
146146
| **Relevant SEPs** | [SEP-0001 (Stellar Info File)][sep-1] <br /><br /> [SEP-0014 (Dynamic Asset Metadata)][sep-14] <br /><br />[SEP-41 (Soroban Token Interface)][sep-41] | [SEP-41 (Soroban Token Interface)][sep-41] | [SEP-41 (Soroban Token Interface)][sep-41] <br /><br /> [SEP-0057 (T-REX / Token for Regulated EXchanges)][sep-57] |
147147

148+
_\* By assigning a smart contract as the owner of a Stellar Asset Contract, balances and transfer rules can be fully managed within the contract. This removes the need for user trustlines._
149+
148150
## Decision Guide
149151

150152
Choose the right token model based on the use case:

0 commit comments

Comments
 (0)