You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/founder/migrate-to-v8.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import TabItem from "@theme/TabItem";
15
15
16
16
This guide implements the community-approved **FILO** (First-In-Last-Out) proposal ([read the rationale](https://docs.openlibra.io/blog/proposals/back-to-filo-the-future-of-open-libra)). Learn why you must run a "re-join" action and receive a "vouch" from a friend to reactivate your account.
If this returns **true**, continue with this guide.
36
36
37
-
---
38
-
39
37
## Quick Start ⚡
40
38
41
39
1.**Re-join the network**
@@ -52,7 +50,6 @@ libra txs user vouch --vouch-for <your-address>
52
50
3.**Wait for next epoch** (~24 hours)
53
51
Your coins will begin unlocking automatically
54
52
55
-
---
56
53
57
54
## Understanding the Process
58
55
@@ -72,8 +69,6 @@ FILO (First-In-Last-Out) is the v8 migration strategy that:
72
69
|**Re-join**| Signals your return and migrates account to v8 format | Calls `filo_migration::maybe_migrate` which initializes Activity, Founder status, SlowWallet reset, Vouch structures, and PageRank |
73
70
|**Vouch**| Provides social proof you're a real person | Creates on-chain attestation via `vouch::vouch_for`, expires after 45 epochs |
0 commit comments