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/docs/introduction.md
+1
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Trust is a fundamental concept in the Circles protocol. It allows personal curre
40
40
- People can establish trust relationships with other entities (people, organizations, or groups) using the `trust()` function.
41
41
- Trust relationships can be set with expiration times, allowing for dynamic trust networks. Alternatively, trust can be established indefinitely by setting the expiration to the maximum possible future time.
42
42
- The trust network is leveraged to enable transitive transfers of Circles along paths of trust. The `isPermittedFlow()` function verifies if a transitive transfer is permissible based on the trust relationships between the involved parties and the specific currency being transferred.
43
+
- Circles still function as a normal token, for explicit `ERC1155:safe(Batch)TransferFrom()` no constraints of the transitive transfer of the trust network apply.
43
44
- Trust relationships can be established not only between individuals but also between people, organizations, and groups, creating a diverse and interconnected economic ecosystem.
0 commit comments