diff --git a/docs/whitepaper/architecture.mdx b/docs/whitepaper/architecture.mdx index 052f2a46ab2..bf1833b588a 100644 --- a/docs/whitepaper/architecture.mdx +++ b/docs/whitepaper/architecture.mdx @@ -46,7 +46,7 @@ The modules implement core functions particular to the OKP4 blockchain. They pro ### Logic -The `logic` module is designed to primarily address logical queries based on facts sourced from the ontology or the state of the chain, along with inference rules. It's main use in the protocol is the management of governance rules, written in Prolog. Thus, any smart contract deployed on the OKP4 blockchain can use the logic module to evaluate queries written in Prolog. +The `logic` module is designed to primarily address logical queries based on facts sourced from the ontology or the state of the chain, along with inference rules. Its main use in the protocol is the management of governance rules, written in Prolog. Thus, any smart contract deployed on the OKP4 blockchain can use the logic module to evaluate queries written in Prolog. Prolog is a powerful declarative programming language to manage from simple restrictions to complex rules. This language is not natively operable on-chain; the logic module adds Prolog interpretation capability. The `logic` module is not strongly coupled to the OKP4 blockchain. It's designed to be reusable and can be integrated with any Cosmos appchain. Because it's open and interoperable, the support of Prolog programs is a significant gain for the Cosmos ecosystem. Using this open-source `logic` module implementation, any appchain can quickly adopt complex Prolog governance rules. diff --git a/docs/whitepaper/solution.md b/docs/whitepaper/solution.md index 5522eb098b5..f16d13ff9db 100644 --- a/docs/whitepaper/solution.md +++ b/docs/whitepaper/solution.md @@ -173,7 +173,7 @@ A Service Execution Agreement in the form of a smart contract called PACTUM outl **How does the Pactum smart contract work ?** -[IMAGE9]![solution-9](/img/content/whitepaper/solution-9.webp) +![solution-9](/img/content/whitepaper/solution-9.webp) When an Identity wishes to engage a workflow within a Zone, a service execution agreement as a Pactum smart contract will be established among the involved participants. 1- This agreement verifies the alignment of governance rules of the Zone and the digital resources involved in the execution and also checks the conformity of all rules within the entire execution context. This context includes the resources and the Zone, as well as the user who initiated the workflow.