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

# Tutorials

> Task-oriented learning exercises connected to canonical topics.

# Tutorials

Task-oriented learning exercises connected to canonical topics.

<CardGroup cols={2}>
  <Card title="Read a Blockchain Transaction" href="/generated/tutorials/read-a-blockchain-transaction" icon="route">Learn how to break a blockchain transaction into sender, recipient, value, fee, status, and execution effects.</Card>
  <Card title="Review a Transaction Before Signing" href="/generated/tutorials/review-a-transaction-before-signing" icon="route">Use a repeatable checklist to inspect destination, amount, contract action, permissions, and expected effects before approval.</Card>
  <Card title="Secure a Self-Custody Wallet" href="/generated/tutorials/secure-a-self-custody-wallet" icon="route">Build a practical wallet-security routine covering recovery material, device security, phishing resistance, and transaction review.</Card>
  <Card title="Inspect a Smart Contract" href="/generated/tutorials/inspect-a-smart-contract" icon="route">Learn how to identify contract address, ownership, permissions, upgradeability, events, and common risk surfaces.</Card>
  <Card title="Evaluate a DeFi Protocol" href="/generated/tutorials/evaluate-a-defi-protocol" icon="route">Review liquidity, smart-contract dependencies, collateral design, oracle assumptions, governance, and user-facing risk.</Card>
  <Card title="Compare Layer-2 Designs" href="/generated/tutorials/compare-layer-2-designs" icon="route">Compare rollups, settlement assumptions, data availability, sequencers, finality, and bridging trade-offs.</Card>
  <Card title="Connect an Application to RPC" href="/generated/tutorials/connect-an-application-to-rpc" icon="route">Understand RPC endpoints, request flow, node providers, reliability, rate limits, and fallback strategies.</Card>
  <Card title="Trace a Cross-Chain Message" href="/generated/tutorials/trace-a-cross-chain-message" icon="route">Follow the conceptual path of a message or asset movement across independent blockchain systems.</Card>
  <Card title="Model Predictable Transaction Costs" href="/generated/tutorials/model-predictable-transaction-costs" icon="route">Compare deterministic or fixed-cost execution with auction-based fee models using an operational planning lens.</Card>
  <Card title="Design an Agent Payment Flow" href="/generated/tutorials/design-an-agent-payment-flow" icon="route">Map how an AI agent can authenticate, hold permissions, initiate payments, and interact with blockchain infrastructure.</Card>
</CardGroup>
