# Self-Broadcasting

Users can sign transactions using any 0x wallet, avoiding the use of a Broadcaster. Self-Signing may sometimes be preferable to save on Broadcaster fees.\
\
A broadcaster is any 0x address that pays the gas on behalf of a 0zk address. Read more about RAILGUN Broadcasters[ here](https://docs.railgun.org/wiki/learn/privacy-system/community-relayers).

{% embed url="<https://www.youtube.com/watch?v=R6Z4tQLEKs4>" %}

### How to seed a self-broadcaster

1. First we[ **need to create a 2nd, fresh new wallet in Railway Wallet**](https://help.railway.xyz/setup/create-wallet). *This wallet should have a clean history on Etherscan or other block explorers.*&#x20;
2. Next we need to [**Unshield ETH/MATIC/BNB into this new wallet**](https://help.railway.xyz/transactions/shield-unshield). Click **Unshield as ETH/BNB/MATIC** to ensure the self-broadcast wallet can pay for gas. *This will require a existing Broadcaster, this way the origin of these funds will be the RAILGUN smart contract, rather than any address linked to you.*

*Your 0zk address supports WETH. This can be unshielded to the self-broadcaster wallet you just created. If you do not have any WETH, you can perform a private swap to obtain it.*

### How to execute a self-broadcast transaction&#x20;

When performing a transaction on railway you may choose between "public broadcaster" and "self-broadcast".&#x20;

At your next "self-broadcast" transaction, **click the "Signer" field**. **Select the newly created and seeded wallet**.&#x20;

<figure><img src="/files/OKW2Zw78Zi4eUfs72cY7" 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://help.railway.xyz/transactions/self-signing.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.
