# Wallets

Wallets are digital tools that allow users to store, manage, and interact with their cryptocurrency assets. They store private and public keys, enabling secure transactions and interaction with blockchain networks. These wallets come in various forms, including hardware wallets (like Ledger), software wallets (like MetaMask), and paper wallets. Each type offers different levels of security and convenience.

For Lycan Chain, blockchain wallets help users manage their LYC tokens and interact with decentralized applications (dApps) on the network. They provide a secure way to participate in staking, governance, and other network activities, ensuring that users can safely and efficiently engage with the Lycan ecosystem.


---

# Agent Instructions: 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:

```
GET https://docs.lycanchain.com/developers-integration/wallets.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.
