From bf9ab8cc6fd9d95cde450daf95a09f11648e8cc2 Mon Sep 17 00:00:00 2001 From: Will Ruddick Date: Tue, 23 Feb 2021 16:00:52 +0000 Subject: [PATCH] initial draft --- spec/19_wallet_soft_limit.md | 58 ++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 spec/19_wallet_soft_limit.md diff --git a/spec/19_wallet_soft_limit.md b/spec/19_wallet_soft_limit.md new file mode 100644 index 0000000..15d5a09 --- /dev/null +++ b/spec/19_wallet_soft_limit.md @@ -0,0 +1,58 @@ +# Title + + +* Authors: Firstname Lastname (url) +* Date: YYYY.MM.DD +* Version: 1 +* Status: Pre-draft + +## Rationale + +We want to remind users to not accept more Sarafu than they are willing to. Hence we want to give them the choice to set their own soft limit of how many of a token (i.e. Sarafu) that they have in their wallet. + + +## Before + +no ability to set a max balance limit on USSD or web + +## After + +ability to set a max balance limit on USSD or web (which can be adjusted) + +## Implementation + +Users are given a default inital limit of 1000 (after which there will be an error when trying to add more tokens). +The user can set this to any nonzero integer - as a profile setting + + + +## Testing + + +## Changelog +