this post was submitted on 26 Nov 2022
1 points (100.0% liked)

Crypto - DeFi

2 readers
1 users here now

Decentralized Finance (DeFi) is an alternative to traditional financial services. More specifically, DeFi consists of smart contracts, which, in turn, power decentralized applications (DApps) and protocols.

Many of the initial DeFi applications were built on Ethereum, and the majority of the ecosystem’s total value locked (TVL) remains concentrated there.

Here are some of the ways people are engaging with DeFi today:

WARNING: Investing in NFTs, cryptocurrencies and other Initial Coin Offerings (“ICOs”) is highly risky and speculative, and these links and discussions are not recommendations by Exploding Heads or the writer to invest in NFTs, cryptocurrencies or other ICOs.

Since each individual's situation is unique, a qualified professional should always be consulted before making any financial decisions. Exploding Heads makes no representations or warranties as to the accuracy or timeliness of the information contained herein.

founded 2 years ago
MODERATORS
 

The key to DeFi being both innovative and safe stems from the same source: Give developers an easy way to create and interact with assets and make assets and their intuitive behavior a native feature. Any asset created should always behave predictably and in line with common sense financial principles.

In the asset-oriented programming paradigm, creating an asset is as easy as calling a native function. The platform knows what an asset is: .initial_supply_fungible(1000) creates a fungible token with a fixed supply of 1000 (beyond supply, many more token configuration options are available as well) while functions such as .take and .put take tokens from somewhere and put them elsewhere.

Instead of developers writing complex logic instructing smart contracts to update lists of variables with all the error-checking that entails, in asset-oriented programming, operations that anyone would intuitively expect as fundamental to DeFi are native functions of the language. Tokens can’t be lost or drained because asset-oriented programming guarantees they can’t.

This is how you get both innovation and safety in DeFi. And this is how you change the perception of the mainstream public from one where DeFi is the wild west to one where DeFi is where you have to put your savings, as otherwise, you’

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here