Skip to content

Commit

Permalink
Merge pull request #69 from omahs/patch-2
Browse files Browse the repository at this point in the history
Fix: Minor typo
  • Loading branch information
blockjoe authored Sep 7, 2022
2 parents b83dcb0 + 11bbcb9 commit e3d05a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/learn/protocol/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The deterministic yet unpredictable properties of the block hash seed data in Se

The Application Authentication Token is the key mechanism for Applications to balance the security of their stake and UX of clients during servicing. Through the AAT, the Application is able to sanction clients to access their throughput via **Digital Signature**. Future implementations of the AAT include enforcing a lifecycle through expiration and other _client access configurations_ such as Relay Chain specification.

_Application Distribution Configuration_ is the recommended practice of distributing an Application 's throughput over multiple Application stakes (or identities) to ensure the highest level of data accuracy, uptime, and data privacy.
_Application Distribution Configuration_ is the recommended practice of distributing an Application's throughput over multiple Application stakes (or identities) to ensure the highest level of data accuracy, uptime, and data privacy.

_Client Side Validation_ is the recommended practice of redundantly sending the same request to multiple Validators. _CSV_ allows the client to come to a majority consensus on the Relay Responses. This configuration ensures the highest level of data accuracy and enables the Application to use the **Application Challenge Mechanism** of the protocol, where corresponding minority Validator(s) providing invalid data are economically penalized.

Expand Down
2 changes: 1 addition & 1 deletion content/use/get-endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: Use the Pocket Portal to "mint" endpoints you can use in your decen
---


In order to take advantage of Pocket's network of thousands of decentralized nodes, you need to create a endpoint that you can use in your application.
In order to take advantage of Pocket's network of thousands of decentralized nodes, you need to create an endpoint that you can use in your application.

You can do this using the **Pocket Portal**.

Expand Down

0 comments on commit e3d05a0

Please sign in to comment.