> For the complete documentation index, see [llms.txt](https://docs.getshio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getshio.com/archived-searcher-guides/getting-started-as-a-searcher.md).

# Getting Started as a Searcher

{% hint style="danger" %}
Shio permanently shut down on 12 May 2026. This page is kept as a historical reference only; the Shio feed, bidding APIs, explorer, and RPC endpoints are no longer active.
{% endhint %}

To onboard as a searcher, you need the following modifications:

* Instead of listening for new checkpoints, listen to Shio Feed (refer to [Connect to Shio Feed](/archived-searcher-guides/connect-to-shio-feed.md)). When an opportunity transaction triggers an auction, relevant information will be broadcasted to the Feed, which is permissionless.
* Instead of submitting transaction to validators, submit Bid to Shio (refer to [Submit Bid](/archived-searcher-guides/submit-bid.md)), to bid against being included at desired backrun position.
* In the PTB, add a MoveCall to Shio to pay exact your bid amount (refer to [Interact with Shio Contract](/archived-searcher-guides/interact-with-shio-contract.md)).

On success, the winning Bids will be included in the same checkpoint, and most of the times right next to the opportunity.
