Replies: 1 comment 3 replies
-
Thank you so much for your contribution. Would love to give as much technical guidance as possible to realize the vision of scalable and private DeFi. Given that the primary advertised benefit involves public state, I'm curious to understand better why the existing public program mappings are not sufficient for some concrete usecase. Noting:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
README.md
Aleo blockchain is both programmable and encrypted, positioning itself as a unique platform in the increasingly crowded DeFi market. With the current market saturation, gaining traction in this space is becoming more challenging. To stand out and attract significant players from traditional financial institutions, Aleo must introduce scalability as well to its DeFi applications. This proposal aims to unlock this potential by introducing a new type of record: signal records.
Signal records are designed to provide publicly readable information while ensuring that creation and consumption are restricted to a single entity. This feature is crucial for enabling scalable, secure, and efficient operations on Aleo's platform, making it more attractive to large financial institutions.
Key Benefits of Signal Records:
This new feature has several applications, including but not limited to:
Smart contract can create and recreate one or several signal record(s) of smart contract state. These can be used in any transition by anyone. Once the settings are updated, only the updated settings will be applicable to the next transition.
A signal record of the current UTC time can be consumed and recreated by a node every
x
minutes and read by anyone as a trusted time signal record. For DeFi apps a reliable UTC time source is a must.The existence of a signal record can prove a transition is enabled or disabled. The Administrator can issue the signal record.
A signal records public field can be the price provided by some Oracle for a token. The signal record can be updated by Oracle and read by anyone.
Beta Was this translation helpful? Give feedback.
All reactions