> For the complete documentation index, see [llms.txt](https://help.defisaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.defisaver.com/general/what-is-defi-saver/defi-saver-and-security/how-to-stay-safe-using-defi-saver.md).

# How to stay safe using DeFi Saver

We can never emphasize the importance of staying safe when using decentralized finance protocols and apps enough. \
\
Besides the always present smart contract risk, there are several additional factors that one should consider and pay attention to stay safe from scam attempts in the form of phishing, cloaking, fraudulent search adverts, and others.

### Here are several things you should always keep in mind when using DeFi Saver:

* Always check the URL One of the most frequent scams is tied to users using search engines to visit our website and application. Scammers love to abuse search engines to direct users to “copies” and fake versions of our website. \
  \
  Always make sure that the URL you are visiting to interact with our app is defisaver.com and app.defisaver.com. The easiest way to mitigate the risk of opening a fraudulent, fake site is to bookmark the URL and always open DeFi Saver through the bookmark.<br>
* Beware of search engine ads.\
  \
  While we may promote DeFi Saver using search engine ads in the future, this is currently not the case and search ads are unfortunately often the way that scammers will try to get users to a fake site where they will try to drive users into giving away their private key or secret words (seed phrase). \
  \
  This is most often done using URLs that resemble defisaver.com. For example, there have recently been deflsaver.com and defsaver.com. If you ever notice anyone impersonating our app, please report this to us via Twitter, Discord, or the in-app chat widget.

To wrap up, we will **never** ask for:

* Your private key
* Your seed phrase
* Your MetaMask or other web3 wallet passwords

{% hint style="info" %}
*However, your Ethereum Public Address is what you may share with anyone. Wallet addresses can be shared safely with anyone from whom you want to receive cryptocurrency of a certain type.* \
\
*No one can steal your digital assets by knowing only your wallet’s public address. We may ask you to provide it in case you require assistance from us regarding potential issues.*
{% endhint %}

***

## Related Articles:

* [DeFi Saver and security](/general/what-is-defi-saver/defi-saver-and-security/how-to-stay-safe-using-defi-saver.md)
* [Avoiding MEV with your transaction](/general/what-is-defi-saver/defi-saver-and-security/avoiding-mev-with-your-transactions.md)


---

# 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://help.defisaver.com/general/what-is-defi-saver/defi-saver-and-security/how-to-stay-safe-using-defi-saver.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.
