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

# Cost Efficiency

> Cost-effective financial applications at any scale

Grid delivers transaction fees under a penny through Solana's efficient blockchain, and state compression allows for low cost account creation and maintenance.

## How Grid Achieves Low Costs

Grid builds on Solana for high throughput at low cost, plus state compression to reduce per-transaction and per-account expenses further.

<CardGroup cols={2}>
  <Card title="Solana Foundation" icon="zap">
    High-performance blockchain with thousands of transactions per second at
    minimal cost
  </Card>

  <Card title="Account Compression" icon="layers">
    Grid's compression implementation reduces storage and deployment costs
  </Card>
</CardGroup>

## Gas Abstraction Options

Choose how users pay for transactions:

<Tabs>
  <Tab title="User Pays USDC">
    Users pay fees directly in USDC. No need to manage SOL tokens or volatile
    gas costs.
  </Tab>

  <Tab title="Developer Sponsored">
    Cover all user transaction costs. Users never see SOL or gas fees - perfect
    for seamless onboarding.
  </Tab>
</Tabs>

## Use Cases Enabled

<CardGroup cols={3}>
  <Card title="Micro-Payments" icon="coins">
    Tips, content payments, and small purchases become viable
  </Card>

  <Card title="DeFi Access" icon="trending-up">
    Trading, lending, and yield farming without prohibitive fees
  </Card>

  <Card title="High-Frequency Operations" icon="repeat">
    Automated transfers and recurring payments are cost-effective
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Integration Guide" icon="code" href="/grid/v1/accounts/quickstart">
    Start building with Grid Accounts
  </Card>

  <Card title="Automated Workflows" icon="zap" href="/grid/v1/accounts/automated-workflows">
    Learn about cost-effective automated operations
  </Card>
</CardGroup>
