# Quickstart

### Endpoints

Choose the endpoint closest to your location:

* **Frankfurt**: frankfurt.nextblock.io
* **Amsterdam**: amsterdam.nextblock.io
* **London**: london.nextblock.io
* **Singapore**: singapore.nextblock.io
* **Tokyo**: tokyo.nextblock.io
* **New York**: ny.nextblock.io
* **Salt Lake City**: slc.nextblock.io
* **Dublin**: dublin.nextblock.io
* **Vilnius**: vilnius.nextblock.io

### Tip Wallets

Your TX must include a plain SOL Transfer IX to one of our tip wallets.

Higher tips = higher priority. Use the tip floor API to determine optimal tip amounts based on current network conditions.

* NextbLoCkVtMGcV47JzewQdvBpLqT9TxQFozQkN98pE
* NexTbLoCkWykbLuB1NkjXgFWkX9oAtcoagQegygXXA2
* NeXTBLoCKs9F1y5PJS9CKrFNNLU1keHW71rfh7KgA1X
* NexTBLockJYZ7QD7p2byrUa6df8ndV2WSd8GkbWqfbb
* neXtBLock1LeC67jYd1QdAa32kbVeubsfPNTJC1V5At
* nEXTBLockYgngeRmRrjDV31mGSekVPqZoMGhQEZtPVG
* NEXTbLoCkB51HpLBLojQfpyVAMorm3zzKg7w9NFdqid
* nextBLoCkPMgmG8ZgJtABeScP35qLa2AMCNKntAP7Xc

### gRPC

If you want to use gRPC, start with the proto definitions in [nextblock-proto](https://github.com/nextblock-ag/nextblock-proto/) and the examples in this docs section.

### Anti-MEV

To enable Anti-MEV, set `frontRunningProtection: true` in your request as shown:

`curl -X 'POST'`\
`'https://frankfurt.nextblock.io/api/v2/submit'`\
`-header "Authorization: $AUTH_HEADER"`\
`-d '{ "transaction": {"content": "FtQ+KrJeNuiismV1Ke...DBABRQ=="}, "frontRunningProtection": true }'`

### Priority Fees & Retries

If anti-MEV is enabled, priority fee does not matter, only the NextBlock Tip matters.

If anti-MEV is disabled, ensure you use a good priority fee to maintain a competitive position amongst others during block production. Use the tip floor API to determine appropriate priority fees based on current network conditions.

When sending without `frontRunningProtection: true`, your transaction is sent via all channels: our internal validator network, Jito Bundles, and as a normal transaction to upcoming leaders.

NextBlock's intelligent retry system actively tracks on-chain activity levels and adjusts dynamically to send transactions more aggressively during congestion and less aggressively during downtime. Simply send us the transaction once - we take care of the rest, no retries needed on your end.


---

# 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.nextblock.io/getting-started/quickstart.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.
