Skip to content

Commit accb319

Browse files
authored
Merge pull request #146 from codilion/vouch-number
number of vouches required
2 parents 9858a13 + 056316a commit accb319

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Install Wallet
22

3-
If you need a GUI wallet to send, receive, check balance for you accounts, you can use the Carpe wallet.
3+
If you need a GUI wallet to send, receive, check balance for your accounts, you can use the ([Carpe wallet](https://github.com/0LNetworkCommunity/carpe))

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)