RPC and Trade Execution
Last updated
Last updated
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:
[Custom] - you can enter your own RPC url
Open source rust Keepers available here: - -
MrSablier handles Limit Orders, SL/TP and Liquidations (the price based loop). MrSablierStaking handles staking related automation (rewards auto-claims every 6 days, locked stakes finalization at the end of the period, Staking round finalization), it updates the AUM periodically if not done through other IXs, and distributes fees periodically (the split between ADX and ALP).
More information about MrSablier/Staking here MrSablier & MrSablierStaking (Open Source Keepers)