Skip to content

Commit

Permalink
chore: update OVM description
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQW committed Feb 11, 2025
1 parent fe762e4 commit 62d68cf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/guide/openchain/ovm/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ The task execution results are recorded on-chain to offer verifiability and tran

### High Performance Compute (HPC)

OVM sources compute from decentralized and verifiable sources, such as Open Nodes,
OVM sources compute from decentralized and verifiable providers, known as Open Nodes, ensuring high-performance execution for intensive workloads.

### Interoperability

OVM is EVM-compatible, which means that it supports native execution of Solidity smart contracts.

In fact, it interoperates with any blockchains, EVM or not.

### Language-agnostism
### Language-Agnosticism

OVM employs state-of-the-art virtualization technology, meaning that it can execute any program written in any language.

Expand All @@ -42,6 +42,11 @@ OVM is equipped with a Trusted Execution Environment (TEE), which ensures that t

Sensitive data and operations are executed within the TEE, ensuring that secrets are never exposed to the external risks.

### Statistical Verification of Stochastic Data

OVM employs statistical methodologies to verify the reliability of stochastic data.
By leveraging probabilistic consensus, cryptographic sampling, and statistical inference techniques, it ensures that results derived from non-deterministic computations are trustworthy and resistant to manipulation.

To begin development with OVM, visit:

<Card title="OVM Task" href="/guide/openchain/ovm/task"/>

0 comments on commit 62d68cf

Please sign in to comment.