Skip to content

Commit 2edf4d7

Browse files
committed
clean up
1 parent 0481257 commit 2edf4d7

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

docs/guides/founder/migrate-to-v8.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import TabItem from "@theme/TabItem";
1515

1616
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.
1717

18-
---
18+
1919

2020
## Prerequisites
2121

@@ -34,8 +34,6 @@ libra query view 0x1::founder::is_founder <your-address>
3434
```
3535
If this returns **true**, continue with this guide.
3636

37-
---
38-
3937
## Quick Start ⚡
4038

4139
1. **Re-join the network**
@@ -52,7 +50,6 @@ libra txs user vouch --vouch-for <your-address>
5250
3. **Wait for next epoch** (~24 hours)
5351
Your coins will begin unlocking automatically
5452

55-
---
5653

5754
## Understanding the Process
5855

@@ -72,8 +69,6 @@ FILO (First-In-Last-Out) is the v8 migration strategy that:
7269
| **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 |
7370
| **Vouch** | Provides social proof you're a real person | Creates on-chain attestation via `vouch::vouch_for`, expires after 45 epochs |
7471

75-
---
76-
7772
## Step-by-Step Instructions
7873

7974
### 1. Prepare Your Account
@@ -114,7 +109,6 @@ libra query view 0x1::reauthorization::is_v8_authorized <your-address>
114109
```
115110
Returns **true** when fully authorized.
116111

117-
---
118112

119113
## Common Questions
120114

@@ -135,7 +129,6 @@ FILO resets your unlocked balance to 0. The first unlock happens at the next epo
135129
### Can I vouch for myself?
136130
**No.** Self-vouching is blocked with error `EU_SELF_VOUCH`.
137131

138-
---
139132

140133
## Troubleshooting
141134

@@ -152,7 +145,6 @@ FILO resets your unlocked balance to 0. The first unlock happens at the next epo
152145
| Balance shows `0 / X` unlocked | FILO reset | Wait one epoch for first unlock |
153146
| Lost mnemonic | No recovery possible | Mnemonic required - treat like hardware wallet seed |
154147

155-
---
156148

157149
## Technical Deep Dive
158150

0 commit comments

Comments
 (0)