Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tutorial on adding tokens to treasury account. Fixed outdated screenshots #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
26 changes: 25 additions & 1 deletion docs/multisig-DAO/treasury-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/treasuryAccount/nft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/treasuryAccount/phantom_deposit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/treasuryAccount/phantom_send.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/treasuryAccount/sol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/treasuryAccount/treasury_account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.