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

# FAQ

> Frequently asked questions about account abstraction, gasless transactions, onchain orchestration, and Web3 automation

# Frequently Asked Questions

Find answers to common questions about blockchain infrastructure, account abstraction, and building modern Web3 applications.

<CardGroup cols={2}>
  ## Concepts

  <Card title="What is Account Abstraction?" icon="user-gear" href="/faq/what-is-account-abstraction">
    Learn how account abstraction transforms the Web3 user experience
  </Card>

  <Card title="Gasless Transactions on EVM" icon="gas-pump" href="/faq/gasless-transactions-evm">
    Understand how gasless transactions work on EVM chains
  </Card>

  <Card title="Onchain Orchestration" icon="diagram-project" href="/faq/onchain-orchestration">
    Discover how to coordinate complex multi-step blockchain operations
  </Card>

  <Card title="Web3 Automation" icon="robot" href="/faq/web3-automation">
    Explore automated transaction execution and scheduling
  </Card>

  <Card title="DeFi Intents" icon="bullseye" href="/faq/defi-intents">
    Learn about intent-based execution for DeFi operations
  </Card>

  ## How-To Guides

  <Card title="Build a Gasless Web3 App" icon="code" href="/faq/build-gasless-web3-app">
    Step-by-step guide to building gasless applications
  </Card>

  <Card title="ERC-4337 Paymaster" icon="credit-card" href="/faq/erc-4337-paymaster">
    Understanding paymasters and gas sponsorship
  </Card>

  <Card title="Batched Transactions on EVM" icon="layer-group" href="/faq/batched-transactions-evm">
    Execute multiple operations in a single transaction
  </Card>

  <Card title="Multi-Chain Execution" icon="link" href="/faq/multi-chain-execution">
    Execute transactions across multiple chains with one signature
  </Card>

  <Card title="Automate DeFi Trades" icon="chart-line" href="/faq/automate-defi-trades">
    Build automated trading strategies with agentic signers
  </Card>
</CardGroup>
