# Bug Bounty

Inverse Finance has selected Sherlock as host platform for our [Bug Bounty Program](https://immunefi.com/bounty/inversefinance/). We've set up a maximum bounty size of 100,000 DOLA. Users can report bugs anonymously through Sherlock to be reviewed by our committee. Read more about the Bug Bounty Program here.

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

***

### **Assets in Scope**

Only items explicitly listed in the [program's homepage](https://audits.sherlock.xyz/bug-bounties/233) and below are considered eligible for Inverse’s bug bounty program and, therefore, in-scope. We consider bug bounties to be a lasting complement to any external or in-house security audit capabilities that Inverse Finance develops. As such, smart contracts will only be eligible for the Bug Bounty Program once they have undergone our review process which may include rigorous testing by a third party auditor. The RWG actively manages the program with regular scope updates to reflect the latest protocol deployments. Our scope undergoes continuous review to ensure security researchers focus their efforts on active, production-critical contracts while deprecated components are promptly removed.

***

### **Impacts in Scope**

Only the following impacts are accepted within this bug bounty program. All other impacts are not considered as in-scope, even if they affect something in the assets in scope table.

<details>

<summary><strong>In Scope</strong></summary>

**Critical**

* Manipulation of governance voting result deviating from voted outcome and resulting in a direct change from intended effect of original results
* Direct theft of any user funds, whether at-rest or in-motion, other than unclaimed yield.
* Direct theft of any user NFTs, whether at-rest or in-motion, other than unclaimed royalties
* Permanent freezing of funds
* Permanent freezing of NFTs
* Unauthorized minting of NFTs
* Predictable or manipulable RNG that results in abuse of the principal or NFT
* Unintended alteration of what the NFT represents (e.g. token URI, payload, artistic content)
* Protocol insolvency
* Theft of unclaimed yield
* Theft of unclaimed royalties
* Permanent freezing of unclaimed yield
* Permanent freezing of unclaimed royalties

Websites and Applications

* Direct theft of user funds
* Malicious interactions with an already-connected wallet, such as: Modifying transaction arguments or parameters, Substituting contract addresses, Submitting malicious transactions

**High**

* Temporary freezing of funds
* Temporary freezing of NFTs

**Medium**

* Smart contract unable to operate due to lack of token funds
* Block stuffing
* Griefing (e.g. no profit motive for an attacker, but damage to the users or the protocol)
* Theft of gas
* Unbounded gas consumption

**Low**

* Contract fails to deliver promised returns, but doesn't lose value

</details>

<details>

<summary><strong>Out of Scope</strong></summary>

These impacts are out of scope for this bug bounty program.

**All Categories:**

* Impacts requiring attacks that the reporter has already exploited themselves, leading to damage
* Impacts caused by attacks requiring access to leaked keys/credentials
* Impacts caused by attacks requiring access to privileged addresses (governance, strategist) except in such cases where the contracts are intended to have no privileged access to functions that make the attack possible
* Impacts relying on attacks involving the depegging of an external stablecoin where the attacker does not directly cause the depegging due to a bug in code
* Mentions of secrets, access tokens, API keys, private keys, etc. in Github will be considered out of scope without proof that they are in-use in production
* Best practice recommendations
* Feature requests
* Impacts on test files and configuration files unless stated otherwise in the bug bounty program

**Blockchain/DLT & Smart Contract Specific:**

* Incorrect data supplied by third party oracles
  * Not to exclude oracle manipulation/flash loan attacks
* Impacts requiring basic economic and governance attacks (e.g. 51% attack)
* Lack of liquidity impacts
* Impacts from Sybil attacks
* Impacts involving centralization risks

**Websites and Apps**

* Theoretical impacts without any proof or demonstration
* Impacts involving attacks requiring physical access to the victim device
* Impacts involving attacks requiring access to the local network of the victim
* Reflected plain text injection (e.g. url parameters, path, etc.)
  * This does not exclude reflected HTML injection with or without JavaScript
  * This does not exclude persistent plain text injection
* Any impacts involving self-XSS
* Captcha bypass using OCR without impact demonstration
* CSRF with no state modifying security impact (e.g. logout CSRF)
* Impacts related to missing HTTP Security Headers (such as X-FRAME-OPTIONS) or cookie security flags (such as “httponly”) without demonstration of impact
* Server-side non-confidential information disclosure, such as IPs, server names, and most stack traces
* Impacts causing only the enumeration or confirmation of the existence of users or tenants
* Impacts caused by vulnerabilities requiring un-prompted, in-app user actions that are not part of the normal app workflows
* Lack of SSL/TLS best practices
* Impacts that only require DDoS
* UX and UI impacts that do not materially disrupt use of the platform
* Impacts primarily caused by browser/plugin defects
* Leakage of non sensitive API keys (e.g. Etherscan, Infura, Alchemy, etc.)
* Any vulnerability exploit requiring browser bugs for exploitation (e.g. CSP bypass)
* SPF/DMARC misconfigured records)
* Missing HTTP Headers without demonstrated impact
* Automated scanner reports without demonstrated impact
* UI/UX best practice recommendations
* Non-future-proof NFT rendering

</details>

***

### **Rules**

The following activities are prohibited by this bug bounty program:

* Any testing on mainnet or public testnet deployed code; all testing should be done on local-forks of either public testnet or mainnet
* Any testing with pricing oracles or third-party smart contracts
* Attempting phishing or other social engineering attacks against our employees and/or customers
* Any testing with third-party systems and applications (e.g. browser extensions) as well as websites (e.g. SSO providers, advertising networks)
* Any denial of service attacks that are executed against project assets
* Automated testing of services that generates significant amounts of traffic
* Public disclosure of an unpatched vulnerability in an embargoed bounty

Please feel free to contact the Risk Working Group via our Discord Server with any questions about the rules or rewards for this program.

***

### **Direct-to-Inverse Submissions**

The RWG primarily processes vulnerability reports through our official Sherlock program. However, under extraordinary circumstances and at the sole discretion of the RWG, we may accept direct submissions outside the traditional bug bounty platform.

Researchers considering a direct submission should first contact the Risk Working Group via our [Discord Server](https://discord.gg/inversefinance) to discuss whether their situation warrants this alternative channel. If approved, we will provide guidance on secure file sharing practices, proof-of-concept requirements, and applicable reward policies.

{% hint style="info" %}
**Note:** Direct submissions are evaluated on a case-by-case basis and acceptance is not guaranteed. We strongly encourage all researchers to use our Sherlock program for standard vulnerability disclosures.
{% endhint %}


---

# 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.inverse.finance/inverse-finance/inverse-finance/technical/bug-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.
