Skip to content

Commit 3425928

Browse files
committed
number of vouches required
1 parent 9858a13 commit 3425928

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ FILO (First-In-Last-Out) is the v8 migration strategy that:
7171

7272
### Why These Steps?
7373

74-
| Step | Purpose | Technical Details |
75-
|------|---------|-------------------|
76-
| **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 |
77-
| **Vouch** | Provides social proof you're a real person AND enables coin unlocking | Creates on-chain attestation via `vouch_txs::vouch_for`, contributes to trust score calculation. Must achieve score ≥ 100,000 |
74+
| Step | Purpose | Technical Details |
75+
|------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
76+
| **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 |
77+
| **Vouch** | Provides social proof you're a real person AND enables coin unlocking | Creates on-chain attestation via `vouch_txs::vouch_for`, contributes to trust score calculation. Must receive >= 2 vouches and achieve score ≥ 100,000 |
7878

7979
## The Trust Score System
8080

0 commit comments

Comments
 (0)