# Safe

[Safe](https://app.safe.global/new-safe/create?chain=sonic) is a smart contract wallet deployed on Sonic. It is designed for multi-signature management of crypto assets and interactions with other smart contracts. You can [access Safe on Sonic natively](https://app.safe.global/new-safe/create?chain=sonic).

You can designate the Safe's owners and specify the minimum number of approvals required for a transaction to be executed. This differs from a single-key wallet, also known as an externally owned account (EOA), where one person holds the private key and approves transactions independently, which is the approach used by most Web3 wallets, such as Rabby and MetaMask.

## Getting Started With Safe

Please see the [Safe documentation](https://docs.safe.global/home/what-is-safe) to learn how to use Safe.


---

# 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.soniclabs.com/sonic/build-on-sonic/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.
