Shio Endpoint
A powerful and efficient way for users, traders, and dApps to send transactions while maximizing the value of their transactions.
💧Default Mode
A neutral and permissionless solution for users and developers to capture MEV value from their orderflow transactions. It enables orderflow originators (including wallets, dApps and others) to participate in the MEV supply chain. By integrating the Shio Endpoint, selective transaction details are shared with searchers, who compete to include these transactions in a soft bundle through an auction process.
RPC URL: https://rpc.getshio.com/boost
⚡Fast Mode
Designed for speed-critical scenarios, Fast Mode allows users to set a higher gas fee to land their transaction earlier. Fast mode maximizes the transaction landing speed and supports soft bundle submission.
Shio optimizes infrastructure and network quality to ensure your transaction reaches validators as quickly as possible. To prioritize speed, transaction submitted through Fast Mode will not be auctioned.
RPC URL: https://rpc.getshio.com/fast
Learn more: Fast Mode Integration Guide
Why Choose Shio Endpoint?
The Shio Endpoint provides users and developers with powerful features and benefits:
Protect Against Frontrunning: Shio exclusively supports backruns, safeguarding users from harmful frontrunning attacks.
Low Latency: With a current auction window of just 100ms, Shio Endpoint is engineered for ultra-low latency. Using advanced routing, multi-region deployment, and optimized networking techniques, we ensure that soft bundles reach validators as quickly as possible.
Earn MEV Rewards: Developers can start earning MEV kickbacks, with rewards credited to the specified address. By default, this is the sender's address unless otherwise specified (Contact Shio). Partner dashboard is coming soon. The designated address will also accumulate points in our point campaigns.
Configurability: Tailored to support a variety of use cases.
Resilience: Built with fail-safe mechanisms, Shio ensures that transactions are always submitted, even during service downtimes, providing reliability under all conditions.
How to Use Shio Endpoint?
Shio Endpoint supports diverse use cases:
👨Users
For wallet users: Switch your default endpoint to the Shio Endpoint Default Mode URL. Using the Shio Endpoint ensures you’re protected during in-wallet swaps. Typically, you can find this option under Settings>Network>Custom or Setting>Custom RPC.
For dApps users: Switch your default endpoint to the Shio Endpoint Default Mode URL above. Most DeFi apps automatically enable Shio MEV protection for you, ensuring you’re covered. You can view the list of supported apps here.
For apps that do not enable Shio by default, navigate to the app’s Settings > Network > Custom RPC Endpoint to manually update the endpoint. This ensures your trades are protected.
👨💻Developers
Earn MEV rebates for your app and its users effortlessly through Default Mode.
Advanced: Submit in-app bundles to enable more complex workflows. For instance, combine a user's add liquidity and swap transaction into a single bundle to prevent sniping. Note: this is only supported in Fast Mode.
📱Trading Bots/Apps
Use ⚡ Fast Mode to give your users an edge during peak demand. It helps avoid congestion controls on hot objects, enabling users to ape into trending tokens without delays. Earn MEV rebates and prevent MEV sandwich for normal transactions through Default Mode.
💱Market Makers
Use ⚡ Fast Mode to secure the top spot at checkpoints seamlessly. Set a higher gas fee to prioritize your transactions while the Shio SDK optimizes delivery and handles precise gas fee estimation for you.
Pricing & Rate Limit
Default Mode:
Free to use, and you get MEV Kickbacks
10 TPS per IP/Sender
Fast Mode:
No base subscription fee, we charge 5% of Gas Budget for each submitted transaction or bundle
20 TPS per IP/Sender
⚡Fast Mode Integration Guide
To use Fast Mode, a tip must be included, proportional to the transaction's gas budget (currently 5%). For Shio to accept the transaction, you MUST add a tip that is >=5% gas budget.
An example transaction can be seen here.
Fast Mode SDK
To use fast mode:
Add
shio-fast-sdk@0.0.5
to your npm/yarn project.Set
https://rpc.getshio.com/fast
as your RPC endpoint.
A full example:
JSON-RPC Methods
shio_tipPercentage
Returns the current tip percentage (in 0-100).
Last updated
Was this helpful?