# How Meteor keeps you and your crypto safe

### We never have access to your private keys or funds

Meteor is a self-custodial wallet. Your private keys are encrypted on your device and and are never shared by anyone. They never leave the browser on your device.

You can [rotate and change your private keys](/wallet-settings/how-to-manage-app-access-to-your-wallet.md) whenever you wish.

### Your privacy is respected

Meteor Wallet does not track any personally identifiable information, account addresses or any balances.

### Ledger Support and Audit

* Our code will be audited by a leading software auditing firm.
* We will be provide Ledger support in Q2 2023.

### How we protect our wallet infrastructure and codebase

To get slightly technical for a moment.

* Our server logs are sanitized and cleansed periodically.
* We operate MFA (multi-factor authentication) setup in all infrastructures and pipelines.

### Community Trust & Experienced Team

* We have been building in the NEAR community for over a year.
* Our wallet launched six months ago and we were recently awarded to be the official maintainer of the [MyNearWallet](https://www.mynearwallet.com/).
* Our team has deep experience in building wallets.


---

# 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.meteorwallet.app/getting-started/how-meteor-keeps-you-and-your-crypto-safe.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.
