Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add risks & misbehavior sub-section to on-chain actors #862

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docusaurus/docs/protocol/actors/actors.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,33 @@ They can thought of as a `record`, a `registration` or a piece of `state` at a
certain point in time. They have an `address`, an `account`, a `balance` and often
also have a `stake`.

### Risks & Misbehavior

```mermaid
mindmap
(On-Chain Actors)
Gateway
Risks
Intentional overservicing
Off-chain only?
Misbehavior
Low volume exploit
On-chain, there are few/any? expectations of gateway actors; basically a registry to track gateways and application delegations
On-chain, we cannot robustly distinguish requests sent by gateways from those sent by applications acting sovereignly
Application
Risks
Insufficient funds to pay for services received
Intentional overservicing
Misbehavior
Low volume exploit
Supplier
Risks
Service/quality degredation
Misbehavior
No or low quality responses to valid requests for service
Invalid/missing proofs
```

## Off-Chain Actors

Off-Chain actors are all the operators that make up Pocket Network. They are the
Expand Down
Loading