# Using Gnosis Safe

## Introduction

Gnosis Safe is the most trusted platform to manage digital assets for Ethereum compatible chains providing bellow features.

### Multi-signature

Fully customize how you manage your company crypto assets, with the option to require a predefined number of signatures to confirm transactions. Require multiple team members to confirm every transaction in order to execute it, which helps prevent unauthorized access to company crypto.

### Assets Management

Gnosis Safe supports Native Token(REI), ERC20 (Tokens) and ERC721 (NFTs). You can also see the fiat values of your assets.

## Usages

You can setup a Safe at <https://gnosis.rei.network> in [60 seconds](https://twitter.com/econoar/status/1194731123340763136?s=20).&#x20;

You specify the number of owners and their owner account addresses. Compatible account addresses include hardware wallets, Metamask, Authereum, WalletConnect enabled wallets, and others. You can see the asset overview and can make transactions such as custom transactions for direct smart contract interaction. ENS names are supported.


---

# 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.rei.network/developer/guides/using-gnosis-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.
