diff --git a/src/app/guide/page.tsx b/src/app/guide/page.tsx
index b5b41e2..a9ae33e 100644
--- a/src/app/guide/page.tsx
+++ b/src/app/guide/page.tsx
@@ -32,7 +32,7 @@ export default function GuidePage() {
2. How Synapsis is Different
3. Following Users on Other Servers
4. How Others Follow You
- 5. Portable Identity & The Future
+ 5. Portable Identity & Account Migration
@@ -84,12 +84,8 @@ export default function GuidePage() {
- You own your identity. Your DID is generated from a cryptographic key pair that only you control.
- Authenticity. Every post you make is cryptographically signed, proving it came from you.
- - Future portability. The architecture is designed so that, in the future, you could move your identity to a different node without losing your followers.
-
- Note: Full account migration is a future feature. Today, DIDs establish the foundation for this capability.
-
{/* Section 3 */}