Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/install-wallet.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Install Wallet

If you need a GUI wallet to send, receive, check balance for you accounts, you can use the Carpe wallet.
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))
8 changes: 4 additions & 4 deletions docs/guides/founder/migrate-to-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ FILO (First-In-Last-Out) is the v8 migration strategy that:

### Why These Steps?

| Step | Purpose | Technical Details |
|------|---------|-------------------|
| **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 |
| **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 |
| Step | Purpose | Technical Details |
|------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
| **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 |
| **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 |

## The Trust Score System

Expand Down