From 02aeadf3b6d69ca1c9624c7cf4daabade7efe745 Mon Sep 17 00:00:00 2001 From: Can Kisagun Date: Sat, 10 Jan 2026 12:41:36 -0800 Subject: [PATCH 1/3] Update introduction.md Signed-off-by: Can Kisagun --- docs/intro/protocol/introduction.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/intro/protocol/introduction.md b/docs/intro/protocol/introduction.md index e9b00ae2..395844ef 100644 --- a/docs/intro/protocol/introduction.md +++ b/docs/intro/protocol/introduction.md @@ -11,12 +11,13 @@ Our infrastructure allows developers to build composable appchains across the Et This allows for seamless cross-chain applications and shared liquidity. -Developers can use smart contracts on t1 to: +Developers can use TEE-applications and smart contracts on t1 to: 1. Use inputs from other rollups (as t1 runs partner rollup full nodes to read their state) 2. Write to applications on other rollups to update their state. - These primitives can be used to enhance existing applications that are deployed on multiple chains or build a new generation of cross-chain applications. -First, t1 runs full nodes of partner rollups inside its node infrastructure to read from partner rollups. This allows t1 to prove its or a partner rollups state back to Ethereum in a single L1 block. Second, t1 uses more expressive deposit contracts that are deployed on all partner rollups as well as Ethereum. As a result, t1 can not only read, but also write to partner rollups. Combined, these properties create the needed architecture for cross-chain applications and liquidity hubs. +These primitives can be used to enhance existing applications that are deployed on multiple chains or build a new generation of cross-chain applications. + +First, t1 runs full nodes of partner rollups inside its node infrastructure to read from partner rollups. This allows t1 to prove its or a partner rollups state back to Ethereum in a single L1 block. Second, t1 uses expressive deposit contracts that can call contracts on all supported rollups and Ethereum. Combined, cross-chain reads and writes create the needed architecture for cross-chain applications and liquidity hubs. t1 delivers the missing infrastructure for building cross-chain applications. So far, apps had to deploy on multiple rollups, fragmenting liquidity and user experience. t1 enables cross-chain application workflows such as cross-chain vaults that automate the movement of user funds across different rollups to ensure that the user gets the highest yield in a non-custodial way. With t1, apps can deploy once and serve users anywhere. From 0b3acd2527c584428881c65afdab48302ae92ef9 Mon Sep 17 00:00:00 2001 From: Orest Tarasiuk | t1 <830847+OrestTa@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:51:14 +0100 Subject: [PATCH 2/3] Fix typo in introduction.md for TEE applications Signed-off-by: Orest Tarasiuk | t1 <830847+OrestTa@users.noreply.github.com> --- docs/intro/protocol/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/protocol/introduction.md b/docs/intro/protocol/introduction.md index 395844ef..98343bdf 100644 --- a/docs/intro/protocol/introduction.md +++ b/docs/intro/protocol/introduction.md @@ -11,7 +11,7 @@ Our infrastructure allows developers to build composable appchains across the Et This allows for seamless cross-chain applications and shared liquidity. -Developers can use TEE-applications and smart contracts on t1 to: +Developers can use TEE applications and smart contracts on t1 to: 1. Use inputs from other rollups (as t1 runs partner rollup full nodes to read their state) 2. Write to applications on other rollups to update their state. From fbc2b098ea4f5f9a9fc79ffd71d970459417d35b Mon Sep 17 00:00:00 2001 From: Orest Tarasiuk | t1 <830847+OrestTa@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:54:55 +0100 Subject: [PATCH 3/3] Update introduction.md Signed-off-by: Orest Tarasiuk | t1 <830847+OrestTa@users.noreply.github.com> --- docs/intro/protocol/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/protocol/introduction.md b/docs/intro/protocol/introduction.md index 98343bdf..0f57ae1f 100644 --- a/docs/intro/protocol/introduction.md +++ b/docs/intro/protocol/introduction.md @@ -18,6 +18,6 @@ Developers can use TEE applications and smart contracts on t1 to: These primitives can be used to enhance existing applications that are deployed on multiple chains or build a new generation of cross-chain applications. -First, t1 runs full nodes of partner rollups inside its node infrastructure to read from partner rollups. This allows t1 to prove its or a partner rollups state back to Ethereum in a single L1 block. Second, t1 uses expressive deposit contracts that can call contracts on all supported rollups and Ethereum. Combined, cross-chain reads and writes create the needed architecture for cross-chain applications and liquidity hubs. +First, t1 runs full nodes of partner rollups inside its node infrastructure to read from partner rollups. This allows t1 to prove its or a partner rollup's state back to Ethereum in a single L1 block. Second, t1 uses expressive deposit contracts that can call contracts on all supported rollups and Ethereum. -t1 delivers the missing infrastructure for building cross-chain applications. So far, apps had to deploy on multiple rollups, fragmenting liquidity and user experience. t1 enables cross-chain application workflows such as cross-chain vaults that automate the movement of user funds across different rollups to ensure that the user gets the highest yield in a non-custodial way. With t1, apps can deploy once and serve users anywhere. +Combined, t1 cross-chain reads and writes provide the needed infrastructure for cross-chain applications and liquidity hubs. So far, apps had to deploy on multiple rollups, fragmenting liquidity and user experience. t1 enables cross-chain application workflows such as cross-chain vaults that automate the movement of user funds across different rollups to ensure that the user gets the highest yield in a non-custodial way. With t1, apps can deploy once and serve users anywhere.