From 34a6d781530d34c42f373cc7d2424a6fdd579ef4 Mon Sep 17 00:00:00 2001 From: prince Date: Thu, 26 Jun 2025 19:16:54 +0800 Subject: [PATCH] fix case sensitivity --- docs/concepts/research.md | 14 +++++++------- .../v2/concepts/03-advanced-topics/06-research.md | 2 +- src/css/custom.css | 10 ++++++---- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/concepts/research.md b/docs/concepts/research.md index bb2b6be94..c17417b64 100644 --- a/docs/concepts/research.md +++ b/docs/concepts/research.md @@ -10,29 +10,29 @@ The rollup landscape is changing rapidly, and we at t1 strive to stay at the ble ## **t1** is the cross-chain application infra to enable better web3 UX -Authors: Can Kisagun, CEO & Co-founder of t1 +Authors: Can Kisagun, CEO & Co-Founder of t1 > t1 is the first cross-chain application that introduces real-time proving (RTP) and programmability to fix fragmentation and composability challenges in scaling Ethereum. By leveraging AVS-secured Trusted Execution Environments (TEE), t1 introduces real-time proofs that prove the integrity of t1 execution to Ethereum in less time than it takes to create a block on Ethereum (less than 12 seconds). By running partner rollup nodes in its node infrastructure, t1 aggregates and proves their state to Ethereum in real-time. As a result, t1 enables instant settlement between any combination of partner rollups and Ethereum, providing composability. All execution in t1 is cryptographically verified via zk-compressed Remote Attestation coming from Intel TDX Trusted Execution Environment (TEE), ensuring that state transitions are provably correct, tamper-proof, and bound to the current protocol version. In addition to real-time proving, t1 supports general-purpose smart contract programmability and enables writes to partner rollups, in addition to reading their state. -- [**t1** is the cross-chain application infra to enable better web3 UX](https://t1protocol.substack.com/p/t1-is-the-cross-chain-application) +Read more: [**t1** is the cross-chain application infra to enable better web3 UX](https://t1protocol.substack.com/p/t1-is-the-cross-chain-application) ## The Rollup Fragmentation Problem -Authors: Can Kisagun, CEO & Co-founder of t1 +Authors: Can Kisagun, CEO & Co-Founder of t1 > Rollups, which execute transactions outside of Ethereum (off-chain) and post integrity (execution) proofs and transaction data to Layer 1 for verification, have scaled Ethereum in a secure and performant way, enabling significant reduction in transaction fees and improvements in user experience. However, while improving scalability, rollups also introduced siloed execution that led to liquidity fragmentation and broke composability in Ethereum. In this article, we talk about the rollup fragmentation problem, its implications for users and developers, and we explore how emerging technologies can restore composability. Ethereum ultimately needs to provide a unified and composable ecosystem where users can interact with different applications seamlessly, across rollups. To get there, the focus must be on shared sequencing and real-time proof generation. -- [The Rollup Fragmentation Problem](https://t1protocol.substack.com/p/the-rollup-fragmentation-problem) +Read More: [The Rollup Fragmentation Problem](https://t1protocol.substack.com/p/the-rollup-fragmentation-problem) ## Introducing **t1:** Unifying Ethereum’s Ecosystem for the Future of Web3 -Authors: Can Kisagun, CEO & Co-founder of t1 +Authors: Can Kisagun, CEO & Co-Founder of t1 > Today, we are excited to share more about t1 and our journey. We believe Ethereum should not only be the most decentralized smart contracting ecosystem but also the blockchain with the best user and developer experience. > Ethereum best embodies the ethos and values that inspire us about the future of blockchain technology. It has the most decentralized community—a place where the brightest minds gather and innovation thrives. However, the best technology doesn’t always win. > We believe that for Ethereum to provide the best user and developer experience, the rollup fragmentation problem must be solved. The vision of a unified Ethereum ecosystem truly excites us. We started t1 earlier this year to make this vision a reality. -- [Introducing **t1**](https://t1protocol.substack.com/p/introducing-t1-unifying-ethereums-ecosystem) +Read more: [Introducing **t1**](https://t1protocol.substack.com/p/introducing-t1-unifying-ethereums-ecosystem) ## How to run Reth in Intel TDX @@ -41,4 +41,4 @@ Authors: KSS, Founding Engineer at t1 > Trusted Execution Environments (TEE) are hardly a novelty. They are currently one of the most established methods of performing verifiable computation server-side. As crazy as it sounds, SGX was introduced by Intel nearly a decade ago. The wider blockchain community took its time to realize how great of a pairing TEEs and blockchains are, and harness that potential by taking the best of on-chain security and off-chain performance. > There were some good reasons to be cautious about Intel SGX with its poor developer experience, lack of crucial features and numerous exploits (https://sgx.fail/, anyone?). In the end, with the release of Intel TDX in 2023 and great RnD teams such as Flashbots and Automata paving the path, many L2 solutions decided to adopt TEEs as a crucial extension of their tech. -- [How to run Reth in Intel TDX](https://t1protocol.substack.com/p/how-to-run-reth-in-intel-tdx) +Read more: [How to run Reth in Intel TDX](https://t1protocol.substack.com/p/how-to-run-reth-in-intel-tdx) diff --git a/docs/contracts/v2/concepts/03-advanced-topics/06-research.md b/docs/contracts/v2/concepts/03-advanced-topics/06-research.md index b9a434d0f..0a1ecba8e 100644 --- a/docs/contracts/v2/concepts/03-advanced-topics/06-research.md +++ b/docs/contracts/v2/concepts/03-advanced-topics/06-research.md @@ -5,7 +5,7 @@ title: Research # The Rollup Fragmentation Problem -Authors: Can Kisagun, CEO & Co-founder of t1 +Authors: Can Kisagun, CEO & Co-Founder of t1 > Rollups, which execute transactions outside of Ethereum (off-chain) and post integrity (execution) proofs and transaction data to Layer 1 for verification, have scaled Ethereum in a secure and performant way, enabling significant reduction in transaction fees and improvements in user experience. However, while improving scalability, rollups also introduced siloed execution that led to liquidity fragmentation and broke composability in Ethereum. In this article, we talk about the rollup fragmentation problem, its implications for users and developers, and we explore how emerging technologies can restore composability. Ethereum ultimately needs to provide a unified and composable ecosystem where users can interact with different applications seamlessly, across rollups. To get there, the focus must be on shared sequencing and real-time proof generation. diff --git a/src/css/custom.css b/src/css/custom.css index 573f9115d..2973987c0 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -348,9 +348,11 @@ html[data-theme='dark'] .DocSearch { --docsearch-searchbox-background: rgba(0, 0, 0, 0.2); /* Footer */ --docsearch-footer-background: var(--ifm-background-surface-color); - --docsearch-key-gradient: linear-gradient(-26.5deg, - var(--ifm-color-emphasis-200) 0%, - var(--ifm-color-emphasis-100) 100%); + --docsearch-key-gradient: linear-gradient( + -26.5deg, + var(--ifm-color-emphasis-200) 0%, + var(--ifm-color-emphasis-100) 100% + ); --docsearch-searchbox-shadow: inset 0 0 0 2px var(--ifm-color-emphasis-200); } @@ -520,4 +522,4 @@ html[data-theme='dark'] .DocSearch-Hit a { * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */ \ No newline at end of file + */