Tinyman is a decentralized exchange (DEX) on Algorand network where users can swap Algos for all kinds of other coins. Also, users will be able to provide liqudiity and make some good liquidity mining rewards.
In this article let us explore and create a list of Tinyman liquidity pools by illustrating the health score of each active Tinyman pool on Algorand network, with supporting graphs and visuals.
We will first look at the standard metrics for Tinyman Liquidity pools such as Total number of wallets holding LP pool tokens, Total number of mints / burns for each of the Tinyman pool, the percentage of LP tokens held by the wallets and the percentage of tokens involved in the LP held by the wallets etc.. to generate a health score for all the Tinyman liquidity pools on Algorand network.
To perform this analysis, we will be using algorand’s asset_transfer_transaction, application_ call_transaction, asset_configuration_transactions , account_asset and labels tables and derive the above listed metrics to generate the health score for tinyman liquidity pools.
We will retrieve liquidity pools for Tinyman DEX from application_call_transaction and asset_ configuration_transactions tables based on the app_id as 552635992.
Also, the mint and burn transactions for liquidity pools will be extracted using
try_base64_decode_string(tx_message:txn:apaa[0]::string) = 'mint'
try_base64_decode_string(tx_message:txn:apaa[0]::string) = 'burn'
So, Health score will be computed taking average of the ranking position across metrics such as Total number of wallets holding LP pool tokens, Total number of mints / burns for each of the Tinyman pool and the percentage of LP tokens held by the wallets.

Here is the list of all Liquidity pools available on Tinyswap decentralized exchange, which are sorted or aligned according to the health score of each liquidity pool.

Below are the top 10 Liquidity pools by its health score generated based on the factors such as Total number of wallets holding LP pool tokens, Total number of mints / burns for each of the Tinyman pool, the percentage of LP tokens held by the wallets etc over the past few months on Algorand network. We can clearly see that TinymanPool1.1. USDC-ALGO LP is the first one at the top with health score generated as 1.