From 5816ecd0d77aa512513289c939209f2b15605c80 Mon Sep 17 00:00:00 2001 From: traddoo Date: Mon, 22 Sep 2025 14:48:58 +0200 Subject: [PATCH 1/2] Add HARBERG.md --- HARBERG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 HARBERG.md diff --git a/HARBERG.md b/HARBERG.md new file mode 100644 index 0000000..b57203d --- /dev/null +++ b/HARBERG.md @@ -0,0 +1,22 @@ +# Harberg + +## product +A staking market balanced by the Harberger Tax + +## web +in the web folder in this repository you find the front-end implementation. + +## contracts +in the onchain folder are the smart contracts implementing the token and the economy + +## services +1 bot collecting taxes on old stakes and liquidate stakers if tax is not paid +1 bot calling recenter on the liquidity provider contract + +## subgraph +- data backend for front-end for web project + + + +## hosting +- crypto friendly From babe126d252a9520cce74f8c317ab0cdd793a0fa Mon Sep 17 00:00:00 2001 From: traddoo Date: Mon, 22 Sep 2025 15:11:00 +0200 Subject: [PATCH 2/2] Update HARBERG.md --- HARBERG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/HARBERG.md b/HARBERG.md index b57203d..8e4e16d 100644 --- a/HARBERG.md +++ b/HARBERG.md @@ -1,7 +1,14 @@ # Harberg ## product -A staking market balanced by the Harberger Tax +A staking market balanced by the Harberger Tax. + +## token +$HRB is created when users buy more tokens and sell less from the uniswap pool (mainly from the liquidity position owned by the Harberg protocol) + +## staking +users can stake tokens - up to 20% of the total supply. When supply increases (more people buy then sell) stakers will keep the total supply they staked. So 1% of staked total supply remains 1%. + ## web in the web folder in this repository you find the front-end implementation. @@ -16,7 +23,5 @@ in the onchain folder are the smart contracts implementing the token and the eco ## subgraph - data backend for front-end for web project - - ## hosting - crypto friendly