# Security

### Have Polymarket's smart contacts been audited?&#x20;

Polymarket's smart contracts have been audited by Quantstamp. We will continue to audit and battle test our contracts in the future, but note that an audit does not guarantee that a project is foolproof.&#x20;

### Where are my funds if you don't use MetaMask?&#x20;

All of your USDC and market shares are securely held in a blockchain wallet. This wallet can only be accessed by the owner of the email with which it is linked. Polymarket has no access to these funds. All funds would remain in your wallet, and you will be able to retrieve them using your email address. You can read more [here](https://docs.magic.link/security).

### **Why does Magic Link need my email?**

Magic Link links your email to provide you with an Ethereum Wallet that is unique to you. They are a trusted and audited solution. Read more about their security [here](https://docs.magic.link/security).

### How can I export my private key?&#x20;

Head to <https://reveal.magic.link/polymarket>. Copy your private key, and open up your [MetaMask](https://metamask.io/download.html). Select the circle in the upper-right corner, click `Import Account`, and paste your private key.&#x20;

### Will you ever ask for my private key?

Polymarket team members will never ask for your private key. Do not send your private key to anyone.


---

# 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://legacy-docs.polymarket.com/faq/security.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.
