> ## Documentation Index
> Fetch the complete documentation index at: https://docs.glam.systems/llms.txt
> Use this file to discover all available pages before exploring further.

# GUI

## Create Vault

<Steps>
  <Step title="Access Platform">
    Navigate to the <Tooltip tip="https://gui.glam.systems/">[GLAM GUI](https://gui.glam.systems/)</Tooltip> and select *Vault*.
  </Step>

  <Step title="Vault Configuration">
    On the <Tooltip tip="https://gui.glam.systems/vault/create">[Create Vault](https://gui.glam.systems/vault/create)</Tooltip> page:

    1. Connect your Solana wallet if you haven't already

    2. Choose a name for your vault (public)

    3. Select the integrations you would like to enable

    4. Review the settings and click *Create*

    5. Sign the transaction in your wallet

    <Note>
      For optimal security and efficiency only enable integrations required for your use case.
    </Note>

    <Note>
      Creating a vault requires a refundable deposit of 0.016 SOL to cover rent costs. This amount will be returned when you close the vault.
    </Note>
  </Step>

  <Step title="Initial Deposit">
    After creation, you'll be directed to the Holdings page where you can:

    * View your vault details

    * Find your vault's address under *Vault Details* to make the initial deposit

    * Begin making your first deposit by transferring assets to the vault address
  </Step>
</Steps>

<Frame caption="Create Vault">
  <video autoPlay muted loop playsInline className="block dark:hidden w-full aspect-video" src="https://res.cloudinary.com/devbkdecu/video/upload/v1744555171/vault-quickstart-create-light_jufimi.mp4" />

  <video autoPlay muted loop playsInline className="hidden dark:block w-full aspect-video" src="https://res.cloudinary.com/devbkdecu/video/upload/v1744555172/vault-quickstart-create-dark_pz99ha.mp4" />
</Frame>

***

## Delegate Access

Delegate access allows you to grant specific permissions to other wallets while maintaining control of your vault.

<Steps>
  <Step title="Access Delegation Controls">
    Navigate to the [<Tooltip tip="https://gui.glam.systems/vault/access">Access</Tooltip>](https://gui.glam.systems/vault/access) page.
  </Step>

  <Step title="Add New Delegate">
    Click the *Add Key* button and provide:

    * Label (optional) to identify the delegate

    * Delegate's public key

    * Specific permissions you want to grant
  </Step>

  <Step title="Review and Confirm">
    * Verify the selected permissions

    * Sign the transaction to activate the delegation

    Learn more about fine-grained access control and delegation in  Access Control documentation.
  </Step>
</Steps>

<Frame caption="Delegate Access">
  <video autoPlay muted loop playsInline className="block dark:hidden w-full aspect-video" src="https://res.cloudinary.com/devbkdecu/video/upload/v1737314842/vault-quickstart-access-light_pkqcqw.mp4" />

  <video autoPlay muted loop playsInline className="hidden dark:block w-full aspect-video" src="https://res.cloudinary.com/devbkdecu/video/upload/v1737314843/vault-quickstart-access-dark_ygaxdb.mp4" />
</Frame>

***

## Manage Portfolio

Your GLAM vault supports various DeFi operations to help you manage your portfolio effectively:

<Steps>
  <Step title="Token Swaps">
    * Execute trades through Jupiter's aggregator

    * Access optimal routes across Solana's DEXs

    * Get best available prices with minimal slippage
  </Step>

  <Step title="Staking Operations">
    * Stake SOL directly with validators (native staking)

    * Use liquid staking protocols for staking derivatives

    * Earn staking rewards while maintaining liquidity
  </Step>

  <Step title="Asset Transfers">
    * Deploy capital across different DeFi protocols

    * Manage positions across multiple venues
  </Step>
</Steps>

<Note>
  Remember to enable the required integrations before performing any of these operations.
</Note>

<Frame caption="Manage Portfolio">
  <video autoPlay muted loop playsInline className="block dark:hidden w-full aspect-video" src="https://res.cloudinary.com/devbkdecu/video/upload/v1737315945/vault-quickstart-porfolio-light_jnguj6.mp4" />

  <video autoPlay muted loop playsInline className="hidden dark:block w-full aspect-video" src="https://res.cloudinary.com/devbkdecu/video/upload/v1737315945/vault-quickstart-porfolio-dark_nxgqtz.mp4" />
</Frame>

***

## Close Vault

Important safety considerations when closing your vault:

<Steps>
  <Step title="Prepare for Closure">
    * Ensure all assets have been withdrawn from the vault

    * Only the vault owner can perform this operation
  </Step>

  <Step title="Close the Vault">
    Navigate to the [<Tooltip tip="https://gui.glam.systems/vault/holdings"><u>Holdings</u></Tooltip>](https://gui.glam.systems/vault/holdings) page:

    * Click *Details* to open the Vault Details sheet

    * Locate the *Close Vault* button at the bottom

    * Sign the closing transaction, which will automatically refund your rent deposit
  </Step>
</Steps>

<Warning>
  Any remaining assets will be automatically transferred to the owner during closure
</Warning>

<Warning>
  The closing transaction may fail if the vault holds too many assets. If this happens, manually transfer assets and/or close empty token accounts first.
</Warning>

<Warning>
  **DO NOT** send any assets to the vault during the closing process. Assets sent during closure may be permanently lost.
</Warning>

<Frame caption="Close Vault">
  <video autoPlay muted loop playsInline className="block dark:hidden w-full aspect-video" src="https://res.cloudinary.com/devbkdecu/video/upload/v1737317182/vault-quickstart-close-light_kjurco.mp4" />

  <video autoPlay muted loop playsInline className="hidden dark:block w-full aspect-video" src="https://res.cloudinary.com/devbkdecu/video/upload/v1737317181/vault-quickstart-close-dark_giiwve.mp4" />
</Frame>
