SCV Audited Contracts
SCV-Security is a trusted security provider specializing in smart contract audits within the CosmWasm ecosystem. You can find the list of publicly available audit reports here.
Audit Contracts
Below is a curated list of the publicly available audited contracts.
Alliance
Alliance NFT Collection
30/Apr/2025
Choice Exchange
Choice Contracts
29/Apr/2025
Eris Protocol
Pheonix Treasury Contract
26/Sep/2024
Dojo Trading
Injera Contract
16/Jul/2024
Ark Protocol
ICS721
26/Feb/2024
Vendetta Markets
Fixed Odds Market
04/Feb/2025
Capapult Finance
Oracle Contract
07/Dec/2023
TerraForm Labs
Community Pool Vesting Contract
19/Oct/2023
TerraForm Labs
Enterprise DAO
06/Oct/2023
Apollo DAO
Apollo Astroport Vault
04/Sep/2023
Apollo DAO
Neutron Reward Distributor
04/Sep/2023
TerraForm Labs
Warp Contracts
14/Aug/2023
BackBone Labs
Fee Split
12/May/2023
Capapult
Money Market
08/May/2023
White Whale
Core Pool Contracts
12/Apr/2023
Cavern Protocol
Core Contracts
04/Apr/2023
Eris Protocol
Tokenfactory Contract
28/Mar/2023
Astroport
Concentrated Liquidity Pool
28/Feb/2023
1. Alliance - Alliance NFT Collection
A CW721-based NFT contract developed by Terra to reward participants of the Game of Alliance (GoA)—an incentivized testnet for the Alliance module. This collection integrates staking rewards, rarity mechanics, and DAO governance participation.GitHub+6GitHub+6GitHub+6
Ideal for:
Rewarding active testnet participants with NFTs that offer both collectible value and integrated staking rewards, while also enabling governance participation.
📦 Repo: alliance-nft-collection
2. Choice Exchange - Choice Contracts
Choice Exchange is an Automated Market Maker (AMM) protocol forked from TerraSwap, adapted for the Injective blockchain.
Ideal for:
Developers and projects looking to implement or interact with an AMM with CW20 token support.
📦 Repo: choice_exchange
3. Eris Protocol - Pheonix Treasury Contract
A collection of smart contracts implementing the ve(3,3) governance model, facilitating token locking, voting, and reward distribution.
Ideal for:
Protocols seeking to implement a decentralized governance system that aligns incentives through token locking and rewards, enhancing community participation and decision-making.
📦 Repo: contracts-ve3
4. Dojo Trading - Injera Contract
A fork of Mars Protocol's Red Bank V2, adapted for the Injective ecosystem.
Ideal for:
Users and developers seeking a decentralized, capital-efficient stablecoin solution.
📦 Repo: injera
5. Ark Protocol - ICS721
A smart contract that allows NFTs to be transferred between IBC-enabled chains by locking the original NFT on the source chain and minting a voucher NFT on the destination chain.
Ideal for:
Developers and projects aiming to enable cross-chain NFT functionality within the Cosmos ecosystem, ensuring NFTs can move seamlessly between different blockchains.
📦 Repo: cw-ics721
6. Vendetta Markets - Fixed Odds Market
A suite of smart contracts developed for Vendetta Markets, a decentralized platform enabling esports enthusiasts to engage in skill-based betting and earn rewards.
Ideal for:
Developers and platforms aiming to integrate decentralized betting functionalities into their applications, particularly within the esports domain.
📦 Repo: vendetta-markets-contracts
7. Capapult Finance - Oracle contract
A smart contract that supplies price data for LSD collaterals within the Capapult money market system.
Ideal for:
Developers and projects looking to implement or interact with decentralized money markets that require reliable price feeds for LSD collateral assets.
📦 Repo: capa-money-market/contracts/oracle
8. TerraForm Labs - Community Pool Vesting Contract
The Community Pool Vesting Contract is a smart contract designed to manage the delegation, vesting, and withdrawal of funds based on a configurable vesting schedule. It includes functionality for owner and whitelist management, allowing for controlled fund distribution over time.
Ideal for:
Projects and organizations looking to implement structured fund distribution mechanisms, such as community grants or team allocations, with built-in controls and transparency.
📦 Repo: community-pool-vesting
9. TerraForm Labs - Enterprise contracts
A collection of smart contracts enabling the deployment and operation of DAOs with customizable configurations.
Ideal for:
Projects and communities aiming to establish DAOs with flexible governance structures, robust treasury management, and cross-chain capabilities.
📦 Repo: enterprise-contracts
10. Apollo DAO - Apollo Astroport Vault
The Locked Astroport Vault is a smart contract developed by Apollo DAO that implements the CosmWasm Vault Standard. It is designed to accept Astroport LP tokens as the base asset and provides auto-compounding functionality. The vault claims rewards from the Astroport generator and any additional tokens specified in the contract's configuration. These rewards are then swapped for the underlying assets of the LP token, added back into the liquidity pool to obtain more LP tokens, and subsequently staked again in the Astroport generator.
Ideal for:
Liquidity providers on Astroport seeking an automated solution to maximize their yield through compounding, with the added option of locking their assets for a predetermined duration to potentially access higher rewards or meet specific protocol requirements.
📦 Repository: Apollo DAO Locked Astroport Vault
11. Apollo DAO - Neutron Astroport Reward Distributor
The Neutron Astroport Reward Distributor is a smart contract designed to manage and distribute rewards within the Neutron ecosystem. It holds funds in the form of vault tokens and distributes the underlying assets to a specified address as rewards. The current implementation assumes that the reward vault's base token is an Astroport LP token.
Ideal for:
Projects and protocols within the Neutron ecosystem that require a mechanism to distribute rewards derived from Astroport LP tokens to users or other contracts.
📦 Repository: Apollo DAO Neutron Reward Distributor
12. TerraForm Labs - Warp contracts
A modular set of smart contracts that manage job creation, condition evaluation, and decentralized execution within the Cosmos ecosystem.
Ideal for:
Automated governance or treasury actions
Yield strategy execution (e.g., rebalance or harvest)
Scheduled or condition-based DeFi transactions
General-purpose on-chain automation across Cosmos SDK chains
📦 Repository: Warp contract
13. BackBone Labs - Fee Split
The PFC Fee Split contract is a modular fee distribution system designed for the Cosmos ecosystem. It allows incoming funds to be automatically split and allocated to multiple recipients based on predefined configurations. This facilitates efficient and transparent distribution of fees, rewards, or any other token flows within decentralized applications.
Ideal for:
Revenue Sharing: Automatically distribute protocol revenues to stakeholders, such as developers, liquidity providers, or governance participants.
Reward Distribution: Facilitate the distribution of staking rewards, liquidity mining incentives, or other reward mechanisms.
Fee Management: Manage and allocate transaction fees collected by decentralized applications or services.
📦 Repository: PFC Fee Split on GitHub
14. Capapult - Money Market
A modular suite of smart contracts implementing the core components of a decentralized money market system:
Key Modules:
market: Manages lending and borrowing operations, including interest rate calculations and collateral management.
overseer: Monitors borrower positions, enforces borrowing limits, and triggers liquidations when necessary.
liquidation_queue: Handles the liquidation process for undercollateralized positions, ensuring the protocol's solvency.
oracle: Provides real-time price feeds for LSD collaterals, ensuring accurate valuation of assets.
custody_cw20: Manages the custody of CW20 token collaterals, handling deposits and withdrawals securely.
Ideal for
DeFi Developers: Building applications that require lending and borrowing functionalities with LSD collateral support.
Stakers: Looking to unlock liquidity from staked assets without unstaking.
DAOs: Seeking to integrate decentralized money market capabilities into their ecosystems.Medium
📦 Repository: solid-online/capa-money-market
15. White Whale - Core Pool Contracts
A modular suite of smart contracts implementing the core components of White Whale's Interchain Liquidity Protocol:
Key Modules:
Liquidity Hubs: Serve as centralized points for liquidity aggregation and distribution across chains.
Flash Loan Vaults: Provide instant, uncollateralized loans for arbitrage and liquidation opportunities.
Pool Factory & Router: Enable the creation and management of liquidity pools, facilitating token swaps and price stabilization.
Vault Factory & Router: Manage user deposits and withdrawals, ensuring efficient capital flow within the ecosystem.
Fee Collector: Accumulates fees generated from various protocol activities, supporting sustainability and governance.
Ideal for
DeFi Developers: Building cross-chain applications requiring efficient liquidity management.
Arbitrageurs: Seeking to exploit price discrepancies across different chains using automated tools.
Liquidity Providers: Looking to maximize returns by supplying assets to interchain liquidity pools.
📦 Repository: white-whale-core
16. Cavern Protocol - Core Contracts
A modular set of smart contracts managing the lifecycle of aAssets:
anchor_basset_hub: Manages the minting and burning of aAssets, tracks bonded LUNA, and handles validator delegation.
anchor_basset_reward: Distributes staking rewards to aAsset holders.
anchor_basset_token: Implements the CW20-compliant aAsset token (e.g., aLUNA).
lido_terra_validators_registry: Maintains a registry of validators for staking operations.
Ideal for
DeFi Developers: Integrating LSDs into lending, borrowing, or yield farming protocols.
Stakers: Seeking liquidity for staked assets without forfeiting rewards.
DAOs: Managing treasury assets with staking capabilities.
📦 Repository: cavern-aAsset-contracts
17. Eris Protocol - Tokenfactory Contract
A modular set of smart contracts implementing the core components of a liquid staking system:
eris-staking-hub: Manages the minting and burning of LSD tokens (e.g., ampKUJI) and oversees the bonding of native tokens.
Integration with fin-multi router: Utilizes the fin-multi router for swap routing, ensuring efficient token exchanges within the ecosystem.
Ideal for
DeFi Developers: Building applications that require liquid staking functionalities.
Stakers: Seeking to maintain staking rewards while accessing liquidity.
DAOs: Integrating staking derivatives into their governance and treasury management strategies.
📦 Repository: erisprotocol/contracts-tokenfactory
18. Astroport - Concentrated Liquidity Pool
A modular suite of CosmWasm smart contracts comprising:
Factory: Manages the creation and registry of liquidity pools.
Pair Contracts: Implement various AMM algorithms.
Router: Enables multi-hop swaps across different pools.
Oracle: Calculates Time-Weighted Average Prices (TWAP) for pools.
Tokenomics Modules: Manage ASTRO token distribution and staking.
Ideal for
DeFi Developers: Building applications requiring robust AMM functionalities.
Liquidity Providers: Seeking to earn yields across diverse pool types.
Traders: Looking for efficient and cost-effective token swaps.
📦 Repository: astroport-fi/astroport-core
Last updated
Was this helpful?