Skip to content

ultrasoundlabs/intent-addresses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intent Addresses

ERC-4337-centric implementation of Intent Addresses by Ultrasound Labs. Details below

What is it?

Intent Addresses are deterministic smart contract addresses generated using CREATE2 that enable single-use, self-destructing contracts with predefined functionality across all Ethereum-compatible networks. These contracts are designed to execute a specific action when deployed, such as token swaps or cross-chain transfers, using funds previously sent to their address. After completing their predetermined task, reimbursing gas costs, and sending assets to the beneficiary, these contracts self-destruct, making them a reliable mechanism for executing arbitrary operations across different EVM networks through a simple token transfer.

TODO: pic

Intent Addresses were first presented at Devcon 7 SEA by Daimo team. As the talk outlines the general concept without technical specifications, Ultrasound Labs utilizes this concept in its custom, universal implementation of Intent Addresses. The implementation is referred to as ULIA ("Yulia"; Ultrasound Labs' Intent Addresses) in this document.

Overview

TODO

About

Perform arbitrary actions across any chains via CREATE2 addresses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages