Tinyman Docs
  • Tinyman V2 Overview
  • About Tinyman
  • Protocol Specification
    • Pool
      • Pool Creation
      • Adding Liquidity
      • Removing Liquidity
    • Swap
    • Fees
    • Flash Loan
    • Flash Swap
    • Additional Notes
  • FAQ
    • Migration FAQ
  • Fees
  • Permissioned Methods
    • Roles
    • Methods
    • Related Non-Permissioned Methods
  • Formulae
  • Disclaimer
  • Contracts
  • Audits & Security
  • Token and Governance
    • TINY Token Details
    • Governance Details
      • Overview
      • Governance Vault
      • Governance Rewards
      • Governance Process
      • TINY Farming
  • V2 Integration
    • Protocol Methods
      • Bootstrap
      • Add Initial Liquidity
      • Add Subsequent Liquidity
      • Remove Liquidity
      • Swap
      • Flash Loan
      • Flash Swap
    • State Data
    • Oracle Data
    • Calculating Quotes
    • Official SDKs
  • Swap Router
    • Transaction Specification
  • Swap Widget
    • Customization Preferences
    • How to export your Widget
  • Lending Pools
  • Trigger Orders & Recurring Orders
  • Liquid Staking
    • Liquid Staking
  • Tinyman V1
    • Overview
    • Tinyman AMM Basics
      • Creating Pools
      • Slippage & Excess
      • Farming
    • FAQ
    • Fees
    • Design Doc
    • Contracts
    • Tinyman Testnet
    • Disclaimer
    • Audits
    • Security
  • V1 Integration
    • Pool Lookup
    • Transaction Specifications
      • Bootstrap Pool
      • OptIn
      • Swap
      • Mint
      • Burn
      • Redeem
      • Create Validator App
      • Redeem Protocol Fees
    • Official SDKs
    • Community SDKs
  • Tinyman Presentations
  • Known Issues
    • 2021-11-12 - Pool overflow errors
Powered by GitBook
On this page
  • Swapping
  • Adding & Removing Liquidity
  • Pool Creation (Bootstrap)
  • Flash Loan
  • Flash Swaps
  • Variable Fees

Was this helpful?

Fees

Current Tinyman and Algorand fees incurred for each function

Swapping

A fee of 0.3% is added to all swaps.

  • 5/6ths of this fee (0.25%) is paid to Poolers

  • 1/6th of this fee (0.05%) is paid to the protocol (Tinyman Treasury)

Fixed input swap: Algorand transaction fees: 4 * min fee = 0.004 Algo

Fixed output swap: Algorand transaction fees: 5 * min fee = 0.005 Algo

Adding & Removing Liquidity

There are no extra fees charged by Tinyman for Minting or Burning.

Adding Initial liquidity: Algorand transaction fees: 4 * min fee = 0.004 Algo

Adding subsequent liquidity for flexible: Algorand transaction fees: 5 * min fee = 0.005 Algo

Adding subsequent liquidity for single asset: Algorand transaction fees: 4 * min fee = 0.004 Algo

Removing liquidity for both multiple assets and single asset: Algorand transaction fees: 4 * min fee = 0.004 Algo

Pool Creation (Bootstrap)

There are no extra fees charged by Tinyman for Pool Creation.

There are additional Algo costs to cover the minimum balance required for the Pool account: ASA-ASA Pool: 1.043 Algo ASA-Algo Pool: 0.943 Algo

Algorand transaction fees: ASA-ASA Pool: 7 * min fee = 0.007 Algo ASA-Algo Pool: 6 * min fee = 0.006 Algo

Total costs for Pool Creation: ASA-ASA Pool: 1.05 Algo ASA-Algo Pool: 0.949 Algo

Flash Loan

A fee of 0.3% is added to flash loans.

  • 5/6ths of this fee (0.25%) is paid to Poolers

  • 1/6th of this fee (0.05%) is paid to the protocol (Tinyman Treasury)

Algorand transaction fees: 4 * min fee = 0.004 Algo

Flash Swaps

A fee of 0.3% is added to flash loans.

  • 5/6ths of this fee (0.25%) is paid to Poolers

  • 1/6th of this fee (0.05%) is paid to the protocol (Tinyman Treasury)

Algorand transaction fees: 4 * min fee = 0.004 Algo

Variable Fees

Tinyman V2 is introducing new governance functionality that will allow liquidity providers (LPs) to set the percentage of fees they want to collect for their pool up to a maximum of 5%. The current fee structure will remain unchanged until the governance feature is activated and put up for a vote. At that point, LPs will be able to propose changes to the fee structure through the governance process. Until then, the fee structure will continue as is.

PreviousMigration FAQNextPermissioned Methods

Last updated 2 years ago

Was this helpful?