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

Feature Request: “Coin Control” or “UTXO Management” #71

Open
allodial opened this issue Jan 27, 2025 · 0 comments
Open

Feature Request: “Coin Control” or “UTXO Management” #71

allodial opened this issue Jan 27, 2025 · 0 comments

Comments

@allodial
Copy link

PROBLEM:

Currently there is no way to see, organize, select and spend specific UTXO’s in the iOS app. This often causes spend transactions to use multiple UTXOs when the user intention is not to do that. Without this, transaction privacy is not possible to control in the app.

REQUESTED SOLUTION:

  1. Add “Coin control” as a prominent option near the “Send” and “Receive” buttons, perhaps as an option under the “+” button

  2. In the Coin Control view, list each UTXO with:

  • sats / BTC value
  • fiat value
  • address
  • “change” label if its a change address
  • “add label” button (allows typing a custom label)
  • custom label (it it exists)
  • ”freeze” and “unfreeze” toggle button (ie prevents/allows the UTXO for spending)
  • date/time when UTXO created
  1. In the Coin Control view, allow the user to:
  • sort the list of UTXOs by value, date, frozen status with ascending and descending sort options
  • add or edit a custom label on a UTXO
  • freeze and unfreeze a UTXO
  • select 1, select multiple or “select all” non-frozen UTXOs
  • tap “send” to proceed to the send view where all or a subset of the selected UTXOs may be spent
  • tap “combine” to proceed to a pre-filled send view (ie prefill the receiving address from own wallet and prefill the amount as the sum of all UTXOs)… fees should be subtracted from the selected UTXOs rather than taken from non-selected UTXOs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant