Skip to content

Latest commit

 

History

History
303 lines (200 loc) · 9.48 KB

cosmos.md

File metadata and controls

303 lines (200 loc) · 9.48 KB
git-date layout title metadescription permalink h1title pagetitle featured-image
2019-05-20 22:02:39 -0700
ecosystem
Cosmos DeFi Ecosystem
List of the best Cosmos DeFi Projects, that leverages decentralized networks to transform old financial products into trustless and transparent protocols.
cosmos
Cosmos DeFi Ecosystem
Cosmos DeFi Ecosystem - List of the Best Cosmos Projects
/images/cosmos-og.png

{% assign all_projects = site.alternative-savings | concat: site.analytics | concat: site.assets-management-tools | concat: site.assets-tokenization | concat: site.dao | concat: site.derivatives | concat: site.exchanges | concat: site.infrastructure | concat: site.insurance | concat: site.kyc_identity | concat: site.lending | concat: site.margin-trading | concat: site.marketplaces | concat: site.payments | concat: site.prediction_markets | concat: site.stablecoins | concat: site.yield-aggregators %}

{% assign counter = all_projects.size %}

{% assign bsc_projects = all_projects | where_exp:"item", "item.ecosystem contains 'bsc'"%}

{% assign counter_bsc = bsc_projects.size %}

{% assign eos_projects = all_projects | where_exp:"item", "item.ecosystem contains 'eos'"%}

{% assign counter_eos = eos_projects.size %}

{% assign btc_projects = all_projects | where_exp:"item", "item.ecosystem contains 'bitcoin'"%}

{% assign counter_btc = btc_projects.size %}

{% assign eth_projects = all_projects | where_exp:"item", "item.ecosystem contains 'ethereum'"%}

{% assign counter_eth = eth_projects.size %}

{% assign arbitrum_projects = all_projects | where_exp:"item", "item.ecosystem contains 'arbitrum'"%}

{% assign counter_arbitrum = arbitrum_projects.size %}

{% assign polygon_projects = all_projects | where_exp:"item", "item.ecosystem contains 'polygon'"%}

{% assign counter_polygon = polygon_projects.size %}

{% assign cosmos_projects = all_projects | where_exp:"item", "item.ecosystem contains 'cosmos'"%}

{% assign counter_cosmos = cosmos_projects.size %}

DeFi is the movement that leverages decentralized networks to transform old financial products into trustless and transparent protocols that run without intermediaries. We have {{ counter }} DeFi projects listed and {{ counter_cosmos }} of them built on Cosmos.

| Ethereum
DeFi | {{counter_eth}} | | BNB
DeFi | {{ counter_bsc }} | | Cosmos
DeFi | {{counter_cosmos}} |

{% assign assets-management-tools = site.assets-management-tools | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if assets-management-tools.size > 0 %}

Asset Management Tools

{% for assets-management-tool in assets-management-tools %}

{% include ecosystem-icons.html project = assets-management-tool %} {{ assets-management-tool.product-description }} {% endfor %} {% endif %}

{% assign alternative-savings = site.alternative-savings | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if alternative-savings.size > 0 %}

Alternative Savings Apps

{% for alternative-saving in alternative-savings %}

{% include ecosystem-icons.html project = alternative-saving %} {{ alternative-saving.product-description }} {% endfor %} {% endif %}

{% assign derivatives = site.derivatives | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if derivatives.size > 0 %}

Derivatives

{% for derivative in derivatives %}

{% include ecosystem-icons.html project = derivative %} {{ derivative.product-description }} {% endfor %} {% endif %}

{% assign yield-aggregators = site.yield-aggregators | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if yield-aggregators.size > 0 %}

Yield Aggregators on Cosmos

{% for yield-aggregator in yield-aggregators %}

{% include ecosystem-icons.html project = yield-aggregator %} {{ yield-aggregator.product-description }} {% endfor %} {% endif %}

{% assign exchanges = site.exchanges | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if exchanges.size > 0 %}

Decentralized exchanges on Cosmos

{% for exchange in exchanges %}

{% include ecosystem-icons.html project = exchange %} {{ exchange.product-description }} {% endfor %} {% endif %}

{% assign margin-tradings = site.margin-trading | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if margin-tradings.size > 0 %}

Margin Trading on Cosmos

{% for margin-trading in margin-tradings %}

{% include ecosystem-icons.html project = margin-trading %} {{ margin-trading.product-description }} {% endfor %} {% endif %}

{% assign infrastructures = site.infrastructure | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if infrastructures.size > 0 %}

DeFi Infrastructure & Dev Tooling

{% for infrastructure in infrastructures %}

{% include ecosystem-icons.html project = infrastructure %} {{ infrastructure.product-description }} {% endfor %} {% endif %}

{% assign daos = site.dao | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if daos.size > 0 %}

Cosmos-based DAO Platforms

{% for dao in daos %}

{% include ecosystem-icons.html project = dao %} {{ dao.product-description }} {% endfor %} {% endif %}

{% assign insurances = site.insurance | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if insurances.size > 0 %}

Decentralized Insurance Platforms

{% for insurance in insurances %}

{% include ecosystem-icons.html project = insurance %} {{ insurance.product-description }} {% endfor %} {% endif %}

{% assign assets-tokenizations = site.assets-tokenization | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if assets-tokenizations.size > 0 %}

Asset Tokenization

{% for assets-tokenization in assets-tokenizations %}

{% include ecosystem-icons.html project = assets-tokenization %} {{ assets-tokenization.product-description }} {% endfor %} {% endif %}

{% assign kyc_identities = site.kyc_identity | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if kyc_identities.size > 0 %}

KYC & Identity

{% for kyc_identity in kyc_identities %}

{% include ecosystem-icons.html project = kyc_identity %} {{ kyc_identity.product-description }} {% endfor %} {% endif %}

{% assign lendings = site.lending | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if lendings.size > 0 %}

Decentralized Lending on Cosmos

{% for lending in lendings %}

{% include ecosystem-icons.html project = lending %} {{ lending.product-description }} {% endfor %} {% endif %}

{% assign payments = site.payments | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if payments.size > 0 %}

Payments Solutions and Service Providers

{% for payment in payments %}

{% include ecosystem-icons.html project = payment %} {{ payment.product-description }} {% endfor %} {% endif %}

{% assign marketplaces = site.marketplaces | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if marketplaces.size > 0 %}

Marketplaces

{% for marketplace in marketplaces %}

{% include ecosystem-icons.html project = marketplace %} {{ marketplace.product-description }} {% endfor %} {% endif %}

{% assign prediction_markets = site.prediction_markets | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if prediction_markets.size > 0 %}

Prediction Markets

{% for prediction_market in prediction_markets %}

{% include ecosystem-icons.html project = prediction_market %} {{ prediction_market.product-description }} {% endfor %} {% endif %}

{% assign stablecoins = site.stablecoins | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if stablecoins.size > 0 %}

Stablecoins

{% for stablecoin in stablecoins %}

{% include ecosystem-icons.html project = stablecoin %} {{ stablecoin.product-description }} {% endfor %} {% endif %}

{% assign analytics = site.analytics | where_exp:"item", "item.ecosystem contains 'cosmos'" %} {% if analytics.size > 0 %}

Analytics

{% for analytic in analytics %}

{% include ecosystem-icons.html project = analytic %} {{ analytic.product-description }} {% endfor %} {% endif %}