From 8445688fcad18bf7b7ec82e1422af5eda70b2485 Mon Sep 17 00:00:00 2001 From: Can Kisagun Date: Sat, 10 Jan 2026 13:01:09 -0800 Subject: [PATCH 1/2] Update rtp.md added pos is expensive, multisig is unreliable Signed-off-by: Can Kisagun --- docs/intro/protocol/rtp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/protocol/rtp.md b/docs/intro/protocol/rtp.md index 0cc51913..853267d6 100644 --- a/docs/intro/protocol/rtp.md +++ b/docs/intro/protocol/rtp.md @@ -6,6 +6,6 @@ sidebar_position: 2 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. -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. +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 realibility and PoS systems are very expensive to run. -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. +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. From 6eacf490068222f5ee7146fe57afc677f5b66382 Mon Sep 17 00:00:00 2001 From: Orest Tarasiuk | t1 <830847+OrestTa@users.noreply.github.com> Date: Sat, 10 Jan 2026 22:12:49 +0100 Subject: [PATCH 2/2] 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> --- docs/intro/protocol/rtp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/protocol/rtp.md b/docs/intro/protocol/rtp.md index 853267d6..ea62993f 100644 --- a/docs/intro/protocol/rtp.md +++ b/docs/intro/protocol/rtp.md @@ -6,6 +6,6 @@ sidebar_position: 2 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. -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 realibility and PoS systems are very expensive to run. +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. 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.