Skip to content

Commit d9d514e

Browse files
(docs): add note on normal transfer behaviour
1 parent 448cfc9 commit d9d514e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/introduction.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Trust is a fundamental concept in the Circles protocol. It allows personal curre
4040
- People can establish trust relationships with other entities (people, organizations, or groups) using the `trust()` function.
4141
- 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.
4242
- 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.
4344
- Trust relationships can be established not only between individuals but also between people, organizations, and groups, creating a diverse and interconnected economic ecosystem.
4445

4546
Trust networks enable:

0 commit comments

Comments
 (0)