# Search for a Bounty

Solodit aggregates **Bug Bounties from multiple web3 bug bounty platforms**, consolidating all details for available bounties into one, convenient, and searchable database. User's can narrow down their results using a range of filters.

<figure><img src="/files/lrkx9NUuINl6ZG7PXHQp" alt=""><figcaption><p>Bug Bounty Finder</p></figcaption></figure>

### Bug Bounties Search Fields

* **Keywords:** Enter specific terms or phrases to narrow down findings.
* **Platform:** Narrow your results to Immunefi or Hats Finance
* **Language:** Specify which programming languages you'd like the result protocols to be written in. Choose any number of Solidity, Vyper or Rust.
* **Category:** Classify findings by protocol type. Options encompass Lending, NFT Marketplace, Oracles, Liquid Staking, Gaming, and more.

### Bug Bounties Viewer

<figure><img src="/files/g0U2KLYMl0JMpa0kX1Nz" alt=""><figcaption></figcaption></figure>

To the right of the Bug Bounty Finder, you'll see a list of all your filtered results. Results may be sorted by any column and clicked on to be routed to the Bug Bounty official posting.


---

# Agent Instructions: 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:

```
GET https://docs.solodit.cyfrin.io/bounties-aggregator/search-for-a-bounty.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
