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


---

# 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://docs.getshio.com/archived-searcher-guides/getting-started-as-a-searcher.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.
