> 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/smart-wallets/difference-between-single-ownership-1-1-safes-and-multisigs.md).

# Difference between single ownership (1 / 1) Safes and Multisigs

There are two types of Safe Smart Wallets users can have depending on the number of signers connected to the wallet:<br>

* 1 / 1 - Meaning that there's only a single signer and owner of the Safe wallet. DeFi Saver's interface views these wallets as a direct extension of the EOA account that owns them.
* Multisigs, shown as ( x / y ), where x is the number of signers required for the transaction to go through, and y is the total number of signers for the wallet. <br>

Seeing as DeFi Saver's perceives 1/1 wallets and Multisigs differently, there are some differences to how they're used on DeFi Saver:<br>

* For 1/1 Safes, funds need to be on the EOA wallet that owns the Safe. If the funds are transferred to the Safe wallet itself, they can't be used on DeFi Saver until they're withdrawn from the Safe to the EOA. This can be done either by withdrawing directly from the Safe UI or via DeFi Saver's interface.<br>
* For Multisigs, the funds can be either on one of the EOA signer wallets, or the Safe wallet itself. Our UI will provide you with the option to choose where the funds are coming from when executing an action.<br>
* When a transaction is submitted via a 1/1 Safe - It's instant. However for Multisigs, the required number of signers must sign the transaction first before it proceeds.\
  \
  DeFi Saver has native Multisig support, meaning that every account associated with a Multisig will be able to sign transactions directly through our interface, on the Portfolio page.

***

## Related Articles:

* [Why is Safe DeFi Saver's default Smart Wallet?](https://help.defisaver.com/general/smart-wallets/why-did-we-switch-to-safe)
* [Connecting your Safe wallet to third party apps](https://help.defisaver.com/general/smart-wallets/connecting-your-safe-wallet-to-third-party-apps)
* [Why did we switch to Safe?](https://help.defisaver.com/general/smart-wallets/why-did-we-switch-to-safe)


---

# 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/smart-wallets/difference-between-single-ownership-1-1-safes-and-multisigs.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.
