Skip to content

Commit 9f30b1b

Browse files
authored
feat: add how to set an identity
1 parent 32a2acb commit 9f30b1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/vault/guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ At the end of this document you will have:
1010
- [x] [Upgraded the Vault client](#upgrading-the-vault-client)
1111
- [x] [Maintain your collateralization rate](#managing-collateral)
1212
- [x] [Ensure that there are enough BTC in the Vault's wallet](#bitcoin-balance-check)
13+
- [x] [Set an on-chain identity](#setting-an-identity)
1314
- [x] [Self-Minted KBTC/IBTC](#self-minting)
1415
- [x] [Set up Prometheus and Grafana for monitoring your Vault](#prometheus-and-grafana)
1516
- [x] [Improved the security of your Vault](#security)
@@ -310,6 +311,10 @@ bitcoin-cli -rpcwallet=<INSERT_YOUR_KEYNAME, example: 0x0e5aabe5ff862d66bcba0912
310311

311312
This will return a new address for your Vault. You can then use any Bitcoin wallet of your choice to send BTC to that address to refund the Vault's wallet.
312313

314+
## Setting an Identity
315+
316+
All networks inlcude the `identity` pallet. This allows anyone to set an identity. Follow the guide here: https://support.polkadot.network/support/solutions/articles/65000181981-how-to-set-and-clear-an-identity.
317+
313318
## Self-Minting
314319

315320
### Step 1. Create Request via Polkadot.js

docs/vault/multi-collateral.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A single Vault account can support more than one collateral asset.
55
Follow this guide to add more collateral assets:
66

77
- [x] [Learn about how multi-collateral Vaults work](#multi-collateral-operation)
8-
- [x] [Transfer foreign assets]
8+
- [x] [Transfer foreign assets](#transfer-foreign-assets)
99
- [x] [Register a new collateral asset](#registration)
1010
- [x] [Manage a multi-collateral Vault](#managing-a-multi-collateral-vault)
1111

0 commit comments

Comments
 (0)