Skip to content

Commit

Permalink
Add Composability
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Apr 5, 2024
1 parent bb8a250 commit aa23f3a
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion source/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,8 @@ and algorithmic trading.
Decentralised finance activities happen :term:`on-chain`,
and are :term:`protocol` based where users connect with their :term:`wallets <wallet>`.
The underlying concept that DeFi services are :term:`non-custodial` without direct counterparty humans
and intermediates make them very efficient.
and intermediates make them very efficient. Different decentralised finance protocols can be effectively
:term:`composed <composability>` to more complex financial applications.

Decentralised finance can be seen to be a subset of :term:`web3`. If decentralised finance
trades real-world assets, they are called :term:`RWAs <RWA>`.
Expand Down Expand Up @@ -1541,6 +1542,8 @@ and algorithmic trading.

- :term:`Wallet`

- :term:`Composability`

Algorithmic trading

Algorithmic trading is a method of executing orders using automated pre-programmed trading instructions accounting for variables such as time, price, and volume.
Expand Down Expand Up @@ -5260,3 +5263,23 @@ and algorithmic trading.
- :term:`Trading strategy`

- :term:`Mercenary capital`

Composability

Composability in :term:`decentralized finance` refers to the ability of different financial :term:`protocols <protocol>` or applications to seamlessly interact and interoperate with each other. In the context of DeFi, financial primitives such as lending, borrowing, trading, and yield farming are often implemented as separate protocols or smart contracts. Composability allows these protocols to be combined or "composed" in various ways to create more complex and sophisticated financial services.

Here are some key aspects of composability in DeFi:

- **Interoperability**: DeFi protocols are designed to be interoperable, meaning they can communicate and interact with each other without friction. This allows developers to combine different protocols to create new financial products and services.

- **Building Blocks**: DeFi protocols are often modular, meaning they can be used as building blocks to construct more complex applications. For example, a lending protocol can be combined with an automated market maker (AMM) to create a decentralized exchange with lending functionality.

- **Composable Assets**: Composability extends beyond protocols to the assets themselves. Many DeFi tokens and assets are designed to be composable, meaning they can be used as collateral, traded, or otherwise interacted with across different protocols.

- **Permissionless Innovation**: Composability enables permissionless innovation, allowing developers to experiment and build new financial products without needing approval from centralized authorities. This has led to a rapid pace of innovation in the DeFi space.

- :term:`Decentralised finance`

- :term:`Protocol`

- :term:`Trading strategy`

0 comments on commit aa23f3a

Please sign in to comment.