Skip to content

Commit 5f78ef3

Browse files
cankisagunOrestTa
andauthored
Update rtp.md (#57)
* Update rtp.md added pos is expensive, multisig is unreliable Signed-off-by: Can Kisagun <can@t1protocol.com> * Fix typos and enhance clarity in RTP.md Corrected typos and improved clarity in the RTP documentation. Signed-off-by: Orest Tarasiuk | t1 <830847+OrestTa@users.noreply.github.com> --------- Signed-off-by: Can Kisagun <can@t1protocol.com> Signed-off-by: Orest Tarasiuk | t1 <830847+OrestTa@users.noreply.github.com> Co-authored-by: Orest Tarasiuk | t1 <830847+OrestTa@users.noreply.github.com>
1 parent 5947005 commit 5f78ef3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/intro/protocol/rtp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sidebar_position: 2
66

77
Real-Time Proving (RTP) enables immediate validation of computations, allowing systems to verify correct execution with minimal latency. This capability is particularly impactful in in blockchain ecosystems such as Ethereum, where the proliferation of layer 2 rollups has led to liquidity fragmentation and overall user experience degredation. RTP enhances composability by allowing chains and rollups to securely and efficiently interact with one another in near real-time, facilitating cross-chain operations such as asset transfers, contract calls, and state updates.
88

9-
Within a Trusted Execution Environment (TEE), the computation of rollup state transitions can be securely executed, producing cryptographic proofs that attest to the correctness of these transitions. These proofs can be immediately submitted to other chains or Ethereum without requiring the delays associated with traditional mechanisms like ZK rollups or optimistic rollups.
9+
Within a Trusted Execution Environment (TEE), the computation of rollup state transitions can be securely executed, producing cryptographic proofs that attest to the correctness of these transitions. These proofs can be immediately submitted to other chains or Ethereum without requiring the delays associated with traditional mechanisms like ZK rollups or optimistic rollups. While proving via multisigs and proof-of-stake (PoS) can be fast, these methods face significant limitations. Multisig systems don'provide reliability and PoS systems are very expensive to run.
1010

11-
By leveraging TEEs, RTP allows chains and rollups to rely on less trust assumptions while enabling near-instantaneous interaction with other chains. This real-time interaction reduces friction for developers and users, unlocking advanced use cases such as dynamic liquidity provisioning and seamless multi-chain dApp experiences.
11+
By leveraging TEEs, t1 allows chains and rollups to have near-instantaneous interactions with other chains. This real-time interaction reduces friction for developers and users, unlocking advanced use cases such as dynamic liquidity provisioning and seamless multi-chain dApp experiences.

0 commit comments

Comments
 (0)