> For the complete documentation index, see [llms.txt](https://coinplus.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinplus.gitbook.io/help-center/faq/what-if-i-lost-my-card.md).

# What if I lost my card?

### Introduction

Losing your Coinplus card can be a stressful experience, particularly when it comes to securing your digital assets. The card, housing your Secret 1 and Secret 2, holds the key to accessing and managing your cryptocurrency holdings. In this article, we'll guide you through the steps to take if you've misplaced your Coinplus card, emphasizing the critical importance of safeguarding your digital password.

### The Significance of Secret 1 and Secret 2

Your Coinplus card is more than a physical representation of your crypto wallet; it's a secure vault for your digital funds. Under the Secret 1 and Secret 2 labels, you'll find your private key – a unique alphanumeric code crucial for controlling and accessing your cryptocurrency assets. Losing the card, and consequently these secrets, poses a significant risk, as without them, you may permanently lose access to your funds.

### Immediate Actions to Take If You've Lost Your Card:

1. *If you didn't activate your card previously:* Unfortunately, if you haven't activated your card and lack your Secret 1 and Secret 2, there is no recourse to recover your wallet. Prevention, in this case, becomes the only safeguard.
2. *If you activated your card previously:* Act swiftly to transfer your cryptocurrency funds from your lost card to another wallet. Time is of the essence in securing your assets and preventing any unauthorized access.

### Conclusion

While Coinplus strives to provide a secure environment for your digital assets, the responsibility also falls on users to handle their cards with care. Losing your Coinplus card is not just a physical loss but could potentially result in the loss of access to your cryptocurrency holdings. Act promptly, follow the recommended steps.

Remember, for any questions or concerns, reach out to Coinplus support at <support@coinplus.com>🚀


---

# 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://coinplus.gitbook.io/help-center/faq/what-if-i-lost-my-card.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.
