# Individual Trader
## Introduction
{% hint style="info" %}
Individual users can use general RPC without subscribing to a plan.
{% endhint %}
For users who frequently trade on DEXs, there is a high probability that their trades will execute at the maximum slippage limit, resulting in "invisible" financial losses. Individual traders can now [add](individual-trader.md#how-to-add-rpc-to-my-wallet) the BlockRazor RPC to their wallets with a single click. From then on, all initiated swap transactions will benefit from the deep protection of the BlockRazor RPC, reducing slippage losses while offering the opportunity to receive real-time transaction rebates. Currently, BlockRazor supports RPC integration for individual traders on Ethereum and BSC.
Advanced users can choose to [add different modes of the RPC](individual-trader.md#how-to-add-custom-rpc-to-wallet) according to your needs. If you have any questions, please contact us on [Discord](https://discord.com/invite/qqJuwRb8Nh).
### How to add RPC to my Wallet
#### Metamask
1. Go to [rpc.blockrazor.io](https://rpc.blockrazor.io), click on **GET PROTECTED**
2. Click on **Connect Metamask**, and **comfirm** the connection in Metamask
3. Click on **Click to Add Default RPC**, and **approve** the addition of a new network in Metamask
### Other Wallets(using Coinbase as an example)
1. Click on the browser extension to invoke the Coinbase Wallet
2. Click on **Settings** - **Networks**
3. Click on **+** to add network.
4. Enter the network information of MEV Protect RPC General for Wallet User and click **Save**
### How to add custom RPC to wallet
#### Metamask
1. Go to [rpc.blockrazor.io](https://rpc.blockrazor.io), click on **GET PROTECTED**
2. Click on **Connect Metamask**, and **comfirm** the connection in Metamask
3. Click on **Click to Add Custom RPC**,choose [RPC mode](individual-trader.md#comparison-of-rpc)
4. Confirm the RPC mode, click on **Click to Add,** and approve the addition of the new network in the Metamask
#### Other Wallets(using Coinbase as an example)
1. Click on the browser extension to invoke the Coinbase Wallet
2. Click on **Settings** - **Networks**
3. Click on **+** to add network
4. Fill in the [RPC network information](individual-trader.md#network-information). If you need to choose the RPC mode, see [Comparison of RPC](individual-trader.md#comparison-of-rpc) for details.
5. Click on **Save** to complete the RPC addition.
### Network information
**default**
* In default mode, transactions submitted to MEV Protect RPC General for Wallet User only disclose necessary transaction data (hash, logs & state) to Searcher to win refund opportunities while protecting transaction privacy to the greatest extent. At the same time, in order to ensure the speed of transactions being included in blocks, transactions are not under revert protection (which is consistent with the default RPC of wallet).
**fullprivacy**
* In fullprivacy mode, transactions submitted to MEV Protect RPC General for Wallet User will not disclose any transaction data, and Scutum will directly forward the transaction to the mainstream builders. Transactions in this mode are under revert protection. In order to ensure the speed of inclusion in blocks, it is recommended to set priority fee (Ethereum) when sending transactions.
**maxbackrun**
* In the maxbackrun mode, transactions submitted to MEV Protect RPC General for Wallet User will disclose necessary transaction data (hash, to, calldata, functionSelector, logs & state) under the premise of MEV protection to maximize the possibility of obtaining refunds. Transactions are under revert protection. In order to ensure the speed of inclusion in blocks, it is recommended to set priority fee (Ethereum) when sending transactions.