> 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)
