Introduction to Enso network
Lend
, Borrow
, Swap
, NFT
, Transfer
, Approve
, Deposit
, Repay
, and many more. By having each action type identified, consumption can be easily done, and developers are able to embed more smart contract types into their applications. For example, a LLM wishes to do data harvesting and analysis across all lending protocols, they can easily consume the Lend
action type from the Enso Network.
intent
request. An intent
reuqest does not explicitly need to be for only one usecase, it can encompass multiple smart contract interaction types across multiple blockchain frameworks. The Enso Network participants will then build a solution to the request and return the solution to the consumer.
Updated