diff --git a/docs/multisig-DAO/treasury-account.md b/docs/multisig-DAO/treasury-account.md index c6a71fc..ec537e3 100644 --- a/docs/multisig-DAO/treasury-account.md +++ b/docs/multisig-DAO/treasury-account.md @@ -12,12 +12,36 @@ but only the DAO members can ever approve withdrawals through treasury transfer ![multisigbespoke](/img/treasuryAccount/vaults.png) --- -## Creating Treasury Account +## Creating Treasury Accounts To start select the plus button ![multisigbespoke](/img/treasuryAccount/add_treasury.png) in the right corner of the Treasury View ![multisigbespoke](/img/treasuryAccount/vaults.png) +From there, you can create one of the following types of treasury accounts +- SOL +- NFT +- Token + +### SOL Treasury +![multisigbespoke](/img/treasuryAccount/sol.png) + +To add SOL to this treasury, click on your treasury account +![multisigbespoke](/img/treasuryAccount/treasury_account.png) + +From there you'll have options such as depositing, withdrawing, or staking. We'll be depositing for this example +![multisigbespoke](/img/treasuryAccount/deposit_withdraw_stake.png) + +You'll then be taken to the treasury's account address +![multisigbespoke](/img/treasuryAccount/deposit_account_address.png) + + +For the next step we'll be stepping out of Realms and to your wallet of choice (Phantom shown) +![multisigbespoke](/img/treasuryAccount/phantom_send.png) + +Lastly just enter the treasury's account address from earlier and the amount of SOL you wish to depositphan +![multisigbespoke](/img/treasuryAccount/phantom_deposit.png) + ### Token Treasury If you want your treasury account to hold tokens (ex. USDC) you have to provide the token address (aka mint address) of the token you need. diff --git a/static/img/treasuryAccount/deposit_account_address.png b/static/img/treasuryAccount/deposit_account_address.png new file mode 100644 index 0000000..6feea76 Binary files /dev/null and b/static/img/treasuryAccount/deposit_account_address.png differ diff --git a/static/img/treasuryAccount/deposit_withdraw_stake.png b/static/img/treasuryAccount/deposit_withdraw_stake.png new file mode 100644 index 0000000..f6e6727 Binary files /dev/null and b/static/img/treasuryAccount/deposit_withdraw_stake.png differ diff --git a/static/img/treasuryAccount/nft.png b/static/img/treasuryAccount/nft.png index 97791ac..8e1a7f2 100644 Binary files a/static/img/treasuryAccount/nft.png and b/static/img/treasuryAccount/nft.png differ diff --git a/static/img/treasuryAccount/phantom_deposit.png b/static/img/treasuryAccount/phantom_deposit.png new file mode 100644 index 0000000..49c5e3e Binary files /dev/null and b/static/img/treasuryAccount/phantom_deposit.png differ diff --git a/static/img/treasuryAccount/phantom_send.png b/static/img/treasuryAccount/phantom_send.png new file mode 100644 index 0000000..94505f9 Binary files /dev/null and b/static/img/treasuryAccount/phantom_send.png differ diff --git a/static/img/treasuryAccount/sol.png b/static/img/treasuryAccount/sol.png new file mode 100644 index 0000000..e384769 Binary files /dev/null and b/static/img/treasuryAccount/sol.png differ diff --git a/static/img/treasuryAccount/treasury_account.png b/static/img/treasuryAccount/treasury_account.png new file mode 100644 index 0000000..4d69b6d Binary files /dev/null and b/static/img/treasuryAccount/treasury_account.png differ