Andamio Logo
Platform Guides/Project Owner Guide

Treasury Management

Fund the project treasury, publish tasks on-chain, and reclaim ADA from expired tasks

Treasury Management

The project treasury is a smart contract on Cardano that holds ADA for task rewards. When you publish a task, its reward amount gets locked in the treasury. When you accept a contributor's submission, the locked ADA is automatically sent to their wallet. A 1% platform fee is deducted at distribution time.

All treasury operations happen on the Treasury Management page — accessible from the Overview tab by clicking Manage Treasury, or from the Tasks tab when draft tasks exist.

Treasury Balance

At the top of the page, you'll see the current balance and the treasury's on-chain address.

Treasury Balance showing the current ADA amount, the treasury address, and the Add Funds section with an ADA amount input field.

The number that matters is Available Funds — your treasury balance minus the ADA already locked for published tasks. This is what you can spend on new tasks. If you want to publish tasks whose rewards exceed your available funds, you need to deposit more.

Full Treasury Management page showing the Treasury Balance display, the treasury address, the Add Funds input field, and the Add to Treasury tab with draft tasks listed below.

Depositing ADA

The Add Funds section lets you deposit ADA from your connected wallet into the treasury.

The Add Funds component showing the Amount (ADA) input field, a helper note explaining that funds will be available for task rewards, and the "Add to Treasury" submit button.

  1. Enter the ADA amount (minimum 1 ADA)
  2. Click Add to Treasury
  3. Sign the transaction in your wallet
  4. Wait for blockchain confirmation — the balance updates automatically

Deposited ADA goes into the treasury smart contract. You can only withdraw it by removing published tasks (which returns their locked ADA) or as the project owner.

Publishing Draft Tasks

The Add to Treasury tab is where you select drafts to publish on-chain. Publishing locks the reward amount for each task and makes them available to contributors.

The Add to Treasury tab showing five draft tasks with checkboxes, task titles, on-chain hashes, and reward amounts. Three tasks are selected. Below, the Transaction Summary shows the publishing count, total rewards, treasury available, and wallet deposit required.

  1. Select the drafts you want to publish (or use "Select All")
  2. Review the Transaction Summary at the bottom
  3. Click Publish Tasks and sign the transaction
  4. Wait for blockchain confirmation

The Transaction Summary updates in real time as you select tasks:

The Transaction Summary card showing Publishing count, Total Rewards, Treasury Available, and Wallet deposit required.

The key line is Wallet deposit required — the additional ADA needed from your wallet if the treasury doesn't have enough to cover the selected rewards. The math is straightforward: if you're publishing 900 ADA in rewards and the treasury has 0 available, you need 900 ADA from your wallet.

On-chain task content is limited to 140 characters. Longer titles are truncated on-chain but remain in full on the platform.

When the transaction confirms, the tasks become Available — live on-chain and open for contributors to commit.

Removing Tasks

The Remove from Treasury tab lets you pull published tasks off-chain and reclaim their locked ADA.

The Remove from Treasury tab showing on-chain tasks with checkboxes, columns for Content (task title), Hash, Reward, and Expires date.

Select the tasks to remove, submit the transaction, and the locked ADA returns to your treasury balance.

Use this to cancel tasks that are no longer needed, reclaim ADA from expired tasks, or clean up stale work.

You cannot remove a task that has an active commitment (In Progress or Pending Review). Only Available and Expired tasks can be removed.

Treasury Math

All numbers on this page are computed from on-chain data:

  • Treasury Balance = on-chain ADA balance minus the min-UTxO reserve (~2–3 ADA required by the Cardano protocol)
  • Available Funds = Treasury Balance minus the sum of all locked task rewards
  • Wallet Deposit Required = Total Rewards of selected tasks minus Available Funds (or 0 if the treasury has enough)
  • Budget Utilization = (Rewards Distributed + Platform Fees) / Total Deposited — visible on the Reports tab

What's Next

  • Task Management — create draft tasks before publishing
  • Reports — track treasury activity and export financial reports