[Proposal setup] Proposal title
Please provide your proposal title
CAOV: Hydra DeFi Cardano Automated Options Vaults
[Proposal Summary] Budget Information
Enter the amount of funding you are requesting in ADA
120000
[Proposal Summary] Time
Please specify how many months you expect your project to last
12
[Proposal Summary] Translation Information
Please indicate if your proposal has been auto-translated
No
Original Language
en
[Proposal Summary] Problem Statement
What is the problem you want to solve?
Much ADA is underutilized with low staking returns, limiting capital efficiency. Layer-1 remains slow, so DeFi projects on it struggle so Cardano needs a structured product layer to boost yields.
[Proposal Summary] Supporting Documentation
Supporting links
[Proposal Summary] Project Dependencies
Does your project have any dependencies on other organizations, technical or otherwise?
Yes
Describe any dependencies or write 'No dependencies'
As mentioned, our solution requires an automated vault layer, which needs an underlying options market that Cardano currently lacks. Instead of relying on third parties, we build the core financial layers ourselves: First, the Option Engine: a system to create option tokens (CIP-68 standard). Second, the Auction Module: a system to verify conditions for on-chain execution after the Hydra Head closes. Finally, the Vault contract: the main contract holding users’ ADA and managing minting or redeeming rvADA. Premium profits are sent here. Thus, the project operates independently from the start. The only dependencies are the Pyth Oracle for real-time ADA/USD pricing and the Hydra infrastructure to speed up deposits and auctions this is the project’s core.
[Proposal Summary] Project Open Source
Will your project's outputs be fully open source?
Yes
Please provide details on the intellectual property (IP) status of your project outputs, including whether they will be released as open source or retained under another licence.
To build absolute trust in the DeFi space and enable other developers to build on our platform, all project smart contracts, including the Option Engine and Vault Contract, will be fully open-source under the MIT license after testing is complete. The user interface and Execution Bots will also be open-source.
[Theme Selection] Theme
Please choose the most relevant theme and tag related to the outcomes of your proposal
DeFi
[Campaign Category] Category Questions
Describe what makes your idea innovative compared to what has been previously launched in the market (whether by you or others).
Currently, Cardano lacks advanced structured investment products for ADA holders. Users mainly have two options: low-yield, stable staking or higher-yield liquidity provision, which often carries high risk and temporary losses. CAOV (Cardano Automated Options Vaults) introduces fully automated Covered Call Vaults on Cardano, combining on-chain smart contracts with off-chain automated services. Unlike previous projects, CAOV enables a repeatable, low-risk yield strategy directly from holding ADA, with rvADA tokens representing vault shares. The key is integrating Hydra Head for deposits and auction settlements, allowing CAOV to execute transactions quickly, transparently, and at scale something previous projects never offered.
Describe what your prototype or MVP will demonstrate, and where it can be accessed.
Our MVP (expected by Milestone 4) will be a fully functional web dApp on the Cardano testnet. Users will be able to:
- Deposit ADA into Vault T-ADA-C via Hydra and receive rvADA representing their vault shares.
- Monitor weekly covered call minting and automatically collect premium fees.
- Track ADA call option auctions through Hydra, executed quickly and transparently.
- View a dashboard showing vault performance, including TVL, APR, and premium fee profits.
Access the dApp publicly via a testnet url to interact directly with the vault and simulate real trading cycles
Describe realistic measures of success, ideally with on-chain metrics.
Project success metrics are defined by the following specific goals:
- Complete and publish the open-source Option Engine (smart contract + backend + frontend) on Github
- Attract at least 200 real user wallets via integration with popular wallets like Eternl, Yoroi, Lace, etc after mainnet launch 6 months.
- Ensure product quality through comprehensive testing, minimizing errors that affect user experience and operations
- Achieve ≥ 250 deposit transactions per month
- Achieve ≥ 150 withdrawal transactions per month
- Ensure off-chain performance, with Hydra transaction processing times between 1 - 2 seconds per transaction
[Your Project and Solution] Solution
Please describe your proposed solution and how it addresses the problem
Problem:
Currently, Cardano’s DeFi infrastructure is fairly mature, with notable DEXs (Minswap, Muesliswap, WingRiders, SundaeSwap, Spectrum Network, etc.) along with some lending/borrowing protocols and basic products. However, the ecosystem still severely lacks more complex structured financial products a key pillar in well-developed DeFi chains like Ethereum, Solana, or Arbitrum.
Currently, ADA holders have only two main options to generate returns:
- Staking: safe and stable, but actual yields are around 2–4% APR (further reduced when inflation rises in many countries).
- Liquidity Provider (LP): may achieve higher yields, but comes with high risk, especially impermanent loss and other complex risks.
The lack of safe, passive yield optimization tools means billions of ADA are idle in staking wallets. This reduces overall capital efficiency in the Cardano ecosystem and forces users to seek yields on other chains.
Solution:
Our solution is to build CAOV – Cardano Automated Options Vaults, a decentralized and open-source protocol providing structured investment products that help users generate passive, sustainable yields from their ADA assets.
Our goal is to propose a testnet prototype for the first core strategy: T-ADA-C (Thetys ADA Covered Call)
- Covered call strategy: a neutral, low-risk strategy where the vault holds ADA and sells weekly out-of-the-money (OTM) call options.
- Generates yield: premiums earned from selling these options are the yield. The yield accumulates in the vault, increasing the value of users’ ADA holdings.
- Users simply deposit ADA into the Vault Contract. They receive rvADA (Receipt Vault Token), a token (CIP-68 standard) representing their share in the vault, rvADA value increases as more premiums are earned.
Protocol Architecture:
Layer 1: Core Contracts (On-chain L1 Validators – Aiken/Plutus)
This is the immutable financial primitives layer we build. It executes logic and holds assets.
1.1 Option Engine (Option Minting System):
- A validator script allowing minting of option tokens.
- To comply with Cardano standards, these are structured as tokens (CIP-68), containing on-chain data (datum or metadata) about: strike price, expiry date, and asset type (e.g., ADA Call).
1.2 Vault Contract (T-ADA-C):
- The main smart contract holding users’ ADA.
- It manages minting or redeeming rvADA (representative tokens). Profits (premium fees) are sent directly to this contract, increasing vault asset value.
1.3 Auction Validator:
- A dedicated on-chain validator script, receiving proof from Hydra Head closure.
- Verifies the integrity of the highest bid finalized on Layer 2 and executes asset swaps (transfer option tokens to winner and ADA premium to Vault Contract) transparently on-chain.
Layer 2: Operational Services (Off-chain)
This layer automates all processes to run the protocol 24/7.
2.1 Execution Bot (Automated Execution Bot):
- A high-reliability off-chain service running 24/7, tracking weekly cycles (e.g., Friday 9 AM)
The bot performs the following steps:
- Read ADA price from Pyth Oracle
- Decide strike price (e.g., 10% OTM)
- Trigger Option Engine (Layer 1) to mint options
- Open Hydra Head for Market Makers, commit L1 option tokens into the Head. When finished, close Head and send L1 transaction to Auction Validator for settlement
- Trigger settlement at expiry
- Manage deposit aggregation: temporarily open Hydra Head with user wallets to batch L2 deposits, then commit to Vault Contract on L1
2.2 Hydra Head Manager
Responsibilities:
- Manage opening/closing commit of UTxOs (option tokens, ADA bidders) into Head
- Manage auction Head, process off-chain highest-bid logic, store state updates, and compile final snapshot when session ends
- Manage deposit Head and a dedicated Hydra Head for deposit aggregation
Layer 3: Application (Frontend dApp)
User interface (React/NextJS) enabling community interaction with Layer 1 contracts.
3.1 User Interface (UI):
- Allow users to deposit ADA into Vault Contract and redeem rvADA or market maker to buy the option
- Display dashboard showing TVL, historical APR, and vault activities
Details of system architecture are as follows:

Core Technical Flows:
To understand how the prototype works, we separate 3 main technical flows (focused on T-ADA-C):
Flow 1: Cycle Start & Option Minting
(Goal: Friday arrives, Execution Bot starts a new weekly cycle)
Detection (Layer 2): Execution Bot detects the start of a new cycle (e.g., Friday 9 AM).
Oracle Read & calculation (Layer 2): Bot queries:
Vault Contract (Layer 1) for total locked ADA (e.g., 5,000 ADA)
Pyth Oracle API for current ADA price (e.g., 0.40)
Determine (Layer 2): Bot calculates strike price for Covered Call (e.g., 10% OTM → 0.44) and expiry date (e.g., 7 days later).
Mint Options (Layer 1+2): Bot builds and sends an L1 transaction to Option Engine, minting 5,000 ADA Call option tokens (CIP-68) with parameters (0.44, 7-day expiry, …) in metadata.
Tokens are sent to a UTxO controlled by Execution Bot, ready for auction in Head.
Flow 2: Option Auction (Premium Flow)
(Goal: Bot sells 5,000 newly minted option tokens to Market Makers)
Open Head & Commit (L2): Execution Bot opens Hydra Head for Market Makers and announces it. Bot commits UTxO containing 5,000 option tokens. Market Makers commit UTxOs with ADA bids.
High-speed Auction (In Hydra Head – L2):
Market Makers send off-chain bid messages (e.g., MM C bids 2,500 ADA).
Hydra Head Manager handles off-chain logic, registering MM C as highest-bid.
Finalize state (L2): At auction end, Hydra Head Manager creates and commits final snapshot containing proof of highest bid (2,500 ADA from MM C).
On-chain settlement (L2 → L1):
Execution Bot triggers Hydra Head close.
Close transaction sent to Auction Validator (L1).
Auction Validator verifies inputs/outputs and executes on-chain settlement:
Transfer 5,000 option tokens to MM C (winner)
Return ADA bonds to losing MMs
Transfer 2,500 ADA premium to Vault Contract (L1)
Result: 2,500 ADA of new yield is generated and added to total vault assets.
Flow 3: Deposit or Redeem & Settlement
(Goal: Users interact and Vault settles at expiry)
Deposit via Hydra Head (Layer 2)
Start Hydra deposit Head: Execution Bot opens temporary Hydra Head and announces Head ID to dApp.
L2 Deposit: User A connects to dApp and deposits 10,000 ADA.
dApp guides User A to commit ADA into Hydra Deposit Head. Bot monitors committed ADA.
Aggregate & close Head (Layer 2 → Layer 1): When threshold/time is met (e.g., 1 hour), Execution Bot closes Head. Bot builds a single L1 transaction from final Head state (e.g., total 100,000 ADA from 10 users) and submits to Vault Contract (Layer 1).
Mint rvADA (Layer 1): Vault Contract calculates current rvADA value (e.g., 1 rvADA = 1.01 ADA) and mints corresponding rvADA (~99,010 rvADA).
Distribute rvADA (Layer 1): rvADA sent back to Execution Bot, which allocates precise shares to users (e.g., ~9,901 rvADA to User A) via L1/L2 transactions.
Settlement (Layer 1+2): (at 7-day expiry)
Scenario A (OTM – profit): ADA price = 0.42 (below strike 0.44). Options expire worthless, all 2,500 ADA premium retained in vault. Most common scenario.
Scenario B (ITM – exercise): ADA price = 0.45 (above strike 0.44). Option exercised, Vault Contract pays difference to MM B. Vault keeps premium but loses some upside profit.
Redeem (Layer 1+3): User A redeems 9,901 rvADA. Vault Contract burns rvADA and calculates corresponding ADA (original 10,000 ADA + share of 2,500 ADA premium, e.g., 10,020 ADA) and returns to user A wallet.
[Your Project and Solution] Impact
Please define the positive impact your project will have on the wider Cardano community
Our project aims to build a new core financial layer for the Cardano ecosystem: the first on-chain options market, designed to be independent and scalable. This will serve as a foundation for developing more advanced derivatives in the future, while providing an additional stable revenue channel for ADA holders.
The positive impacts we target are as follows:
- A standardized options market will create a new yield-generating layer, giving the ecosystem more risk management and profit tools beyond staking.
- If the Vault operates efficiently, it will attract capital from users seeking automated yield strategies, especially ADA holders wanting to optimize assets without frequent trading.
- The product targets new users in Vietnam and internationally, while also providing opportunities for developers to contribute, audit, or build tools around the Option Engine.
- Integrating Hydra for high-speed auctions and offloading L1 demonstrates Cardano’s scalability, offering a solution currently unmatched by projects like Ribbon Finance on Ethereum or other options markets.
To quantify these impacts clearly and transparently, we set the following metrics:
On-chain KPI (6 months post-mainnet launch):
- User count: ≥ 200 unique wallets interacting.
- Weekly options minted: ≥ 10,000 option tokens.
- Off-chain transactions via Hydra: ≥ 150.
- Deposit transactions per month: ≥ 250.
- Withdraw transactions per month: ≥ 150.
- Off-chain transaction processing: 1 – 2s per transaction.
User & UX KPI:
- User satisfaction (survey): ≥ 80%.
- Dashboard visits: ≥ 500 per month within 6 months post-launch.
Sharing outputs:
- Analytics dashboard: Public dashboard showing TVL, APR, number of interacting wallets, options minted, participating market makers, and vault activities in real-time.
- Detailed technical documentation of the Option Engine will be published for other developers to build on our platform.
- All source code (Layer 1 contracts, Layer 2 bots, Layer 3 dApp) will be fully open-source.
[Your Project and Solution] Capabilities & Feasibility
What is your capability to deliver your project with high levels of trust and accountability? How do you intend to validate if your approach is feasible?
Feasibility
- Technical: The biggest challenge is that Cardano currently lacks an options market. We address this by building all core components, namely the Option Engine. This fully self-contained design is controlled, ensuring feasibility without relying on any third party.
- Market: There is strong demand for sustainable yield products. The success of similar protocols on Ethereum (e.g., Ribbon Finance) demonstrates that the market is ready for such products, validating demand and growth potential on Cardano.
Capability & Accountability
Team capability: We are an experienced Cardano development team, skilled in Aiken, Hydra, and DeFi. We have deployed a CIP-68 NFT minting prototype, built custom validators, and developed dApps with complex off-chain backends for financial transactions. Team members have managed testnet funds, tested smart contracts, and operated automated bots.
Management & transparency:
- All ADA deposited in the Vault is managed by immutable smart contracts, with all deposits/withdrawals fully transparent on-chain.
- We use multi-signature and off-chain control processes to prevent fund manipulation.
- Bid logic in Hydra Head runs off-chain but only uses committed ADA, eliminating manipulation risk.
- Final outcomes are settled atomically on-chain, ensuring funds are distributed solely based on actual auction results.
Additionally, we have some past achievements, including:
Participated in the CARDANO BLOCKCHAIN HACKATHON 2025 and won second place.

Along with that we also had some activities:
These steps demonstrate that our team creates a transparent, well-controlled environment, managing ADA assets with high reliability and accountability.
[Milestones] Project Milestones
Milestone Title
Deploy two Core Contracts – Vault (Basic rvADA mint => ADA redeem) & Option Engine
Milestone Outputs
Vault Contract (T-ADA-C) – On-chain Logic(Basic mint rvADA =>redeem ADA)
The contract allows:
- User sends ADA =>mint token rvADA.
- User burns rvADA => withdraws corresponding ADA.
Logic guarantees:
- Calculate the exact rvADA conversion rate based on current NAV.
- Prevent double-spend and value distortion.
Option Engine Contract
- Mint option contract in CIP-68 format. Record metadata including:strike, expiry, option_type.
- Successfully mint or burn option tokens on testnet.
Unit tests & Integration scripts
Generate a test report summarizing testnet results:
- Tx hash proof.
- Logical output result.
- The CLI script simulates two main flows
Video demo: CLI demo video illustrating the flow of 2 contracts.
Acceptance Criteria
- Have tx hash proof of sending ADA => mint rvADA => redeem ADA successfully
- Have tx hash proving mint or burn of valid CIP-68 option (correct metadata).
- 100% of main logic test cases pass.
- Have file test_report.md public on GitHub
- There is a CLI video illustrating 2 test flows on testnet
Evidence of Completion
- Github repository: Source code two contract(Vault Contract V0, Option Engine Contract), scripts, test reports.
- Testnet tx hash: Mint or redeem rvADA transaction and options.
- Video demo (CLI): Run real tests on testnet.
- Test report PDF: Record test results and output.
Delivery Month
3
Cost
28750
Progress
30 %
Milestone Title
Auction Validator & Advance Vaults contract
Milestone Outputs
Auction Validator Contract
- On-chain contract manages Settlement Auction.
- Main function: Receive proof from Hydra Head closing transaction and Validate the integrity of highest-bid (ADA premium transferred) and Option Token validity transparently on-chain.
- Perform asset swap (Option Token for winner, ADA premium into Vault Contract).
Epoch, settlement logic (Vault Contract update):
- Epoch logic: Manages operating cycles.
- Settlement logic: Process OTM or ITM based on Oracle price, calculate and update new NAV after each settlement.
Integration test: Full cycle simulation (EpochStart =>Mint Option =>Auction =>Premium =>EpochEnd =>Settle =>NAV update)
Video demo: CLI script simulating the process.
Acceptance Criteria
- Having a tx hash on testnet proves the settlement transaction was successful when the Auction Validator authenticates the Hydra Head closure proof, ensuring the premium is transferred to the Vault and the option token is transferred to the winner.
- Vault records the correct epoch_id, start_time, expiry_time.
- When ITM/OTM, Vault updates NAV and net assets correctly according to the result.
- Unit test and integration test (CLI) for both contracts passed completely.
- There is a CLI script video illustrating the whole process
Evidence of Completion
- GitHub repo (Source code Auction Validator), tx hash settlement successful on testnet
- GitHub repo (Source code Vault v2 Epoch + Settlement), tx hash update epoch + settle NAV
- The CLI demo video illustrates the full flow.
- Test report PDF
Delivery Month
6
Cost
27250
Progress
60 %
Milestone Title
Execution Bot, Hydra Head Manager and Automation
Milestone Outputs
Off-chain Execution Bot (v1)
- A service that runs continuously (or on a cron schedule) that monitors and controls the Vault.
- Core function: Detect EpochStart => trigger Mint => open Hydra Head for market maker => close Head when timer expires => send L1 transaction to Auction Validator => check Oracle => trigger Settlement.
- Auxiliary functions: Manage deposit aggregation Head and commit UTxO to Vault.
Hydra Head Manager (v1)
- Main functions: Manage UTxO commits to Head. Handle highest-bid L2 logic (for Auction) and create final snapshot (final state) as evidence. Manage deposit aggregation Head.
Oracle Integration
- Oracle integration Pyth to read real ADA/USD price.
- Update price when settle (determine OTM/ITM).
- There is mock fallback for offline testing.
Automation log & monitoring
- Bot logs the entire cycle in detail: EpochStart =>Mint =>Auction =>Settle =>NAV update.
- Save the log to file or console, to demonstrate actual operation.
- There is an error reporting mechanism when the transaction fails.
CLI end-to-end test (Semi-automated)
- CLI script simulates the Bot and Hydra process in action.
- There is a CLI demo video and test report.
Acceptance Criteria
- Execution Bot and Hydra Head Manager run stable and automatically ontestnet
- Oracle price is read correctly and used in settlement logic.
- NAV changes exactly when premium or payout is processed.
- Log CLI output clearly records the entire epoch lifecycle.
- End-to-end CLI test completed without errors.
Evidence of Completion
- Github repo: Source code Bot, Hydra Head Manager, integration scripts, Oracle adapter.
- Testnet tx hashes: Transactions generated by the Bot (EpochStart, Auction Settlement, Deposit Aggregation).
- CLI demo video: Demonstrating Bot and Hydra Head in action.
- Test report PDF: Log summary and updated NAV.
Delivery Month
8
Cost
21800
Progress
80 %
Milestone Title
dApp Frontend MVP & Public Testnet
Milestone Outputs
- dApp frontend MVP: Web application (React/NextJS) that connects to wallets (Nami, Eternl, Lace). Interacts with Vault, Option, Auction and allows deposit/withdrawal of ADA testnet.
- Backend API Gateway (v1): The middleware service provides endpoints (/vault/status, /auction/active, /bot/logs).
- Testnet infrastructure (Nodes, Relay, Domain, Server, Monitoring)
- Public preprod testnet deployment: Deploy the entire system to the public preprod testnet (UI + backend + contracts) real user interaction. Minimum 30 test users.
- User feedback collection: Feedback forms and summary reports.
Acceptance Criteria
- Users can connect wallets, deposit testnet ADA, and view NAV.
- Transactions from dApps can interact with Vault, Option, Auction preprod testnet.
- There is a public preprod testnet link, at least 30 users can try it.
- There is a feedback form and a report summarizing user opinions.
- API returns TVL, NAV, logs data from bot.
- There is a video demonstrating the dApp interface working with the preprod testnet.
Evidence of Completion
- Public preprod testnet dApp link.
- Github repo (frontend + backend, smartcontract).
- Tx hashes demonstrate preprod testnet transactions from UI (deposit/redeem).
- Video demo illustrating the dApp interface working with testnet (user flow).
- Community feedback report (feedback summary).
- Link to API docs.
Delivery Month
10
Cost
21390
Progress
90 %
Milestone Title
System QA, Mainnet Deployment,Bug Fix and Final Release
Milestone Outputs
System QA & optimization:
- Test coverage report: System-wide regression and edge-case testing report.
- Bug fix & performance optimization: Fix all bugs discovered in milestone 4 and optimize gas usage/script size.
Mainnet deployment v1:
- Core contract (L1): Deploy Vault, Option Engine, Auction Validator to Cardano mainnet.
- L2/Off-chain infrastructure: Deploy Execution Bot, Hydra Node mainnet, and API Gateway to production cloud infrastructure.
- Final test: Perform a full Epoch => Mint => Auction => Settle cycle on mainnet with small amount of assets.
Documentation: Complete user documentation and technical documentation.
Final demo video & public report: Mainnet working demo video. Closeout report summarizing 5 milestones.
Mainnet infrastructure costs: Budget and spend on mainnet Cloud/Node deployment and operations costs.
Acceptance Criteria
- There is comprehensive test reporting for major flows and confirmed bug fixes.
- Have tx hash to prove deployment contracts to mainnet and complete smoke test on mainnet.
- Execution Bot and Hydra Node mainnet running continuously.
- User guide, API docs, Technical docs are complete.
- There is a video demonstrating the entire system in action on mainet.
Evidence of Completion
- GitHub repo: Updated code fixes, internal system wide testing reports.
- Files QA_report.pdf and Bugfix_changelog.md.
- Link dApp mainnet works stably with platform features
- Link =>documentation (User guide, API docs, Technical docs).
- End-to-end demo video (on mainnet).
- Closeout report and summary video.
Delivery Month
12
Cost
20810
Progress
100 %
[Final Pitch] Budget & Costs
Please provide a cost breakdown of the proposed work and resources
Total budget required: ₳120,000 (~$0.40/ADA) for a 12 month project.
The budget is allocated in detail across each milestone as follows:
Milestone 1: Deploy two Core Contracts – Vault (Basic rvADA mint => ADA redeem) & Option Engine
Total for milestone 1: ₳28,750 (~23.96%)
Categories:
- Vault contract version 0 development: ₳13,000
- Option engine contract development (CIP-68 mint or burn, metadata standards): ₳10,250
- Unit tests, integration scripts, and detailed test report: ₳3,500
- Command-line interface demonstration video, preliminary technical documentation, and backup: ₳2,000
Milestone 2: Auction Validator & Advance Vaults contract
Total for milestone 2: ₳27,250 (~22.71%)
Categories:
- Auction validator development (Layer 1/Layer 2 trust boundary, Hydra proof verification, settlement): ₳13,000
- Vault contract version 2 upgrade (epoch logic, out-of-the-money or in-the-money settlement, net asset value update): ₳9,900
- Full-cycle integration testing and automated command-line simulation: ₳3,150
- Full-cycle demonstration video, test report, and contingency: ₳1,200
Milestone 3: Execution Bot, Hydra Head Manager and Automation
Total for milestone 3: ₳21,800 (~18.17%)
Categories:
- Execution bot version 1 (automatic epoch start, minting, opening head, and settlement): ₳9,000
- Hydra head manager version 1 (auction head, deposit head, snapshot management): ₳7,500
- Oracle Pyth integration, monitoring, logging, and auto-retry functionality: ₳4,800
- End-to-end command-line testing and automated demonstration video: ₳500
Milestone 4: dApp Frontend MVP & Public Testnet
Total for milestone 4: ₳21,390 (~17.82%)
Categories:
- Frontend dApp minimum viable product development (React/Next.js, wallet connection, user interface/user experience): ₳6,540
- Testnet infrastructure (nodes, relay, domain, server, monitoring): ₳7,000
- Backend API gateway, indexer, and monitoring dashboard: ₳3,000
- Public deployment, community testing, and feedback collection: ₳3,350
- dApp demonstration video and user guide: ₳1,500
Milestone 5: System QA, Mainnet Deployment,Bug Fix and Final Release
Total for milestone 5: ₳20,810 (~17.34%)
Categories:
- Comprehensive independent security testing (Layer 1 and Hydra flow): ₳5,000
- Mainnet infrastructure (nodes, relay, domain, server, monitoring): ₳7,000
- Post-test bug fixes: ₳4,500
- Mainnet deployment and complete documentation: ₳3,350
- Final closeout report and final demonstration video: ₳960
Detailed link: https://docs.google.com/spreadsheets/d/1mEFNbp2q9veCH_oznYSWvDqfQ4y27PHSvV4OpN2pJdk/edit?hl=vi&gid=0#gid=0
We would like to confirm that the entire requested budget of 120,000 ADA will only be used for future development activities as specified in the 5 milestones of the T-ADA-C (Cardano Automated Options Vault) project.
Specifically:
There will be no retroactive funding for work done prior to the funding being received.
None of these funds will be used to purchase digital assets, provide liquidity, invest, speculate, build project treasuries, purchase branded merchandise, re-grant, or implement incentive programs, token rewards, airdrops, or giveaways of any kind.
100% of the budget is allocated directly to:
- Development staff costs (smart contract, off-chain bot, Hydra, frontend/backend)
- Project management and reporting
- Independent security testing
- Testnet/mainnet infrastructure costs (Hydra nodes, servers, monitoring)
- Technical documentation and user manuals required for complete product delivery.
[Final Pitch] Value for Money
How does the cost of the project represent value for the Cardano ecosystem?
With an investment of 120,000 ADA, we believe this project brings exceptional value as it is not just developing a regular dApp, but building a prototype for a completely new base financial layer that has never existed before for the Cardano ecosystem.
- At the current exchange rate (~$0.40/ADA), the total project budget corresponds to approximately $48,000
- Cost breakdown: Distributed evenly over the 12 month period, the average operational expenditure is about $4,000 per month. This represents a lean bootstrap-level budget capable of sustaining a full-stack blockchain engineering team (experienced in Aiken and Hydra node operations) while maintaining essential production-grade infrastructure. It demonstrates the team’s long-term dedication to the Cardano ecosystem, accepting below-market compensation to deliver a practical and impactful real-world solution.
- This budget is used to develop a prototype for a programmable options marketplace through Option Engine, and the first layer of Automated Vaults applications running on the platform.
- The total budget of 120,000 ADA is focused on delivering a tested prototype, including mandatory testing costs. This is an essential expense for any serious DeFi project, ensuring the safety of user assets and the reputation of the entire ecosystem.
- By creating an automated yield product, our prototype will lay the foundation for mainnet launch to be able to attract live TVL and maintain a steady on-chain trading volume through weekly bot activities that bring real value to the entire Cardano ecosystem.
- We have good compliance status and verified technical expertise in the required technology (CIP-68) to significantly reduce failure risk and ensure capital is used efficiently.
- The 120,000 ADA budget reflects a serious investment not only in L1 Core Engineering, but also in pioneering Hydra integration for a complex DeFi project that significantly reduces transaction speeds.
[Self-Assessment] Self-Assessment Checklist
I confirm that evidence of prior research, whitepaper, design, or proof-of-concept is provided.
Yes
I confirm that the proposal includes ecosystem research and uses the findings to either (a) justify its uniqueness over existing solutions or (b) demonstrate the value of its novel approach.
Yes
I confirm that the proposal demonstrates technical capability via verifiable in-house talent or a confirmed development partner (GitHub, LinkedIn, portfolio, etc.)
Yes
I confirm that the proposer and all team members are in good standing with prior Catalyst projects.
Yes
I confirm that the proposal clearly defines the problem and the value of the on-chain utility.
Yes
I confirm that the primary goal of the proposal is a working prototype deployed on at least a Cardano testnet.
Yes
I confirm that the proposal outlines a credible and clear technical plan and architecture.
Yes
I confirm that the budget and timeline (≤ 12 months) are realistic for the proposed work.
Yes
I confirm that the proposal includes a community engagement and feedback plan to amplify prototype adoption with the Cardano ecosystem.
Yes
I confirm that the budget is for future development only; excludes retroactive funding, incentives, giveaways, re-granting, or sub-treasuries.
Yes
[Required Acknowledgements] Consent & Confirmation
I Agree
Yes