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

# Platform capabilities

> Understand full capabilities and what you can do with the Anchorage Digital platform.

## Mobile app

The Anchorage Digital app uses the security hardware built into modern iPhones to generate and protect each user's signing key on the device. The key is designed so it isn't exposed to apps or transmitted off the device, and using it to sign requires the user's biometrics. This turns a device you already carry into a hardware-backed security key, with no shards to manage and no key ceremonies to run.

<CardGroup cols={3}>
  <Card title="Simple" icon="cake-slice">
    Submit operations for review or endorse with no shards or key ceremonies.
  </Card>

  <Card title="Fast" icon="bolt-lightning">
    Review and endorse operations in under 60 seconds.
  </Card>

  <Card title="Portable" icon="mobile">
    Always at hand with no risk of losing anything important.
  </Card>
</CardGroup>

## Why hardware-backed security matters

Most wallets ask you to trust a password, a seed phrase, or a server. Any of those can be phished, leaked, or copied. Anchorage Digital ties every approval to a specific person on a specific device, enforced in hardware.

<CardGroup cols={3}>
  <Card title="Keys stay in secure hardware" icon="microchip">
    Private keys live in tamper-resistant hardware and are used to sign without being exposed outside it — minimizing what an attacker could capture in transit or at rest.
  </Card>

  <Card title="Approvals are human" icon="fingerprint">
    Every sensitive action is bound to a real person's biometrics, not a reusable secret an attacker can capture.
  </Card>

  <Card title="No single point of failure" icon="users-line">
    Quorum approval means no one person — and no one stolen device — can move assets alone.
  </Card>
</CardGroup>

## Web dashboard

The Anchorage Digital web dashboard provides a master view of account activity.

<CardGroup cols={3}>
  <Card title="Transparent" icon="eyes">
    Monitor account activities with a full view of all operations.
  </Card>

  <Card title="Flexibile" icon="bicep">
    Custom your filters to view account activities accordingly.
  </Card>

  <Card title="Exportable" icon="share">
    Export transaction data for bookkeeping, performance tracking, and analysis.
  </Card>
</CardGroup>

## How the interfaces work together

The mobile app, web dashboard, and API are designed to complement each other — not to be used in isolation.

The iOS app is the trust anchor for every user. It's where your signing key lives and where sensitive operations are endorsed with biometrics. This applies whether you initiated the operation from the dashboard or the API: every approval that requires a human still routes through the iOS app.

The **web dashboard** builds on that foundation for day-to-day use — monitoring activity, initiating operations, managing settings, and running reports. Administrators also use it to configure permission groups and approve API keys before those keys can be used.

The **API** enables programmatic access once those human-gated setup steps are complete. API keys are scoped to specific permission groups, and certain groups require quorum approval and Anchorage Digital review to activate. After that, the API can run automated workflows — withdrawals to trusted destinations, staking operations, transfers — within the boundaries your team has approved. See [Access control](/knowledge-base/platform/users/access-control) for how API authorization works.

## API integration

Anchorage Digital offers a full-featured API for institutions that need to integrate digital asset operations into their own systems. Use it to automate workflows, connect to internal platforms, and build programmatic access to custody, staking, and settlement — all within the same security controls that govern the web dashboard.

<CardGroup cols={3}>
  <Card title="Performant" icon="truck-bolt">
    Reliable APIs that works seamlessly with your systems.
  </Card>

  <Card title="Configurable" icon="gear">
    Custom your API keys with different permissions according to your needs.
  </Card>

  <Card title="Webhooks" icon="webhook">
    Proactively get notified for activities for a full 2-way integration.
  </Card>
</CardGroup>
