# Gridlock

## Gridlock

- [Welcome](https://docs.gridlock.network/welcome.md)
- [All About Guardians](https://docs.gridlock.network/guardians/all-about-guardians.md)
- [Why can't a Guardian steal my crypto?](https://docs.gridlock.network/guardians/all-about-guardians/why-cant-a-guardian-steal-my-crypto.md)
- [Can a hacker combine the devices in my network?](https://docs.gridlock.network/guardians/all-about-guardians/can-a-hacker-combine-the-devices-in-my-network.md)
- [Why does Gridlock have 2 parts of my key?](https://docs.gridlock.network/guardians/all-about-guardians/why-does-gridlock-have-2-parts-of-my-key.md)
- [Why not use a seed phrase for recovery?](https://docs.gridlock.network/guardians/all-about-guardians/why-not-use-a-seed-phrase-for-recovery.md)
- [Partner Guardians](https://docs.gridlock.network/guardians/all-about-guardians/partner-guardians.md): Pro Guardians, or Partner Guardians, are trusted companies in the industry that further expand your storage network.
- [Getting Started](https://docs.gridlock.network/features/master.md)
- [Guardians](https://docs.gridlock.network/features/guardians.md)
- [How they work](https://docs.gridlock.network/features/guardians/how-they-work.md)
- [Social Recovery](https://docs.gridlock.network/features/guardians/social-recovery.md)
- [Device Migration](https://docs.gridlock.network/features/guardians/social-recovery/device-migration.md)
- [Guardian Replacement](https://docs.gridlock.network/features/guardians/social-recovery/guardian-replacement.md)
- [Password Reset](https://docs.gridlock.network/features/guardians/social-recovery/password-reset.md)
- [Transactions](https://docs.gridlock.network/features/transactions.md)
- [Purchasing](https://docs.gridlock.network/features/transactions/purchasing.md)
- [Sending and Receiving](https://docs.gridlock.network/features/transactions/sending-and-receiving.md)
- [NFTs](https://docs.gridlock.network/features/nfts.md)
- [Gridlock Foundation Coin](https://docs.gridlock.network/features/nfts/gridlock-foundation-coin.md): Carved from the foundation that Gridlock was built upon – Claim your free Gridlock Foundation Coin now and stay tuned for future news for holders of this NFT.
- [How to claim the Gridlock Foundation Coin](https://docs.gridlock.network/features/nfts/gridlock-foundation-coin/how-to-claim-the-gridlock-foundation-coin.md): Get a FREE Gridlock Foundation Coin NFT
- [Gridlock vs Cold Storage](https://docs.gridlock.network/features/gridlock-vs-cold-storage.md)
- [Going Beyond Secure](https://docs.gridlock.network/gridlock-pro/going-beyond-secure.md)
- [Features](https://docs.gridlock.network/gridlock-pro/features.md)
- [Advanced Monitoring](https://docs.gridlock.network/gridlock-pro/features/advanced-monitoring.md)
- [More Guardians](https://docs.gridlock.network/gridlock-pro/features/more-guardians.md)
- [Access to Partner Guardians](https://docs.gridlock.network/gridlock-pro/features/access-to-partner-guardians.md)
- [Priority Support](https://docs.gridlock.network/gridlock-pro/features/priority-support.md)
- [Design Principles](https://docs.gridlock.network/the-tech/design-principles.md)
- [Simple](https://docs.gridlock.network/the-tech/design-principles/simple.md)
- [Safe](https://docs.gridlock.network/the-tech/design-principles/safe.md)
- [Non-custodial](https://docs.gridlock.network/the-tech/design-principles/non-custodial.md)
- [Multi-Party Computation](https://docs.gridlock.network/the-tech/multi-party-computation.md)
- [Distributed Key Generation](https://docs.gridlock.network/the-tech/distributed-key-generation.md)
- [Threshold Signatures](https://docs.gridlock.network/the-tech/threshold-signatures.md)
- [Learn about LOCK](https://docs.gridlock.network/lock/learn.md)
- [Earn some LOCK](https://docs.gridlock.network/lock/earn.md)
- [General LOCK FAQ](https://docs.gridlock.network/lock/faq.md)
- [General FAQs](https://docs.gridlock.network/faq/general-faq.md)
- [Transaction FAQs](https://docs.gridlock.network/faq/transaction-faqs.md)
- [SDK / CLI Documentation](https://docs.gridlock.network/developer-docs/sdk-cli-documentation.md)
- [Gridlock Demo Setup](https://docs.gridlock.network/developer-docs/gridlock-demo-setup.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.gridlock.network/welcome.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
