> For the complete documentation index, see [llms.txt](https://hxz-1.gitbook.io/redelegator-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hxz-1.gitbook.io/redelegator-finance/mission/why-stablecoin-gas.md).

# Why Stablecoin Gas?

Requiring users to hold ETH for gas is friction that breaks the "one signature" promise. Redelegator removes it: **the user never needs ETH**.

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

The signed delegation chain is submitted to the **1Shot public relayer** (a permissionless JSON-RPC service). The relayer redeems the full chain on-chain and is reimbursed in **USDC** — a small fee headroom (\~0.05) reserved inside the same scoped budget. The flow is `estimate → fee-adjust → send`, then the UI polls `relayer_getStatus` until the transaction confirms.

> Hold a little USDC, sign once. No ETH, no bridging, no gas top-ups.


---

# 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:

```
GET https://hxz-1.gitbook.io/redelegator-finance/mission/why-stablecoin-gas.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.
