Confidential computing already exists inside the world's largest clouds. What is new is combining it with consensus, governance, and smart contracts on a single decentralized network. A look at what AMD's SEV brings to the Internet Computer, and where trust still lives.

Every organization that moves a workload to the cloud inherits a quiet dependency it rarely examines. The people who operate the machines can, in principle, read what runs on them.

You can encrypt the network connection. You can encrypt data at rest on disk. You can sign a contract that promises good behavior. None of that addresses the moment that matters most, which is when data is loaded into memory and processed in the clear. At that instant, a privileged administrator, a compromised hypervisor, or anyone with deep enough access to the host has a window into the workload. The modern cloud manages this risk with policy, audits, and reputation. It asks customers to trust the provider.

Confidential computing is the attempt to replace some of that trust with hardware. AMD's Secure Encrypted Virtualization, known as SEV, is one of the leading implementations, and its arrival on the Internet Computer is worth understanding. Not because it is novel technology, but because of the company it now keeps.

What SEV Does, Precisely

SEV is a feature of AMD's EPYC server processors. Its current generation, SEV-SNP (Secure Nested Paging), adds memory integrity protection to the earlier memory encryption.

The core mechanism is memory encryption tied to a virtual machine. Each confidential VM is assigned its own encryption key, generated and held inside the processor by a dedicated security co-processor called the AMD Secure Processor. Data belonging to that VM is encrypted in main memory. It is decrypted only inside the CPU while the processor is actively computing on it, and re-encrypted before it returns to memory. The key never leaves the chip, and the hypervisor running the VM cannot extract it.

The practical effect is a boundary. The hypervisor, the host operating system, other virtual machines on the same hardware, and an operator with physical access to the server see ciphertext in memory rather than plaintext. The nesting protections in SEV-SNP also defend against a malicious hypervisor remapping or replaying a VM's memory, a class of attack the earlier versions did not fully cover.

Two things are worth stating plainly. SEV protects data in use, which is the gap that disk and transport encryption leave open. And it shifts the root of trust from the operator's policies to the processor's design.

https://theswop.app/assets/ast-78

Why It Matters More on ICP Than in a Hyperscaler

Here is the point that is easy to get wrong, in either direction.

Confidential computing is not unique to the Internet Computer. Microsoft Azure, Amazon Web Services, and Google Cloud all offer confidential virtual machines built on SEV-SNP or Intel's equivalent, TDX. A bank can rent a confidential VM from a hyperscaler today. If the only claim were that ICP encrypts memory, there would be no story.

The distinction is the platform around the hardware.

In a centralized cloud, a confidential VM still runs inside infrastructure owned and operated by one company. That company controls the orchestration, the billing, the availability, and ultimately the ability to change terms or comply with a legal order. Confidential computing narrows what the provider can see. It does not change who is in charge.

The Internet Computer pairs the same class of hardware protection with a different control structure: a network of independently operated nodes, a consensus protocol that tolerates a fraction of those nodes being faulty or malicious, on-chain governance through the Network Nervous System, and smart contracts, called canisters, that execute directly on that network. SEV is being layered onto that foundation rather than onto a single operator's data center.

That combination is genuinely unusual. Centralized clouds offer confidentiality without decentralization. Most blockchains offer decentralization without confidentiality, because they assume all state is public. Bringing the two together in one platform, alongside consensus, governance, and programmable smart contracts, is the claim actually worth examining. The hardware is the commodity. The architecture it sits in is the differentiator.

https://theswop.app/assets/ast-79

Remote Attestation, the Load-Bearing Feature

Memory encryption protects the data. Remote attestation is what lets an outside party verify that the protection is real.

Attestation lets a confidential VM produce a report, signed by a key rooted in the AMD hardware, asserting that it is running on genuine SEV hardware, that a specific and expected piece of software is loaded, and that the environment has not been altered. A client can check that report before trusting the machine with anything sensitive.

This is the difference between a claim and evidence. A traditional provider states that its servers are secure. An attested node offers a cryptographic artifact that an independent party can verify. On the Internet Computer, DFINITY has demonstrated SEV-SNP nodes joining a network only after mutually attesting one another, and has described extending attestation to the API boundary nodes at the network's edge, so that clients could eventually verify the machines handling their requests.

Attestation is also where trust does not so much disappear as move, which is the subject of the next section.

Where Trust Still Lives

It is worth being precise here, because confidential computing is often described in absolutes it does not earn.

SEV reduces trust assumptions. It does not eliminate them. The honest description is that it relocates trust from the cloud operator to a different and arguably narrower set of parties.

Trust now rests on AMD. The encryption keys are generated and protected by AMD silicon, and the attestation reports are signed by keys that chain back to AMD's certificate infrastructure. If the hardware design, the firmware, or that signing chain is flawed or compromised, the guarantees weaken. Trust also rests on the correctness of the implementation, including the software that runs inside the enclave and the tooling that verifies attestation reports. And it rests on the standard cryptographic assumptions underneath all of it.

There is also a real gap between practical security and theoretical security. Against a remote attacker, a malicious hypervisor, or a curious administrator, SEV-SNP raises the bar substantially. Against a well-resourced adversary with physical possession of the hardware, the picture is more contested. Security researchers have demonstrated attacks against SEV across its generations, including voltage-fault and memory-manipulation techniques, and AMD has hardened successive versions in response. The fair summary is that SEV-SNP is strong against the threats most organizations actually face, and that it should not be described as unbreakable, particularly against the kind of physical attack available to a nation-state.

This is not a limitation specific to ICP. It is the nature of confidential computing everywhere. The useful framing is comparative. SEV on a decentralized network reduces trust in any single operator while introducing a dependency on a hardware vendor. Whether that is a good trade depends on what you were worried about to begin with.

https://theswop.app/assets/ast-80

What Becomes Possible

The reason this matters is not the cryptography. It is the set of applications that move from impractical to plausible.

For AI agents, confidentiality changes the deployment calculus. An agent that holds proprietary data, customer records, or an organization's private working memory has, until now, forced a choice between running on infrastructure someone else can inspect or keeping the agent off shared infrastructure entirely. Confidential execution on a decentralized network offers a third option: an agent whose memory and inputs are shielded from the operators of the machines it runs on, with the integrity of the environment verifiable through attestation.

For enterprise software, it widens the range of workloads that can run on-chain at all. Customer databases, internal tools, and regulated records have been poor fits for a platform that treats every byte of state as public. Confidentiality makes them conceivable, and the decentralization underneath addresses the separate worry of depending on one vendor.

For social networks and messaging, it allows user content and relationships to remain private to the participants rather than visible to whoever runs the servers, while still operating on a network no single party controls.

For identity systems, it complements mechanisms the Internet Computer already uses, such as Internet Identity and vetKeys, the latter an application-level scheme that distributes decryption capability across nodes so that no single machine holds a complete key. Hardware confidentiality and cryptographic key management address different layers of the same problem rather than competing.

For organizations coordinating on-chain, it means treasuries, internal workflows, and member data can stay confidential while governance and execution remain transparent and rule-bound. This is the design space that newer coordination protocols are reaching for, including the author's own project, The Swop, which aims to combine social, identity, AI, and organizational tooling on ICP. The relevant point is categorical rather than promotional: without confidential execution, that entire category of application is difficult to build honestly.

Subnet Economics, and an Honest Tradeoff

One of the more interesting and most frequently misstated implications concerns the size of subnets.

A standard Internet Computer subnet runs 13 nodes and relies on Byzantine fault-tolerant consensus that holds as long as fewer than one-third of those nodes are faulty or malicious. The argument for SEV-enabled subnets is that hardware attestation changes the threat model. If each node can prove it is running the correct, unaltered software inside a protected enclave, certain attacks become harder to mount, and the network may reach a comparable level of assurance with fewer nodes.

This deserves care on two fronts.

First, the specific numbers should be treated as a design rationale rather than a settled specification. The reasoning points toward smaller SEV subnets, and figures lower than 13 have been discussed, but the precise node count for a given assurance level is exactly the kind of parameter that is set and revised through governance over time. It should be confirmed against current DFINITY documentation before being quoted as fixed.

Second, and more importantly, this is a tradeoff, not a free improvement. A subnet with fewer nodes is, by definition, less decentralized. The case for it is that each remaining node is harder to subvert because of hardware attestation, so security improves along one axis even as it narrows along another. Well-informed people disagree about how to weigh those axes. Some see hardware-backed assurance with fewer nodes as a net gain in real-world security. Others see any reduction in node count as a concession on the very property that made the network valuable, and are wary of leaning on a single hardware vendor to justify it. Both positions are defensible. Anyone presenting only one of them is selling something.

The economic appeal is real either way. Fewer nodes means lower operating cost and more efficient use of hardware. The open question is whether the security accounting supports it, and that question does not have a single uncontested answer.

Cloud Engines and the Larger Bet

SEV also clarifies a strategic move DFINITY has been making toward the enterprise cloud market.

The foundation has described Cloud Engines as a way to assemble a configurable set of independently operated, geographically distributed nodes into something that behaves like a sovereign cloud. Dominic Williams, DFINITY's founder, has positioned this as the Internet Computer's entry into the broader enterprise cloud market, and a Swiss variant was introduced alongside a Swiss national subnet in early 2026. These are recent moves, and their real-world traction is still being established, so they are better read as direction than as proven outcomes.

Confidential computing is what would make such offerings credible to regulated industries. A sovereign, resilient cloud whose operators cannot inspect the workloads, and whose properties can be attested rather than merely asserted, is a materially different proposition from one that promises good conduct. That is the bridge SEV builds toward enterprise, government, and healthcare buyers who are bound by data-protection law and increasingly wary of concentration among a small number of foreign providers.

The Real Significance

It is tempting to file SEV under security features, somewhere near firewalls and key rotation. That undersells it.

The more useful reading is as an enabling technology. For most of the internet's history, building an application meant accepting a structural compromise. Either run on infrastructure you control, with the cost and limited reach that implies, or run on someone else's infrastructure and extend a standing trust you could not verify. Confidential computing erodes that compromise. A decentralized network that adds it erodes a second one, the dependence on any single operator.

What that combination opens is a class of systems that were previously hard to justify. Confidential AI agents that organizations can deploy without surrendering their data. Confidential organizations whose internal coordination is private but whose governance is transparent and enforceable. Decentralized cloud infrastructure that competes with hyperscalers not on price alone but on a property they cannot easily match, which is verifiable confidentiality without a single point of corporate control.

None of this is guaranteed, and the caveats are not decorative. The hardware trust is real. The physical-attack surface is real. The decentralization tradeoff in smaller subnets is a genuine debate, not a footnote. The deployment details are still moving, and some of the most attractive claims are best stated as direction rather than fact.

The direction, though, is clear and consequential. For two decades the cloud asked its users to trust it. Confidential computing on a decentralized network proposes a narrower and more verifiable arrangement: trust the cryptography, trust the hardware within its stated limits, and verify the rest. That is not the end of trust. It is a more honest accounting of where trust has to live, and that accounting is what will make the next generation of decentralized applications worth building.