Skip to content

Commit c4d14c5

Browse files
authored
Update migrate-to-v8.md
1 parent 1a8fa7c commit c4d14c5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ import TabItem from "@theme/TabItem";
1111

1212
# Re-join & Vouch – Getting Your 0L Account Moving Again (v8 Upgrade)
1313

14+
## TL;DR
15+
> - Old accounts from V7 must send a re-join transaction to migrate to V8 (you can do this in Carpe 1.1.0)
16+
> - A re-joined accounts needs 2 vouches from unrelated users
17+
> - The vouches should add up to a trust score of 100K or more (combined)
18+
1419
**For Founder accounts** – anyone who held 0L coins before the Level-8 upgrade
1520

1621
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.
1722

1823
:::note
19-
**Founder accounts require vouches for coins to begin unlock.** Without at least one valid vouch that provides sufficient trust score, your coins remain locked. This security measure prevents abandoned or sybil accounts from accessing funds.
24+
**Founder accounts require vouches for coins to begin unlock.** Without at least TWO valid vouches that provides sufficient trust score, your coins remain locked. This security measure prevents abandoned or sybil accounts from accessing funds.
2025
:::
2126

2227
## Prerequisites
@@ -44,10 +49,12 @@ libra txs user re-join
4449
```
4550

4651
2. **Get vouched by a friend** *(Required for unlocking!)*
52+
4753
Ask them to run:
4854
```bash
4955
libra txs user vouch --vouch-for <your-address>
5056
```
57+
* You will need a MINIMUM OF 2 VOUCHES FROM UNRELATED ACCOUNTS *
5158

5259
3. **Verify your trust score meets threshold**
5360
```bash

0 commit comments

Comments
 (0)