# Nodes - Be Faster

## What is a node?

To make fast BUY and SELL orders, the Chainsniper bot needs to check the blockchain very quickly. To do so, it needs to get the latests transactions --> this is done by interacting with a so called "node". You can use different types of nodes for your [sniper bot](https://pump-bot.com/crypto-bots/sniper-bot-frontrunner-chainsniper-dexbot/) - There can be 3 kinds of nodes :

| Kind of node                                                     | Explanation                                                                                                                                                                                                                                                                                                                                | Pros and cons                                                                                                                                                          | Speed                                                                                                        |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| <p><strong>Public node</strong> <br><strong>(= RPC)</strong></p> | <p>Public address : everybody can <br>connect to this node</p>                                                                                                                                                                                                                                                                             | <p><span data-gb-custom-inline data-tag="emoji" data-code="2795">➕</span>Free<br></p><p><span data-gb-custom-inline data-tag="emoji" data-code="2796">➖</span>Slow</p> | <p><strong>1/5</strong> </p><p><span data-gb-custom-inline data-tag="emoji" data-code="1f6b2">🚲</span> </p> |
| <p><strong>Rented</strong> <br><strong>private node</strong></p> | <p>We offer private nodes as well.</p><p></p><p>But you need to pay (not that much) for it.</p>                                                                                                                                                                                                                                            | <p>​➕Faster <br>than public node</p><p>➕You can <br>choose <br>the location<br></p><p>​​➖ Still not the<br>best speed </p>                                             | <p><strong>3/5</strong><br><span data-gb-custom-inline data-tag="emoji" data-code="1f696">🚖</span> </p>     |
| <p><strong>Run your</strong> <br><strong>own node</strong></p>   | <p>If you have enough skills, the best is <br>to host and run your own Private Node</p><p><br>By doing that, you have your own node, <br>accessible only by you, and <br>you can run Chainsniper PumpBot, giving you <br>the best speed.<br><br>But you need a very powerful server to do it<br>(expect to pay more than 100$ / month)</p> | <p>➕fastest speed<br></p><p>​​➖ difficult</p><p>➖ expensive</p>                                                                                                        | <p><strong>5/5</strong></p><p><span data-gb-custom-inline data-tag="emoji" data-code="1f680">🚀</span> </p>  |

## Is my internet connection important?

{% hint style="warning" %}
Computer spec is not very important for our Chainsniper, **most important is good internet connection with good ping :**

The computer/server running the **BOT** must be as close as possible from the **NODE**
{% endhint %}

## What are our default nodes, and where are they located? &#x20;

Read below for details about the default nodes provided by our team if you use CUSTOMNODE = false.<br>

| Token | Default node                                                                                                                                                                                                                                                                                                                                              | Location                                    |
| ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| ETH   | <p><strong>RPC</strong> (= Public Node)</p><p><br><a href="https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"><https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161></a><br><br>Seems to be on Amazon WebServices (AWS) ,a ccording to <a href="https://www.iplocation.net/ip-lookup"><https://www.iplocation.net/ip-lookup></a></p> | Virginia, USA                               |
| BSC   | <p><strong>RPC</strong> (= Public Node)</p><p>Seems to be on Amazon WebServices (AWS) </p><p>according to <a href="https://www.iplocation.net/ip-lookup"><https://www.iplocation.net/ip-lookup></a></p>                                                                                                                                                   | Seattle, USA                                |
| MATIC | <p><strong>RPC</strong> (= Public Node)<br></p><p><a href="https://polygon-rpc.com"><https://polygon-rpc.com></a></p><p><br>Seems to be on Amazon WebServices (AWS) </p><p>according to <a href="https://www.iplocation.net/ip-lookup"><https://www.iplocation.net/ip-lookup></a></p>                                                                     | Virginia, USA                               |
| FTM   | **RPC** aggregator to find best speed auto [(read this)](https://twitter.com/ftmalerts/status/1415756326538563584?s=21)                                                                                                                                                                                                                                   | <p>Depends on </p><p>your location</p>      |
| KCC   | <p><strong>RPC</strong> <br><br><a href="https://rpc-mainnet.kcc.network/"><https://rpc-mainnet.kcc.network/></a></p><p><br>Seems to be on Cloudflare, Inc. </p>                                                                                                                                                                                          | <p>San Francisco, </p><p>California, US</p> |

## Do I need a dedicated node?

{% hint style="info" %}
**If you use Chainsniper PumpBot, yes, it's advised to use a private node**&#x20;

Our default nodes are shared with other customers, so it won't give you results good enough.
{% endhint %}

{% hint style="info" %}
**With default nodes, it depends:**\
\
\- With default nodes, you'll already have some pretty good results (buying on block 2 after liquidity on BSC : <https://t.me/LimitSwap/98373>)\
\
\- But if you really want the best speed, and to have a 100% reliable node, yes, we advise you to setup a Private Node.
{% endhint %}

## Should I use a VPS? &#x20;

**YES ! the team recommends you to use a VPS**\
Using a VPS is in our opinion the best way to use Chainsniper, because it is :\
\- Super secure (you start from a clean Windows install)\
\- Super fast (you can choose their location and they have really good internet connection)\
\- Up 24/24\
\
As written above, it's important to have a **VPS close from your node**


---

# 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.pump-bot.com/dex-bot-sniper-bot-front-running-bot/highlights/nodes-be-faster.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.
