> For the complete documentation index, see [llms.txt](https://adrena.gitbook.io/adrena/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adrena.gitbook.io/adrena/about-adrena/what-is-adrena/rpc-and-trade-execution.md).

# RPC and Trade Execution

### RPC URLs <a href="#rpc-urls" id="rpc-urls"></a>

Because Adrena is a decentralized exchange, querying of data and submitting of transactions is done through an RPC URL.

There are currently 3 RPC options to choose from. You can select which RPC you prefer to use by clicking settings on the top right of the screen after your wallet is connected. There is also an 'automatic switch' button which will automatically choose the best RPC endpoint based on latency.

Below are the 3 RPC options:

* [Triton](https://docs.triton.one/)
* [Helius](https://docs.helius.dev/)
* \[Custom] - you can enter your own RPC url

### Trade Execution

Open source rust Keepers are available here: \
\- [MrSablier](https://github.com/AdrenaFoundation/MrSablier)\
\- [MrSablierStaking](https://github.com/AdrenaFoundation/MrSablierStaking)

MrSablier handles Limit Orders, SL/TP and Liquidations (the price-based loop).\
[You can follow its activity here ](https://solscan.io/account/3coRH9Ve9gHtjS1PFSr4kvPJj1ET6kAK5AGXarq1bcNH)\
\
MrSablierStaking handles staking related automation (rewards auto-claims every 6 days, locked stakes finalization at the end of the period, and staking round finalization), it updates the AUM periodically if not done through other IXs, and distributes fees periodically (the split between ADX and ALP).\
[You can follow its activity here](https://solscan.io/account/AnLDDgMmhAF6eQWEPpwYLVwwQ7LUF7z3R9CnZLmSyhrQ?__cf_chl_tk=0wd6s25mVW7hXui32TxrNDI_6RtzBQe30FCuYOAxwLI-1735124202-1.0.1.1-6ZFsGSAedEkqc.yxBKrY4fIXs1mzs6.5VwmP5pvFLgg#transactions)

More information about MrSablier/Staking here [MrSablier & MrSablierStaking (Open Source Keepers)](/adrena/technical-documentation/mrsablier-and-mrsablierstaking-open-source-keepers.md)<br>

[​](https://docs.gmx.io/docs/trading/v1/#rpc-urls)


---

# 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://adrena.gitbook.io/adrena/about-adrena/what-is-adrena/rpc-and-trade-execution.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.
