Skip to content

Commit f04066a

Browse files
committed
Fix 'Why TEE' body copy — governability, not ungovernability
The original 'ungovernability' was reaching for 'cannot be censored or unilaterally changed' but it lands as a negative non-feature and also misses the real point: Lit Actions ARE governed on-chain — by whatever governance the operator wires up (multisig, DAO, contract). 'On-chain governability' captures the actual property.
1 parent 7e1cb84 commit f04066a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/LandingHowItWorks/LandingHowItWorks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const LandingHowItWorks = () => {
116116
The TEE's identity, its allowed code, and its signing
117117
authority are all governed by a chain. You get the speed and
118118
expressiveness of a single trusted runtime, with the
119-
auditability and ungovernability of a smart contract.
119+
auditability and on-chain governability of a smart contract.
120120
</p>
121121
</div>
122122
</Container>

src/components/Prototypes/Prototype1.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default function Prototype1() {
142142
The TEE&apos;s identity, its allowed code, and its signing
143143
authority are all governed by a chain. You get the speed and
144144
expressiveness of a single trusted runtime, with the auditability
145-
and ungovernability of a smart contract.
145+
and on-chain governability of a smart contract.
146146
</p>
147147
</div>
148148
</Container>

0 commit comments

Comments
 (0)