> For the complete documentation index, see [llms.txt](https://cashback-eth-1.gitbook.io/cashback-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cashback-eth-1.gitbook.io/cashback-docs/product-guides/mobile-phone.md).

# Mobile Phone

If you want to set up Cashback in your mobile wallet, you have to do it manually. But don't worry, it's easy! Just follow the instructions below.

**How to Set Up Cashback's RPC URL in MetaMask**

1. **Open MetaMask App:** Start by launching your MetaMask application.
2. **Accessing Network Settings:**

* Tap the network selector at the top of the screen.
* Tap on 'Add Network'.
* Switch to the 'Custom networks' tab.

3. **Fill in the Network Details:**

* Network: Ethereum
* Chain ID: 1
* Name: You can choose whatever you want, for example "Cashback"
* Symbol: ETH
* Node URL:
* Explorer URL: <https://etherscan.io/>
* Confirm and Use: Review the entered details and confirm. Once added, you can use MetaMask with the Cashback RPC URL.

**How to Set Up Cashback's RPC URL in TrustWallet**

1. **Open TrustWallet App:** Start by launching your TrustWallet application.
2. **Access Custom Network:**

* On the main wallet page, tap the manage assets icon (typically found in the top right corner).
* Tap the ‘+’ button.
* Switch to the ‘Network’ tab once you're on the custom Token/Network page.

3. **Enter Network Details:**

* Network: Ethereum
* Name: You can choose whatever you want, for example "Cashback"
* Symbol: ETH
* Node URL:
* Explorer URL: <https://etherscan.io/>

4. **Complete the Setup:** Once you've filled in the necessary details, your custom network, which includes Cashback, will be successfully added.

**Note for Other Mobile Wallet Users**

If you're using a mobile wallet other than TrustWallet or MetaMask, the process for setting up a custom RPC URL should be fairly similar. Always ensure to consult the official documentation or user guide provided by your respective wallet to avoid any missteps. Your security and convenience are paramount to us!

Thank you for being a part of the Cashback community!


---

# 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://cashback-eth-1.gitbook.io/cashback-docs/product-guides/mobile-phone.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.
