# Overview

Historically, the last signer to sign a transaction for a Safe multisig has needed to pay the gas for that transaction to be executed.

Den let's you pay gas from your Safe directly, instead of paying gas from your personal signing wallet.\
\
By paying gas from your safe directly, you no longer need to:

1. Keep track of gas reimbursements
2. Create extra transactions to reimburse signers for gas. Each of which:
   1. Requires collecting signatures
   2. Cost gas that needs to be reimbursed again

<figure><img src="/files/vbVlMsP3W2bbShyFDcBQ" alt=""><figcaption></figcaption></figure>


---

# 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.onchainden.com/pay-gas-from-safe/overview.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.
