# Security&#x20;

### Overview / why it matters

Most losses come from basic mistakes or scams. A few habits greatly reduce risk.

### Core concepts

* Seed phrase security: Store offline, never type into websites.
* Phishing: Fake sites/messages that steal keys or funds.
* Fake tokens: Look-alike contracts to trick buyers.
* Approvals/allowances: Permission for a contract to move your tokens.
* Revoke: Remove a token approval you no longer need.

### Key takeaways

* Bookmark official links; do not click random DMs.
* Verify contract addresses before interacting.
* Regularly review and revoke old approvals.

<br>


---

# 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://mosaic-9.gitbook.io/mosaic-launchpad/101-starter-pack/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.
