# 操作指南

本节提供使用 OCAP 客户端完成常见任务的实用分步说明。每篇指南都设计成一个独立的教程，旨在帮助您实现特定目标，从管理账户到执行复杂的原子交换。

<x-cards data-columns="2">
  <x-card data-title="管理账户" data-href="/how-to-guides/manage-accounts" data-icon="lucide:user-cog">
    涵盖与账户相关的操作，例如将账户迁移到新密钥。
  </x-card>
  <x-card data-title="委托权限" data-href="/how-to-guides/delegate-permissions" data-icon="lucide:key-round">
    展示如何授权另一账户代表您发送交易，并指定允许的操作。
  </x-card>
  <x-card data-title="转移通证和 NFT" data-href="/how-to-guides/transfer-tokens-and-nfts" data-icon="lucide:arrow-right-left">
    提供在账户之间转移同质化通证和非同质化通证（资产）的分步指南。
  </x-card>
  <x-card data-title="管理资产 (NFT)" data-href="/how-to-guides/manage-assets" data-icon="lucide:gem">
    详细介绍非同质化通证的完整生命周期，包括创建、更新以及从工厂获取资产。
  </x-card>
  <x-card data-title="管理通证" data-href="/how-to-guides/manage-tokens" data-icon="lucide:coins">
    解释如何执行同质化通证操作，例如从通证工厂铸造和销毁通证。
  </x-card>
  <x-card data-title="质押通证和资产" data-href="/how-to-guides/stake-tokens-and-assets" data-icon="lucide:piggy-bank">
    关于如何向接收方质押通证或资产的分步指南，包括撤销和领取质押。
  </x-card>
  <x-card data-title="执行原子交换" data-href="/how-to-guides/perform-atomic-swaps" data-icon="lucide:repeat">
    关于如何使用多重签名交易在两方之间安全交换通证和资产的指南。
  </x-card>
</x-cards>
