# Trade SRG on Blockchain Explorer

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

## <mark style="color:yellow;">You can buy and sell $SRG tokens without connecting your wallet to anything besides BSCScan / Etherscan / Arbiscan!</mark>

{% embed url="<https://www.youtube.com/watch?v=-1CzEmGTKCA&t=19s>" %}
Video tutorial on how to buy $SURGE
{% endembed %}

{% hint style="danger" %}

#### Please make sure the domain you are visiting truly is [bscscan.com](https://bscscan.com/) , [etherscan.io](https://etherscan.io/) or [arbiscan.io](https://arbiscan.io/) and be careful with phishing sites!

{% endhint %}

* BNB: Visit BSCScan: <https://bscscan.com/address/0x9f19c8e321bd14345b797d43e01f0eed030f5bff>
* ETH: Visit Etherscan: <https://etherscan.io/address/0xcD682EF09d07668d49A8103ddD65Ff54AebFbfDe>
* Arbitrum One: Visit Arbiscan: <https://arbiscan.io/address/0x31ad8255cb8e428e8b0f6ab6a6f44804642720af>
* Click "Contract", then "Write Contract"
* Click "Connect to Web3" and connect your wallet using Metamask or the wallet app you prefer.

![](/files/liaiNw0Pnen08bRBxpsd)

To buy, use the function 1: (\_buy)&#x20;

* "payableAmount": insert the amount of BNB/ETH you would like to spend. If you want to purchase 0.1 BNB/ETH worth of $SURGE, please type "0.1"
* "minTokenOut": This serves the purpose of slippage in SurgeSwap. As $SURGE has a built-in anti-frontrun mechanism, you can type "0" (zero) into this field.
* "deadline": set the deadline for the transaction in unix time. <https://www.unixtimestamp.com/>   If you don't care about the deadline, please insert "10000000000" (11 digits) or any large number into this field.

![](/files/geCm0Md1kv82hCVhfCme)

To sell, use the function 2: (\_sell)

* "payableAmount": set this to "0" (zero)
* "tokenAmount": insert the amount of tokens you would like to sell. Please use 9 decimals here. If you like to sell 100 $SURGE tokens, please type "100000000000" (add 9 zeros after the number of tokens)
* "deadline": set the deadline for the transaction in unix time. <https://www.unixtimestamp.com/>   If you don't care about the deadline, please insert "10000000000" (11 digits) or any large number into this field.
* "minBNBOut": This serves the purpose of slippage in SurgeSwap. As $SURGE has a built-in anti-frontrun mechanism, you can type "0" (zero) into this field.

{% hint style="success" %}
Visit the next page to learn how to trade SRG20 tokens on BSCScan / Etherscan / Arbiscan!
{% endhint %}


---

# 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.surgeprotocol.io/guides/trade-srg-on-blockchain-explorer.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.
