ParaSpace
Search
⌃K

Immunefi Bug Bounty

Program overview

ParaSpace is a decentralized protocol with a foundation of providing lending and borrowing services for various assets on the Ethereum blockchain. Users can lend their NFTs and ERC-20 tokens to earn income in the form of interest, as well as use their lended assets as collateral for borrowing assets. One of the main entry bars for retail users into the NFT market is the high price of NFT items, especially blue-chip NFTs, therefore, ParaSpace introduces its Marketplace, allowing users to access NFTs through leveraged buy and leveraged bid, using the purchased item as collateral for the outstanding loan.
The ParaSpace protocol aims to provide users access to cash and profits without selling their assets. ParaSpace uses a pool-based money market model whereby users supply their assets to a pool to earn interest and instantly borrow from the pool when collateralizing their asset. For more information about ParaSpace, please visit https://para.space/.
NOTE: If there are any discrepancies between the below page and https://immunefi.com/bounty/paraspace/, the information on Immunefi.com will be the source of terms and conditions of record.

Rewards by threat level

Rewards are distributed according to the impact of the vulnerability based on the Immunefi Vulnerability Severity Classification System V2.2. This is a simplified 5-level scale, with separate scales for websites/apps, smart contracts, and blockchains/DLTs, focusing on the impact of the vulnerability reported.
Critical - USD 200,000
High - USD 10,000
Medium - USD 3,000
All bug reports must come with a PoC with an end-effect impacting an asset-in-scope in order to be considered for a reward. Explanations and statements are not accepted as PoC and code is required. In addition, all bug reports must come with a suggestion for a fix in order to be considered for a reward.
Payouts are handled by the ParaSpace team directly and are denominated in stable coin USD. Future payouts may be done in our own protocol token, at the discretion of the team.

Assets in Scope

Target Smart Contracts:
paraspace-core/contracts/misc/flashclaim/AirdropFlashClaimReceiver.sol
paraspace-core/contracts/misc/flashclaim/UserFlashclaimRegistry.sol
paraspace-core/contracts/misc/marketplaces/LooksRareAdapter.sol
paraspace-core/contracts/misc/marketplaces/SeaportAdapter.sol
paraspace-core/contracts/misc/marketplaces/X2Y2Adapter.sol
paraspace-core/contracts/misc/ERC721OracleWrapper.sol
paraspace-core/contracts/misc/NFTFloorOracle.sol
paraspace-core/contracts/misc/ParaSpaceOracle.sol
paraspace-core/contracts/misc/ProtocolDataProvider.sol
paraspace-core/contracts/misc/UniswapV3OracleWrapper.sol
paraspace-core/contracts/protocol/configuration/ACLManager.sol
paraspace-core/contracts/protocol/configuration/PoolAddressesProvider.sol
paraspace-core/contracts/protocol/configuration/PoolAddressesProviderRegistry.sol
paraspace-core/contracts/protocol/libraries/configuration/ReserveConfiguration.sol
paraspace-core/contracts/protocol/libraries/configuration/UserConfiguration.sol
paraspace-core/contracts/protocol/libraries/logic/AuctionLogic.sol
paraspace-core/contracts/protocol/libraries/logic/BorrowLogic.sol
paraspace-core/contracts/protocol/libraries/logic/ConfiguratorLogic.sol
paraspace-core/contracts/protocol/libraries/logic/FlashClaimLogic.sol
paraspace-core/contracts/protocol/libraries/logic/GenericLogic.sol
paraspace-core/contracts/protocol/libraries/logic/LiquidationLogic.sol
paraspace-core/contracts/protocol/libraries/logic/MarketplaceLogic.sol
paraspace-core/contracts/protocol/libraries/logic/PoolLogic.sol
paraspace-core/contracts/protocol/libraries/logic/ReserveLogic.sol
paraspace-core/contracts/protocol/libraries/logic/SupplyLogic.sol
paraspace-core/contracts/protocol/libraries/logic/ValidationLogic.sol
paraspace-core/contracts/protocol/pool/DefaultReserveAuctionStrategy.sol
paraspace-core/contracts/protocol/pool/DefaultReserveInterestRateStrategy.sol
paraspace-core/contracts/protocol/pool/PoolConfigurator.sol
paraspace-core/contracts/protocol/pool/PoolCore.sol
paraspace-core/contracts/protocol/pool/PoolMarketplace.sol
paraspace-core/contracts/protocol/pool/PoolParameters.sol
paraspace-core/contracts/protocol/pool/PoolStorage.sol
paraspace-core/contracts/protocol/tokenization/base/MintableIncentivizedERC721.sol
paraspace-core/contracts/protocol/tokenization/NToken.sol
paraspace-core/contracts/protocol/tokenization/NTokenApeStaking.sol
paraspace-core/contracts/protocol/tokenization/NTokenBAYC.sol
paraspace-core/contracts/protocol/tokenization/NTokenMAYC.sol
paraspace-core/contracts/protocol/tokenization/NTokenMoonBirds.sol
paraspace-core/contracts/protocol/tokenization/NTokenUniswapV3.sol
paraspace-core/contracts/protocol/tokenization/libraries/MintableERC721Logic.sol
paraspace-core/contracts/protocol/tokenization/libraries/ApeStakingLogic.sol
paraspace-core/contracts/protocol/ui/WETHGateway.sol
paraspace-core/contracts/protocol/ui/WPunkGateway.sol
All smart contracts of ParaSpace can be found at https://github.com/para-space/paraspace-core. However, only those in the Assets in Scope table are considered as in-scope of the bug bounty program.

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.

Critical

  • 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 user funds
  • Permanent freezing of user NFTs
  • Unauthorized minting of NFTs
  • Unintended alteration of what the NFT represents (e.g. token URI, payload, artistic content)
  • Protocol insolvency
  • Uni V3 LP token price manipulation

High

  • Theft of unclaimed yield
  • Theft of unclaimed royalties
  • Permanent freezing of unclaimed yield
  • Permanent freezing of unclaimed royalties
  • Temporary freezing of funds for at least 24 hours
  • Temporary freezing NFTs for at least 24 hours
  • DOS (denial of service on liquidation)

Medium

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

Out of Scope & Rules

The following vulnerabilities are excluded from the rewards for this bug bounty program:
  • Vulnerabilities related to domains, DNS or servers of websites
  • Any already-reported bugs
  • Attacks that the reporter has already exploited themselves, leading to damage
  • Attacks requiring access to leaked keys/credentials
  • Attacks requiring access to privileged addresses (governance, strategist)

Smart Contracts and Blockchain

  • Any contract removed from the list of contracts in the "Assets in Scope" set forth above (such list may change from time to time without notice)
  • Vulnerabilities already reported and/or discovered in contracts built by third parties on ParaSpace
  • Bugs in any third party contract or platform that interacts with ParaSpace
  • Incorrect data supplied by third party oracles
    • Not to exclude oracle manipulation/flash loan attacks
  • Basic economic governance attacks (e.g. 51% attack)
  • Lack of liquidity
  • Best practice critiques
  • Sybil attacks
  • Centralization risks

Eligibility

To be eligible for a reward under this Program, you must:
  • Discover a previously unreported, non-public vulnerability within the scope of this Program.
  • Vulnerabilities must be distinct from the issues covered in the previously conducted publicly available audits.
  • Be the first to disclose the unique vulnerability to the Team by the disclosure requirements below. If similar vulnerabilities are reported, the first submission shall be rewarded (if determined valid and otherwise in the scope of this Program).
  • Possess sufficient technical knowledge and provide sufficient information necessary to reproduce and fix the vulnerability.
  • Not engage in any unlawful conduct when disclosing the bug, including through threats, demands, or any other coercive tactics.
  • Not exploit the vulnerability in any way, including by making it public or obtaining a profit (other than a reward under this Program). Any publicity in any way, whether direct or indirect, relating to any bug or vulnerability will automatically disqualify it and you from the Program.
  • Make a good faith effort to avoid privacy violations, data destruction, interruption or degradation of ParaSpace.
  • Submit only one vulnerability per submission unless you need to chain vulnerabilities to impact any vulnerabilities. If you want to add more information to a provided issue, create a new submission referencing the initial one.
  • Not submit a separate vulnerability caused by an underlying issue that is the same as an issue on which a reward has been paid under this Program.
  • Not be one of our current or former employees, vendors, service providers, or contractors or an employee of any of those vendors or contractors or an immediate family (parent, sibling, spouse, or child) or household member of such person.
  • Not be subject to any international, national or state level sanctions.
  • Be at least 18 years of age or, if younger, submit your vulnerability with the consent of your parent or guardian.
The following activities are prohibited by this bug bounty program:
  • Any testing with mainnet or public testnet contracts; all testing should be done on private testnets
  • 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
  • Automated testing of services that generates significant amounts of traffic
  • Public disclosure of an unpatched vulnerability in an embargoed bounty