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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Fully customizable contract tokens native to Soroban that implement the **[SEP-4
99
99
100
100
### What these are
101
101
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.
103
103
104
104
### How they work
105
105
@@ -140,11 +140,13 @@ A **permissioned token standard** for regulated, compliance-aware assets that ex
_\* 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
+
148
150
## Decision Guide
149
151
150
152
Choose the right token model based on the use case:
0 commit comments