From d9d514eac47e76dbf297375b4c5afa2645012ed5 Mon Sep 17 00:00:00 2001 From: Benjamin Bollen Date: Sat, 24 Aug 2024 15:27:20 +0200 Subject: [PATCH] (docs): add note on normal transfer behaviour --- docs/docs/introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/introduction.md b/docs/docs/introduction.md index 8af3600..5a5fc8b 100644 --- a/docs/docs/introduction.md +++ b/docs/docs/introduction.md @@ -40,6 +40,7 @@ Trust is a fundamental concept in the Circles protocol. It allows personal curre - People can establish trust relationships with other entities (people, organizations, or groups) using the `trust()` function. - 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. - 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. +- Circles still function as a normal token, for explicit `ERC1155:safe(Batch)TransferFrom()` no constraints of the transitive transfer of the trust network apply. - Trust relationships can be established not only between individuals but also between people, organizations, and groups, creating a diverse and interconnected economic ecosystem. Trust networks enable: