# Clear Gnosis Pay delay queue

1. Open this address in your browser [https://app.safe.global/apps/open?safe=gno:\[YOURCARDADDRESS\]\&appUrl=https%3A%2F%2Fzodiac.gnosisguild.org](https://app.safe.global/apps/open?safe=gno:\[YOURADDRESS]\&appUrl=https%3A%2F%2Fzodiac.gnosisguild.org%2F)\
   You can follow these steps to open it with your card safe:
   1. [Click this link](https://app.safe.global/apps/open?safe=gno:\[YOURADDRESS]\&appUrl=https%3A%2F%2Fzodiac.gnosisguild.org) - keep the tab open with the page
   2. Copy your card Safe address from within Zeal or from Gnosispay.com
   3. Edit the browser URL in step a) and replace replace [\[YOURCARDADDRESS\]](https://app.safe.global/apps/open?safe=gno:\[YOURADDRESS]\&appUrl=https%3A%2F%2Fzodiac.gnosisguild.org%2F) in the URL with your actual address
2. Open your "delay module" via the link next its address on the left side:

<figure><img src="/files/pdONLVw3PPKt7rNu92oN" alt="" width="375"><figcaption></figcaption></figure>

3. GnosisScan will open up in a new browser tab. Click the contract tab

<figure><img src="/files/l5yuqOZ6CpGhFCCYKUiw" alt="" width="375"><figcaption></figcaption></figure>

4. Connect your web3 wallet. This can be ANY wallet with xDAI on GnosisChain. It does not have to be the wallet that owns the card safe.

<figure><img src="/files/0SRCFcGH5tTzHO3p24RJ" alt="" width="375"><figcaption></figcaption></figure>

5. Scroll down to find the skipExpired function at the bottom of the listed functions.

<figure><img src="/files/6XmmGrXCsPluY4xGCkPd" alt="" width="331"><figcaption></figcaption></figure>

5. Click Write and Submit the Transaction - this can be done from any wallet, not just your card owner
6. Your card safe's delay queue should now be cleared and you can use your card again.
7. Verify that your delay queue is cleared by switching to the **`Read Contract as Proxy`** tab and comparing the values of function `10. queueNonce` and `16. txNonce`. These two values should be the same:

<figure><img src="/files/312KBJb6q1PzEeXU6Duc" alt="" width="220"><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.zeal.app/expert-guides/clear-gnosis-pay-delay-queue.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.
