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

# Backup & Recovery

> Secure backup and recovery options for your Aeon workspace

## Recovery Mechanisms

Recovery options depend on your chosen MPC provider:

<Tabs>
  <Tab title="MPC (Sodot) Recovery">
    ### Backup System

    * Cryptographic backups automatically generated for new vaults
    * Backup shares distributed to designated team members
    * Recovery possible even if Aeon's infrastructure is unavailable

    ### Emergency Recovery Process

    In the unlikely event that Aeon becomes unreachable, you can recover your private key material using:

    * The backup shares you configured
    * The seed phrases from backup users
    * Aeon's open-source recovery tool

    <Steps>
      <Step title="Gather Materials">
        Collect backup shares from designated team members and their seed phrases
      </Step>

      <Step title="Use Recovery Tool">
        Run Aeon's open-source recovery tool with the collected materials
      </Step>

      <Step title="Restore Access">
        Recovered key material allows you to regain control of your funds
      </Step>
    </Steps>
  </Tab>

  <Tab title="dMPC (Ika) Recovery">
    ### Simplified Recovery

    With Ika's decentralized network, recovery is streamlined:

    * **Seed Phrase Only**: Simply store your seed phrase securely
    * **No Backup Shares**: The decentralized network already secures your keyshare
    * **Network Resilience**: Hundreds of validators ensure your keyshare remains accessible

    ### Emergency Recovery Process

    If you need to recover access:

    * Use your securely stored seed phrase
    * The Ika network maintains your keyshare automatically
    * No need to coordinate with other team members for backup materials

    <Note>
      The decentralized nature of Ika means your keyshare is protected by the network consensus, eliminating the need for manual backup coordination.
    </Note>
  </Tab>
</Tabs>

<Tip>
  Always test your backup and recovery procedures in a staging environment
  before relying on them in production.
</Tip>

## Best Practices

### Backup Security

* Store backup materials in secure, offline locations
* Use multiple geographic locations for redundancy
* Regularly verify backup integrity
* Maintain updated documentation of recovery procedures

### Recovery Planning

* Designate multiple team members for backup responsibilities
* Establish clear communication protocols for emergency situations
* Practice recovery procedures periodically
* Keep recovery tools and documentation easily accessible

<Warning>
  Never store backup materials in the same location as your primary systems.
  Ensure backup shares are distributed among trusted team members who understand
  their responsibilities.
</Warning>

## Support

For assistance with backup and recovery procedures, contact our support team at [support@aeon.so](mailto:support@aeon.so) with detailed information about your specific situation.
