# How-to Guides

This section provides practical, step-by-step instructions for completing common tasks with the OCAP Client. Each guide is designed as a self-contained recipe to help you accomplish a specific goal, from managing accounts to performing complex atomic swaps.

<x-cards data-columns="2">
  <x-card data-title="Manage Accounts" data-href="/how-to-guides/manage-accounts" data-icon="lucide:user-cog">
    Covers account-related operations such as migrating an account to new keys.
  </x-card>
  <x-card data-title="Delegate Permissions" data-href="/how-to-guides/delegate-permissions" data-icon="lucide:key-round">
    Shows how to authorize another account to send transactions on your behalf, specifying which actions are permitted.
  </x-card>
  <x-card data-title="Transfer Tokens and NFTs" data-href="/how-to-guides/transfer-tokens-and-nfts" data-icon="lucide:arrow-right-left">
    Provides a step-by-step guide on transferring fungible tokens and non-fungible tokens (assets) between accounts.
  </x-card>
  <x-card data-title="Manage Assets (NFTs)" data-href="/how-to-guides/manage-assets" data-icon="lucide:gem">
    Walks through the complete lifecycle of Non-Fungible Tokens, including creation, updating, and acquiring assets from a factory.
  </x-card>
  <x-card data-title="Manage Tokens" data-href="/how-to-guides/manage-tokens" data-icon="lucide:coins">
    Explains how to perform fungible token operations like minting and burning tokens from a token factory.
  </x-card>
  <x-card data-title="Stake Tokens and Assets" data-href="/how-to-guides/stake-tokens-and-assets" data-icon="lucide:piggy-bank">
    A step-by-step guide on how to stake tokens or assets to a receiver, including revoking and claiming stakes.
  </x-card>
  <x-card data-title="Perform Atomic Swaps" data-href="/how-to-guides/perform-atomic-swaps" data-icon="lucide:repeat">
    A guide on how to securely exchange tokens and assets between two parties using a multi-signature transaction.
  </x-card>
</x-cards>
