diff --git a/docs/src/content/intro/README.md b/docs/src/content/intro/README.md index 53c968c..0e7bd70 100644 --- a/docs/src/content/intro/README.md +++ b/docs/src/content/intro/README.md @@ -1,5 +1,13 @@ # Getting Started +
+ +Do not interact with any request without validating the modules and parameters included in it as it may lead to lost or stuck funds. + +Participants should always call the validateParameters function for each module before interacting with a Request to check that the specified parameters are correct. + +
+ Prophet presents a versatile and fully adaptable optimistic oracle solution, transcending the boundaries of conventional dispute resolution modules. With its emphasis on complete control and modularity across all aspects of the system, Prophet is an open-source public good for the Optimism community. ## Useful links diff --git a/docs/src/content/intro/framework.md b/docs/src/content/intro/framework.md index a89a87b..8943d89 100644 --- a/docs/src/content/intro/framework.md +++ b/docs/src/content/intro/framework.md @@ -1,13 +1,5 @@ # Prophet Framework 101 -
- -Do not interact with any request without validating the modules and parameters included in it as it may lead to lost or stuck funds. - -Participants should always call the validateParameters function for each module before interacting with a Request to check that the specified parameters are correct. - -
- ## What is Prophet? Prophet presents a versatile and fully adaptable optimistic oracle solution, transcending the boundaries of conventional dispute resolution modules. It moves away from a one-fits-all resolution system and provides customizable modules that can be fine-tuned to meet the unique requirements of each user. With its emphasis on complete control and modularity across all aspects of the system, Prophet is an open-source public good for the Optimism community.