News
TrueNorth Secures $1 Million to Develop AI-Driven Crypto Discovery Engine
TrueNorth, founded by AI experts, announced $1 million funding to create an AI engine that streamlines decision-making in crypto investments.
Giorgi Kostiuk
13 minutes ago
What is Aion Scheduling System?
Given the structure of Ethereum, it is not possible to schedule calls to contracts at a point in the future. This is because smart contracts cannot subscribe to events and therefore all the actions need to be triggered by an entity external to the contract. In many applications, one may be interested in scheduling an operation (transaction, execution of a particular function) in the future. Aion is a smart contract-based system that solves this problem. With Aion, transactions of any type (ether transactions, tokens transfers, contract's function executions, contracts deployments, and in general any bytecode instruction) can be scheduled to be executed at a particular time or block in the future.