> For the complete documentation index, see [llms.txt](https://docs.cypherock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cypherock.com/getting-started/best-practices-in-keeping-your-x1-cards-secure/geographical-seperation.md).

# Geographical Seperation

To maximize security, the X1 Cards should be distributed geographically to prevent an attacker from obtaining any two Cryptographic parts and being able to access the assets secured by the wallet.

Crypto security is still in its nascent stage. As we develop our products, we try to balance convenience with the highest level of security possible. Security experts do not recommend breaking seedphrases into parts and storing them separately since if you lose any one of them and your Crypto assets become unaccessible from the leftover words of the seed phrase. Cypherock X1 cards help solve that problem and in fact, the further the cards are separated, the more secure your Crypto assets become. As further geographic separation helps add a layer of security by making it trickier for attackers to get hold of multiple Cryptographic parts.

Recommended temperature range of X1 cards: -20℃ to +50℃.

As with even your debit and credit cards, users are recommended to not keep X1 Cards exposed to sunlight for long durations. Currently, there is no optimal recommendation that Cypherock has for the management of the X1 Cards because each users' risk profile tends to vary. One common security scheme that we have come across is where the user keeps 1 X1 Card and the X1 Vault in a singular location where the X1 Card could be carried on the user's person, and the X1 Vault be stored in a safe location at home, and the remainder of the X1 Cards could be geographically located in 3 separate locations for example:&#x20;

1. 1 X1 Card can be stored in a bank vault&#x20;
2. 1 X1 Card can be given to a family member
3. 1 X1 Card can be handed to a friend&#x20;


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cypherock.com/getting-started/best-practices-in-keeping-your-x1-cards-secure/geographical-seperation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
