Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time-Lock Mechanism for UTXOs #109

Open
stoXmod opened this issue Apr 19, 2024 · 1 comment
Open

Time-Lock Mechanism for UTXOs #109

stoXmod opened this issue Apr 19, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@stoXmod
Copy link

stoXmod commented Apr 19, 2024

We are currently developing a feature that involves a runes-locking mechanism using your APIs. However, we noticed that there isn't a method for implementing time locks on UTXOs either when they're created or transferred.

Requirement

Our goal is to add time locks to UTXOs to control their usability based on predefined conditions. The intended approach is to intercept received transactions and apply a time-lock script to the specific UTXOs we wish to lock.

Questions

  • Is intercepting transactions and adding a time-lock script the recommended approach with your API for this requirement?
  • Are there alternative methods or workarounds that we should consider?

Looking forward to your guidance and any resources you can provide!

@emilcondrea emilcondrea self-assigned this Apr 19, 2024
@emilcondrea
Copy link

What are you trying to achieve? Why do you need time locks? Is this for etching & activation height of 84000 and ensuring they are not spent earlier?

@teebszet teebszet added enhancement New feature or request question Further information is requested labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants