Permissioned Paranets
Last updated
Was this helpful?
Last updated
Was this helpful?
Paranet Permission Policies define which Nodes and Knowledge Miners can participate in a Paranet. These policies are set by the Paranet Operator at the time of creation.
There are two permission policies:
• PARANET_NODES_ACCESS_POLICY – governs which nodes can sync Knowledge Collections.
• PARANET_MINERS_ACCESS_POLICY – governs which knowledge miners (wallet addresses) can submit Knowledge Collection
This policy controls which nodes are allowed to sync the Paranet’s Knowledge Collections and whether they can sync the private part of the collection.
OPEN — any node can sync the Paranet and only the public part of Knowledge Collections is included
PERMISSIONED — only approved nodes sync the Paranet and both public and private part of Knowledge Collection are included. Enabled private knowledge sharing!
Paranet Operator can add Nodes to Permissioned Paranet
Paranet Operator can remove Nodes from Permissioned Paranet
Anybody can check which nodes are part of Paranet:
This policy defines who can submit Knowledge Collections to a Paranet.
OPEN — any knowledge miner (address) can submit Knowledge Collection
PERMISSIONED — only allowed knowledge miner (address) can submit Knowledge Collection. Allows fine-grained control over who contributes data!
Paranet Operator can add Miners to Permissioned Paranet
Paranet Operator can removes Miners from Permissioned Paranet
These two policies can be combined in any way:
OPEN
OPEN
Any node can sync public part of KC from Paranet and any miner can add knowledge to Paranet
OPEN
PERMISSIONED
Any node can sync public part of KC from Paranet and only selected miners can add knowledge to Paranet
PERMISSIONED
OPEN
Only selected nodes can sync both private and public part of KC from paranet and any miner can add knowledge to Paranet
PERMISSIONED
PERMISSIONED
Only selected nodes can sync both private and public part of KC from parane and only selected miners can add knowledge to Paranet
These permisions will also interact with Staging Paranets. If a Paranet has PARANET_KC_SUBMISSION_POLICY STAGING and PERMISSIONED PARANET_MINERS_ACCESS_POLICY only allowed knowledge miners can stage knowledge collections.