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

Staking Rewards Multiplier Issue #752

Closed
0x4007 opened this issue Aug 9, 2023 · 163 comments · May be fixed by gitcoindev/uad-contracts#1
Closed

Staking Rewards Multiplier Issue #752

0x4007 opened this issue Aug 9, 2023 · 163 comments · May be fixed by gitcoindev/uad-contracts#1
Assignees
Labels
Price: 2400 USD Priority: 4 (Urgent) Research Bounties that may include a report only, without code. Time: <1 Week

Comments

@0x4007
Copy link
Member

0x4007 commented Aug 9, 2023

Overview

  • To make a long story short, we had three farming (MasterChef/liquidity mining) contracts since the launch of the protocol. We had two wrappers called "Bonding" that allowed us to manipulate the liquidity, including for migrations in Bonding v2.
  • MasterChef v1 there was a bug discovered after a month or so of operation.
  • MasterChef v2 was a rushed fix as the bug was critical, which also ended up having a critical bug. This was only live for about two days.
  • MasterChef v2.1 is what we are using currently on mainnet and seems to be stable.
  • The longer one's stake is locked up, the higher the multiplier. e.g. 1x for 1 year lockup; 4x for 4 year lockup.
  • However in one of the migrations (I believe only those who jumped into v2 which was only three of us) the multiplier seems to have gotten wiped (my personal 4x seems to have been credited only 1x)
  • Those who migrated from MasterChef v1 to MasterChef v2.1 seem to not have been affected.

Objective

This bounty is to confirm where/how exactly the multiplier got wiped, verify that these are the only affected parties, and to draft a solution that will make the affected parties whole before they withdraw their stake sometime in 2024.

The solution can be semi-manual as there only seem to be three affected parties. My expectation for the solution is: 1. that we can transfer UBQ to make them current (you should provide the math for this) and then 2. modify their existing bonding shares to include the 4x multiplier with instructions you provide by using the Etherscan writeContract interface.

I would scrutinize MasterChef v2 the closest, because only those who seem to have interacted with it are affected (this is from my memory, I am not the expert at on-chain forensics) as well as Bonding v2 as this invoked the migration function.

Appendix

Contracts

Full list of contracts.

Related Conversation

See the section titled "Example Multipliers" on the uAD Token overview.

  • The minimum lockup time is 1 week.

  • The maximum is 208 weeks.

  • The multiplier for 1 week lockup is 1x.

  • The multiplier for 208 week lockup is 4x.

I believe that my 100k deposit is credited at 1x, while my 27k deposit is credited at 4x.

I believe that migrated deposits are all credited at 1x automatically, whereas my 27k deposit was not migrated.

Originally posted by @pavlovcik in #276 (comment)


Update on math:

At the end of the lockup I will be owed 3,993,849.12 UBQ on the bugged position.

@0x4007 0x4007 added Time: <1 Week Research Bounties that may include a report only, without code. labels Aug 9, 2023
@rndquu
Copy link
Member

rndquu commented Aug 11, 2023

However in one of the migrations (I believe only those who jumped into v2 which was only three of us) the multiplier seems to have gotten wiped (my personal 4x seems to have been credited only 1x)

Were these MasterChef v1 => v2 => v2.1 migrations performed manually? Right now there are no any MasterChef migration related scripts in the codebase (perhaps there were some scripts, but need to check the git history?)

@FibrinLab

This comment was marked as off-topic.

@molecula451
Copy link
Member

molecula451 commented Aug 11, 2023

It would be nice, if someone start working on this, provide some input here first and a elaborate some thoughts, that reflects to what pavlovcik has in mind

@0x4007
Copy link
Member Author

0x4007 commented Aug 12, 2023

However in one of the migrations (I believe only those who jumped into v2 which was only three of us) the multiplier seems to have gotten wiped (my personal 4x seems to have been credited only 1x)

Were these MasterChef v1 => v2 => v2.1 migrations performed manually? Right now there are no any MasterChef migration related scripts in the codebase (perhaps there were some scripts, but need to check the git history?)

Check BondingV2 code; there are some functions related to migration. I'm pretty sure that the users had to self migrate by calling the migration related function(s).


@pavlovcik is this open to the dev pool? Or restricted to certain devs?

You're better off handling other tasks because this is context heavy and I imagine will be one of the most research heavy/difficult tasks we have open right now (out of hundreds of other open tasks.)


It would be nice, if someone start working on this, provide some input here first and a elaborate some thoughts, that reflects to what pavlovcik has in mind

There was some work done already last year which allowed me to narrow down the issue to what is specified.

@0x4007
Copy link
Member Author

0x4007 commented Sep 11, 2023

I'm reviewing this issue and I believe that function _migrate did not apply the multiplier correctly.

based on the method names I can read, it says bondingDiscountMultiplier which could imply that the original idea was to credit the full 4 year lockups as a credit of 1:1 where the shorter duration lockups (e.g. 1 year) would be discounted to 0.25 : 1

However anybody who did a direct deposit later instead of migrate are probably getting the full credit (instead of going through the discount)


I dont have a chance now to do a deeper dive in all the methods.


Did some math based on my bonding share 32 ("deposited") being valued at 4x and share 2 (migrated) being valued at 1x.

100000 * 1 = 100000 // USD of value locked
27279.85 * 4 = 109119.4 // with the 4x multiplier that's the worth of the USD value locked

100000 + 109119.4 = 209119.4 // total across both stakes

(209119.4 / 26.3042) * 100 = 795,003.8396909999 // the ui states that I have 26.3% of the pool so I want to calculate the total USD value locked of the whole pool

209119.4 / 795,003.8396909999 = 0.2628 // just checking the math

==========

400000 + 109119.4 = 509119.4 // now with a 4x multiplier on the first 100k USD position

509119.4 / 795,003.8396909999 = 0.6408 // how much of the pool I should "own" (not sure if this is correct)

==========

0.6408/0.2628=2.438 // difference between how much I "own" and how much I should "own" 

I should have 2.438x more UBQ 

I'm not sure if the math is correct it seems a little higher than expected. There is a detail to articulate where, with the lockup, the user is credited with "owning" a larger part of the pool value share, but their withdrawal of course only will allow them to pull out up to what they originally deposited.

My stake unlocks on July 20, 2025 which is the deadline for this bounty.


Update: at the end of the lockup I will be owed 3,993,849.12 UBQ

@0x4007
Copy link
Member Author

0x4007 commented Nov 14, 2023

I just inspected https://etherscan.io/address/0xdae807071b5ac7b6a2a343bead19929426dbc998#readContract#F1 for id 2 and 32.

id 2 is the affected one, values returned are 74603879373206500005186, 708704711705372553360292

32 is okay, and values are 81403609208638332571025, 788084574644057264109492

It appears that updating a stake via _lpRewardDebt would make the owed amount immediately claimable which could be manually set at the end of the four years for the three affected stakes

@molecula451
Copy link
Member

im getting an eye on this one coming up

@0x4007
Copy link
Member Author

0x4007 commented Nov 20, 2023

I suppose one other possibility is that when we redeploy the whole protocol, we might be able to reimburse the difference during the migration, and ensure that the new multiplier is accurate. This could be done manually as it is only on three positions to my knowledge.

We can easily derive how much is owed on those positions by figuring out the percentage of elapsed time of the four year stake, from when they started staking.

  • For example, I have 86.13 weeks remaining of 208 weeks (four years) on my affected position, so 41.4% has passed already.
  • If we divide by 4 (because I am only receiving 1x multiplier instead of 4x) then I received 41.4/4=10.4% of what is owed over four years.

@rndquu do you have a plan for staking migrations in place?

@molecula451
Copy link
Member

I suppose one other possibility is that when we redeploy the whole protocol, we might be able to reimburse the difference during the migration, and ensure that the new multiplier is accurate. This could be done manually as it is only on three positions to my knowledge.

It's possible, but still better we mock an implementation that produce the results

We can easily derive how much is owed on those positions by figuring out the percentage of elapsed time of the four year stake, from when they started staking.

Yes, we do

@rndquu
Copy link
Member

rndquu commented Nov 20, 2023

@rndquu do you have a plan for staking migrations in place?

Not yet, we'll get back to staking migrations right after #835

@molecula451
Copy link
Member

one problem that we have to look for is that this contract is not upgradeable, i think a plan should be make in advance (which basically yeah is happening on this issue) it's how to make everyone's affected whole, as I am aware that these are the older contracts, these contracts are not upgrade ready, thus another route needs to the abstract

Copy link

ubiquibot bot commented Feb 25, 2024

! action has an uncaught error

@gitcoindev
Copy link
Contributor

gitcoindev commented May 6, 2024

Also, testing a single claim is possible with --address argument, e.g.

$ npx hardhat simulateBondingDebt --address 0x4007ce2083c7f3e18097aeb3a39bb8ec149a341d

which should give

UBQ_MINTER_ROLE granted to BondingDebt @ 0x04F75a27cE2FDC591C71a88f1EcaC7e5Ce44f5Fc

>> Processing claim for address 0x4007ce2083c7f3e18097aeb3a39bb8ec149a341d
Treasury address 0xefC0e701A824943b469a694aC564Aa1efF7Ab7dd
Bond holder UBQ balance BEFORE claim 753295.763185291154177034
Treasury UBQ balance BEFORE claim 95062.368336054435683289
BondingDebt address 0x04F75a27cE2FDC591C71a88f1EcaC7e5Ce44f5Fc
isUserClaimed: false
Bond holder UBQ balance AFTER claim 3383797.384965580219891652
Treasury UBQ balance AFTER claim 621162.692692112248826212
isUserClaimed: true

gitcoindev added a commit to gitcoindev/uad-contracts that referenced this issue May 6, 2024
@rndquu
Copy link
Member

rndquu commented May 6, 2024

The script source code: https://github.com/gitcoindev/uad-contracts/blob/staking-mutliplier-fix/tasks/simulateBondingDebt.ts

BondingDebt contract source code: https://github.com/gitcoindev/uad-contracts/blob/staking-mutliplier-fix/contracts/BondingDebt.sol

@rndquu feel free to modify anything if needed

I will deploy https://github.com/gitcoindev/uad-contracts/blob/staking-mutliplier-fix/contracts/BondingDebt.sol tomorrow on mainnet (perhaps with slight modifications)

@rndquu
Copy link
Member

rndquu commented May 7, 2024

@gitcoindev Could you double check https://etherscan.io/address/0xa891faAFc46854670aF57F3E7c4241bCe7AbCb32#code?

I've accidentally kept the isUserClaimed state variable but it is not used anywhere + I've tested how the contract works here

@gitcoindev
Copy link
Contributor

@gitcoindev Could you double check https://etherscan.io/address/0xa891faAFc46854670aF57F3E7c4241bCe7AbCb32#code?

I've accidentally kept the isUserClaimed state variable but it is not used anywhere + I've tested how the contract works here

@rndquu I double checked the contract, also tests. Keeping isUserClaimed will not do any harm. This should be a fire-and-forget operation after ubq.eth gives UBQ_MINTER_ROLE to the deployed contract. @0x4007 please also check, after you or @rndquu grant the UBQ_MINTER_ROLE rights, the https://etherscan.io/address/0xa891faAFc46854670aF57F3E7c4241bCe7AbCb32#writeContract#F1 should mint and distribute missing UBQ rewards.

@rndquu
Copy link
Member

rndquu commented May 7, 2024

@0x4007 Now you should grant UBQ_MINTER_ROLE to the BondingDebt contract.

Open UbiquityAlgorithmicDollarManager, in the "Write Contract" section execute the grantRole() method passing the following params:

  • role: 0x3a2e010201653e4743db35ee85e81b63eb19cf8948f24794ef2b4dba5ecf49c9 (which is basically keccak256("UBQ_MINTER_ROLE"))
  • account: 0xa891faAFc46854670aF57F3E7c4241bCe7AbCb32 (which is the BondingDebt contract)

Then we'll distribute missing rewards. There is no need to revoke UBQ_MINTER_ROLE since reward distribution method can be run only once.

@0x4007
Copy link
Member Author

0x4007 commented May 7, 2024

It would be great to encode the necessary context on chain because GitHub issues aren't permanent. Is it feasible to include in my transaction somehow?

@0x4007
Copy link
Member Author

0x4007 commented May 7, 2024

https://etherscan.io/tx/0x6131b3f996a98a24b8321fad498b679dd2bdb8f0c43a6018c7c57a6072461bb1

There were multiple transfers to ubq.eth. I'm not surprised by this behavior but I figured I would remark on it.

Just realized there's also pending claims for everybody that seem to be unaccounted for..

@0x4007
Copy link
Member Author

0x4007 commented May 7, 2024

So what's next steps to watch out for? Do we need to fix the amounts again when the stakes are withdrawn?

@0x4007
Copy link
Member Author

0x4007 commented May 7, 2024

I'm about to do the final disbursement of UBQ and its basically an extra 100% of everybody's holdings so I want to embed the transaction data so that if there are questions later I just tell them to look at the transaction data.

@gitcoindev
Copy link
Contributor

gitcoindev commented May 7, 2024

So what's next steps to watch out for? Do we need to fix the amounts again when the stakes are withdrawn?

Finally!

The next 'final' batch should be done after bonds expiry. Only then the remaining exact payout amounts will be available.

The algorithm will be:

  1. Update network block number in https://github.com/gitcoindev/uad-contracts/blob/staking-mutliplier-fix/tasks/simulateBondingDebt.ts and execute the script again using the following command:

$ npx hardhat simulateBondingDebt

This will fork the blockchain, get the current inflation rate and output missing stake values for the same set of bonds. What was paid / disbursed today, should be subtracted from the amount that will be shown.

  1. The BondingDebtV2 / BondingDebtFinal contract will be deployed in the same way BondingDebt, but with remaining UBQ values for the bond holders.

@gitcoindev
Copy link
Contributor

gitcoindev commented May 7, 2024

@rndquu , @molecula451 please add to this if I missed anything, but finally after those months the issue seems to be solved ! -)

@molecula451
Copy link
Member

molecula451 commented May 7, 2024

Great work team, yes if pavlovcik is satified, i think the task its done

It would be great to encode the necessary context on chain because GitHub issues aren't permanent. Is it feasible to include in my transaction somehow?

Encoding like how, a reminder that anything on-chain is gas-costly (even more on mainnet) if you can bookkeep off-chain also works

Screenshot from 2024-05-07 13-59-03

@gitcoindev
Copy link
Contributor

I'm about to do the final disbursement of UBQ and its basically an extra 100% of everybody's holdings so I want to embed the transaction data so that if there are questions later I just tell them to look at the transaction data.

I saved the snapshot of this ticket in the internet archive, a.k.a the Wayback Machine. Now the issue is stored for ever.

https://web.archive.org/web/20240507181232/https://github.com/ubiquity/ubiquity-dollar/issues/752

The issue link is referenced in the deployed contract, see line 7 in the source code: https://etherscan.io/address/0xa891faAFc46854670aF57F3E7c4241bCe7AbCb32#code#F1#L1

The links provide both a traceable proof stored on chain and the explanation in the Wayback Machine in case GitHub issue is deleted / moved.

@Keyrxng
Copy link
Member

Keyrxng commented May 7, 2024

gg @gitcoindev

@0x4007
Copy link
Member Author

0x4007 commented May 8, 2024

Great work team, yes if pavlovcik is satified, i think the task its done

It would be great to encode the necessary context on chain because GitHub issues aren't permanent. Is it feasible to include in my transaction somehow?

Encoding like how, a reminder that anything on-chain is gas-costly (even more on mainnet) if you can bookkeep off-chain also works

Screenshot from 2024-05-07 13-59-03

Happy to spend a few hundred dollars in gas to save myself weeks of headache explaining myself.

@0x4007
Copy link
Member Author

0x4007 commented May 8, 2024

To clarify I was hoping to include the information in the transfer to the investors.

@0x4007 0x4007 closed this as completed May 8, 2024
Copy link

ubiquibot bot commented May 8, 2024

+ Evaluating results. Please wait...

Copy link

ubiquibot bot commented May 8, 2024

[ 676.6 WXDAI ]

@0x4007
Contributions Overview
ViewContributionCountReward
IssueSpecification1117.8
IssueComment38558.8
Conversation Incentives
CommentFormattingRelevanceReward
### Overview
  • To make a long story short, we had three farmi...
117.8
h2:
  count: 1
  score: "1"
  words: 1
h3:
  count: 4
  score: "4"
  words: 5
a:
  count: 13
  score: "13"
  words: 40
li:
  count: 18
  score: "18"
  words: 281
code:
  count: 7
  score: "7"
  words: 15
hr:
  count: 1
  score: "1"
  words: 0
1117.8
> > However in one of the migrations (I believe only those who j...
22
a:
  count: 2
  score: "2"
  words: 8
code:
  count: 1
  score: "1"
  words: 7
hr:
  count: 2
  score: "2"
  words: 0
-22
I'm reviewing this issue and I believe that [function _migrate](...
85.6
a:
  count: 2
  score: "2"
  words: 10
code:
  count: 10
  score: "10"
  words: 15
hr:
  count: 3
  score: "3"
  words: 0
-85.6
I just inspected https://etherscan.io/address/0xdae807071b5ac7b6...
18.2
a:
  count: 1
  score: "1"
  words: 1
code:
  count: 4
  score: "4"
  words: 4
-18.2
I suppose one other possibility is that when we redeploy the who...
30
li:
  count: 2
  score: "2"
  words: 53
-30
One other complexity I realized is that our seed round investor ...
25.8-25.8
Tag me if you need anything else answered. Good luck!...
2-2
> I discovered something suspicious that might be one of the key...
19.2
a:
  count: 1
  score: "1"
  words: 1
code:
  count: 6
  score: "6"
  words: 5
-19.2
> Also, two addresses hold two stakes, with IDs `32` and `33` re...
26
code:
  count: 2
  score: "2"
  words: 2
-26
> or parse out the affected addresses and use disperse lol

The ...

2.6-2.6
I was thinking we might be able to adjust the pending rewards fo...
13.2-13.2
That's a good point, I'm not sure if vesting has an end time or ...
9.8-9.8
Some lore @gitcoindev

You can sift through some of the annou...

7.6-7.6
> 1 unit test could've saved us at least 2.4k USD

Primitive t...

0.4-0.4
> but hardhat based tasks that use forks are currently broken du...
12.8

li:
  count: 2
  score: "2"
  words: 45
code:
  count: 2
  score: "2"
  words: 3
-12.8
> Permalink to up to date value: accuGOVPerShare.

This didn't w...

21.2-21.2
> The bond can also be modified very close to expiry

So is it...

89.4

h3:
  count: 1
  score: "1"
  words: 2
code:
  count: 1
  score: "1"
  words: 0
hr:
  count: 1
  score: "1"
  words: 0
-89.4
I wanted to get us most of the way there with the UBQ supply by ...
7-7
One concern I have is that I wanted to avoid a normal mint call ...
10-10
> It is like picking whether you want to be thrown under a bus o...
2.8-2.8
> There is no way to reset `accuGOVPerShare` apart from redeploy...
9.4
code:
  count: 1
  score: "1"
  words: 1
-9.4
We have a limited window of time to rectify this given that the ...
6.2-6.2
@gitcoindev @rndquu whats next steps?...
1-1
Manual UBQ mint is going to potentially cause me to deal with en...
6.4-6.4
> We don't a voting system mechanism like allow us for decentral...
15.8-15.8
I spoke with @gitcoindev in dms and we don't need to make a UI t...
11.4-11.4
> > Given this information are we good to proceed without manual...
8.4
code:
  count: 1
  score: "1"
  words: 2
-8.4
@rndquu the admin wallet has the ability to pull out liquidity. ...
11.2
code:
  count: 1
  score: "1"
  words: 1
-11.2
> so the full amount should be available only after then

Ideall...

6.2-6.2
Yes because this is all owed debt. We should strive to correct t...
3.8-3.8
My top concern is the manual vesting to the "cap table" because ...
18.6-18.6
It's hard for me to tell without digging through the math but if...
10.4-10.4
1. Let's just transfer to them and be done with it. Don't worry ...
10

li:
  count: 2
  score: "2"
  words: 40
-10
It would be great to encode the necessary context on chain becau...
5.2-5.2
https://etherscan.io/tx/0x6131b3f996a98a24b8321fad498b679dd2bdb8...
9.4
code:
  count: 1
  score: "1"
  words: 2
-9.4
So what's next steps to watch out for? Do we need to fix the amo...
4.4-4.4
I'm about to do the final disbursement of UBQ and its basically ...
9-9
> Great work team, yes if pavlovcik is satified, i think the tas...
3.4-3.4
To clarify I was hoping to include the information in the transf...
3-3

[ 70.2 WXDAI ]

@molecula451
Contributions Overview
ViewContributionCountReward
IssueComment2070.2
Conversation Incentives
CommentFormattingRelevanceReward
It would be nice, if someone start working on this, provide some...
2.8-2.8
im getting an eye on this one coming up...
0.9-0.9
> I suppose one other possibility is that when we redeploy the w...
1.7-1.7
one problem that we have to look for is that this contract is no...
6.4-6.4
hi gitcoindevi is the math for the solution already provided?

...

1-1
i think you can write a mock foundry live script to a live fork ...
4.3-4.3
> I also wanted to highlight that the ideal solution at this poi...
4.8-4.8
> The admin wallet doesn't have enough UBQ to make us all whole....
1.8-1.8
> I was thinking we might be able to adjust the pending rewards ...
2-2
> That's a good point, I'm not sure if vesting has an end time o...
1.1-1.1
looks like gitcoindev has found the elixir of life...
0.9-0.9
gitcoindev please upload everything to the PR, including use scr...
4.3-4.3
> Unfortunately, not. There is no way to reset accuGOVPerShare...
6

code:
  count: 2
  score: "2"
  words: 4
-6
> One concern I have is that I wanted to avoid a normal mint cal...
2.5-2.5
btw i don't think it's a good idea you explore changing the role...
6.7-6.7
1. Calculate the rewards to a given future block 2. Prepare th...
7.7
li:
  count: 4
  score: "4"
  words: 37
-7.7
We don't a voting system mechanism like allow us for decentraliz...
3-3
Hi gitcoindev great idea, i think we need to move things foward,...
8.1-8.1
what you think @rndquu ?...
0.4-0.4
Great work team, yes if pavlovcik is satified, i think the task ...
3.8-3.8

[ 1.3 WXDAI ]

@FibrinLab
Contributions Overview
ViewContributionCountReward
IssueComment11.3
Conversation Incentives
CommentFormattingRelevanceReward
@pavlovcik is this open to the dev pool? Or restricted to certai...
1.3-1.3

[ 3532.1 WXDAI ]

@gitcoindev
Contributions Overview
ViewContributionCountReward
IssueTask12400
IssueComment640
IssueComment641132.1
Conversation Incentives
CommentFormattingRelevanceReward
Hi @rndquu @pavlovcik I will give this a try. First I will analy...
---
@pavlovcik @rndquu @molecula451

I was quiet for the last day...

---
Just a short update - I am getting there slowly but surely. Wrot...
-

code:
  count: 1
  score: "0"
  words: 0
--
I discovered something suspicious that might be one of the keys ...
-
a:
  count: 1
  score: "0"
  words: 1
code:
  count: 5
  score: "0"
  words: 4
--
> I remember dialing down (or zeroing out) uGOVPerBlock Because ...
-
a:
  count: 1
  score: "0"
  words: 1
code:
  count: 2
  score: "0"
  words: 3
--
Spoiler alert:

![rewards](https://github.com/ubiquity/ubiquit...

---
Additional manual BondingShareV2 analysis via Etherscan API from...
-

code:
  count: 2
  score: "0"
  words: 1
--
ID: 1 , _user `0x89eae71B865A2A39cBa62060aB1b40bbFFaE5b0D`

``...

-

code:
  count: 2
  score: "0"
  words: 1
--
ID: 2 , _user `0x4007CE2083c7F3E18097aeB3A39bb8eC149a341d`

``...

-

code:
  count: 3
  score: "0"
  words: 1
--
ID: 3, _user `0x7c76f4DB70b7E2177de10DE3e2f668daDcd11108`
<pre>code:
  count: 3
  score: "0"
  words: 1
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976683538">ID: 4, _user `0x0000CE08fa224696A819877070BF378e8B131ACF`

```...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 2
  score: "0"
  words: 1
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976684805">ID: 5, _user `0xa53A6fE2d8Ad977aD926C485343Ba39f32D3A3F6`

```...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 2
  score: "0"
  words: 1
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976686752">ID: 6, _user `0xCEFD0E73cC48B0b9d4C8683E52B7d7396600AbB2`

```...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 2
  score: "0"
  words: 1
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976696093">> hi gitcoindevi is the math for the solution already provided?
...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 5
  score: "0"
  words: 8
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1979617140">> > The admin wallet doesn't have enough UBQ to make us all whol...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1981921505">Steam goes out of my both ears. I have checked everything back a...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1981951477">By the way I read the whole announcements archive on the way.

...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1984815808">I have had quite a hectic day today and later on spent 4.5hrs in...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1986417561">Thank you @pavlovcik

Address 0x4007ce2083c7f3e18097ae...

-

code:
  count: 2
  score: "0"
  words: 3
--
**MasterChef** is the master of UBQ. He can make UBQ and he is a...
-
h1:
  count: 5
  score: "0"
  words: 7
a:
  count: 2
  score: "0"
  words: 4
code:
  count: 37
  score: "0"
  words: 39
--
Glad to read that. Yes, of course you should be able to update t...
-
li:
  count: 2
  score: "0"
  words: 0
code:
  count: 8
  score: "0"
  words: 8
--
Hi @rndquu > 1. There are no any bugs in the latest [MasterChe...
-
a:
  count: 4
  score: "0"
  words: 9
li:
  count: 3
  score: "0"
  words: 149
--
Hi @pavlovcik I checked bonding share details, my calculations o...
---
I have been doing a few simulations, fortunately we can replay t...
-
code:
  count: 1
  score: "0"
  words: 0
--
Hi @pavlovcik I executed a dump of bond lpReward parameters usi...
-
code:
  count: 1
  score: "0"
  words: 0
--
All right, I will wrap it up today....
---
All right! I was able to figure out both lump sum bond compensat...
-
li:
  count: 1
  score: "0"
  words: 18
code:
  count: 38
  score: "0"
  words: 57
--
Now time for a demo:

FULL compensation from bond creation til...

-

code:
  count: 1
  score: "0"
  words: 0
--
Since last GetRewards:
uad-contracts$ npx hardhat compen...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 1
  score: "0"
  words: 0
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2000730234">@pavlovcik , @molecula451 @rndquu  : a short hint on the usage: ...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 10
  score: "0"
  words: 17
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2000735745">P.S. I also pushed my helper Python scripts and JSON dumps but y...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2000749622">And one last note I hardcoded into the hardhat tasks block `1301...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 1
  score: "0"
  words: 1
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2001834695">> One concern I have is that I wanted to avoid a normal mint cal...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 4
  score: "0"
  words: 4
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2002076129">> > It is like picking whether you want to be thrown under a bus...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 1
  score: "0"
  words: 1
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2002081529">On the other hand, the issue is well documented now. It affects ...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2002364039">> > There is no way to reset `accuGOVPerShare` apart from redepl...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 1
  score: "0"
  words: 1
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2011611884">I prepared a summary, with three ways to go forward, pros and co...</a></h6></td><td><details><summary>-</summary>
<pre>h1:
  count: 1
  score: "0"
  words: 4
h2:
  count: 3
  score: "0"
  words: 22
h3:
  count: 6
  score: "0"
  words: 6
li:
  count: 16
  score: "0"
  words: 190
code:
  count: 1
  score: "0"
  words: 4
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2020298390">> @gitcoindev
> 
> So there are 6 bonds which will get less re...</a></h6></td><td><details><summary>-</summary>
<pre>a:
  count: 1
  score: "0"
  words: 1
code:
  count: 1
  score: "0"
  words: 2
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2036957156">Hi @pavlovcik @rndquu @molecula451 let's vote on how to close th...</a></h6></td><td><details><summary>-</summary>
<pre>a:
  count: 1
  score: "0"
  words: 2
td:
  count: 15
  score: "0"
  words: 27
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2042253639">I will still wait for rndquu's opinion, and in parallel start ch...</a></h6></td><td><details><summary>-</summary>
<pre>li:
  count: 3
  score: "0"
  words: 65
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2048988636">Hi @rndquu no worries. I also want to close this issue properly ...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2067735754">As mentioned to @0x4007 , let's try to concentrate and try to fi...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2073174032">let's check, I will analyse this as well now....</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2075598268">Just a short update, I need some more time, allocated a fresh co...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2082915163">> @gitcoindev Regarding the issue with missing UBQ rewards
> 
...</a></h6></td><td><details><summary>-</summary>
<pre>a:
  count: 2
  score: "0"
  words: 2
li:
  count: 4
  score: "0"
  words: 121
code:
  count: 8
  score: "0"
  words: 12
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2083544737">Unfortunately the idea with changing UbiquityFormulas update and...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2094913115">> @gitcoindev As far as I understand [this](https://github.com/u...</a></h6></td><td><details><summary>-</summary>
<pre>a:
  count: 1
  score: "0"
  words: 1
code:
  count: 2
  score: "0"
  words: 3
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2094913929">> We could also go this way:
> 
> 1. Deploy a new contract `Bo...</a></h6></td><td><details><summary>-</summary>
<pre>li:
  count: 2
  score: "0"
  words: 37
code:
  count: 6
  score: "0"
  words: 7
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095195901">> > so the full amount should be available only after then
> 
...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095373108">> So the plan is:
> 
> 1. Create a separate contract (similar ...</a></h6></td><td><details><summary>-</summary>
<pre>a:
  count: 1
  score: "0"
  words: 1
li:
  count: 2
  score: "0"
  words: 55
code:
  count: 2
  score: "0"
  words: 3
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095388768">There is also a catch, if we do calculations now, we can use cur...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 3
  score: "0"
  words: 3
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095647469">> > Decision 2: Use current inflation rate OR an approximate inf...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095801773">@0x4007 , @rndquu : I updated the fix simulation scripts to use ...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095837822">```
$ npx hardhat compensateLumpSum --address 0x89eae71b865a2a3...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 3
  score: "0"
  words: 20
td:
  count: 22
  score: "0"
  words: 34
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095846002">These are the values to compensate until today. If the final dec...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095851209">I re-started as the bot unassigned me....</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096383689">> @gitcoindev Regarding the [BondingDebt](https://github.com/git...</a></h6></td><td><details><summary>-</summary>
<pre>a:
  count: 1
  score: "0"
  words: 1
code:
  count: 1
  score: "0"
  words: 1
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096515857">Hi @rndquu @0x4007 , the simulation is ready, looks good. Please...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 2
  score: "0"
  words: 0
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096520267">The script source code: https://github.com/gitcoindev/uad-contra...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096523233">Also, testing a single claim is possible with `--address` argume...</a></h6></td><td><details><summary>-</summary>
<pre>code:
  count: 3
  score: "0"
  words: 6
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2097904717">> @gitcoindev Could you double check https://etherscan.io/addres...</a></h6></td><td><details><summary>-</summary>
<pre>a:
  count: 1
  score: "0"
  words: 1
code:
  count: 4
  score: "0"
  words: 5
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2098994982">> So what's next steps to watch out for? Do we need to fix the a...</a></h6></td><td><details><summary>-</summary>
<pre>li:
  count: 2
  score: "0"
  words: 48
code:
  count: 1
  score: "0"
  words: 3
</pre>
</details></td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2099000151">@rndquu , @molecula451  please add to this if I missed anything,...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2099038232">> I'm about to do the final disbursement of UBQ and its basicall...</a></h6></td><td>-</td><td>-</td><td>-</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1964585097">Hi @rndquu @pavlovcik I will give this a try. First I will analy...</a></h6></td><td>5.4</td><td>-</td><td>5.4</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1975284471">@pavlovcik @rndquu @molecula451 

I was quiet for the last day...</a></h6></td><td>19.8</td><td>-</td><td>19.8</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976264434">Just a short update - I am getting there slowly but surely. Wrot...</a></h6></td><td><details><summary>13.4</summary>
<pre>code:
  count: 1
  score: "1"
  words: 0
</pre>
</details></td><td>-</td><td>13.4</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976378494">I discovered something suspicious that might be one of the keys ...</a></h6></td><td><details><summary>29.3</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
code:
  count: 5
  score: "5"
  words: 4
</pre>
</details></td><td>-</td><td>29.3</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976426549">> I remember dialing down (or zeroing out) uGOVPerBlock Because ...</a></h6></td><td><details><summary>16.9</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
code:
  count: 2
  score: "2"
  words: 3
</pre>
</details></td><td>-</td><td>16.9</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976459852">Spoiler alert:

![rewards](https://github.com/ubiquity/ubiquit...</a></h6></td><td>0.2</td><td>-</td><td>0.2</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976673949">Additional manual BondingShareV2 analysis via Etherscan API from...</a></h6></td><td><details><summary>9</summary>
<pre>code:
  count: 2
  score: "2"
  words: 1
</pre>
</details></td><td>-</td><td>9</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976675340">ID: 1 , _user `0x89eae71B865A2A39cBa62060aB1b40bbFFaE5b0D`

``...</a></h6></td><td><details><summary>5.5</summary>
<pre>code:
  count: 2
  score: "2"
  words: 1
</pre>
</details></td><td>-</td><td>5.5</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976679352">ID: 2 , _user `0x4007CE2083c7F3E18097aeB3A39bb8eC149a341d`

``...</a></h6></td><td><details><summary>9.7</summary>
<pre>code:
  count: 3
  score: "3"
  words: 1
</pre>
</details></td><td>-</td><td>9.7</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976682248">ID: 3, _user `0x7c76f4DB70b7E2177de10DE3e2f668daDcd11108`

```...</a></h6></td><td><details><summary>9.6</summary>
<pre>code:
  count: 3
  score: "3"
  words: 1
</pre>
</details></td><td>-</td><td>9.6</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976683538">ID: 4, _user `0x0000CE08fa224696A819877070BF378e8B131ACF`

```...</a></h6></td><td><details><summary>5.6</summary>
<pre>code:
  count: 2
  score: "2"
  words: 1
</pre>
</details></td><td>-</td><td>5.6</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976684805">ID: 5, _user `0xa53A6fE2d8Ad977aD926C485343Ba39f32D3A3F6`

```...</a></h6></td><td><details><summary>5.4</summary>
<pre>code:
  count: 2
  score: "2"
  words: 1
</pre>
</details></td><td>-</td><td>5.4</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976686752">ID: 6, _user `0xCEFD0E73cC48B0b9d4C8683E52B7d7396600AbB2`

```...</a></h6></td><td><details><summary>5.4</summary>
<pre>code:
  count: 2
  score: "2"
  words: 1
</pre>
</details></td><td>-</td><td>5.4</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1976696093">> hi gitcoindevi is the math for the solution already provided?
...</a></h6></td><td><details><summary>11.9</summary>
<pre>code:
  count: 5
  score: "5"
  words: 8
</pre>
</details></td><td>-</td><td>11.9</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1979617140">> > The admin wallet doesn't have enough UBQ to make us all whol...</a></h6></td><td>6.2</td><td>-</td><td>6.2</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1981921505">Steam goes out of my both ears. I have checked everything back a...</a></h6></td><td>3.8</td><td>-</td><td>3.8</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1981951477">By the way I read the whole announcements archive on the way.

...</a></h6></td><td>3</td><td>-</td><td>3</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1984815808">I have had quite a hectic day today and later on spent 4.5hrs in...</a></h6></td><td>15.1</td><td>-</td><td>15.1</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1986417561">Thank you @pavlovcik

Address 0x4007ce2083c7f3e18097ae...

11.9

code:
  count: 2
  score: "2"
  words: 3
-11.9
**MasterChef** is the master of UBQ. He can make UBQ and he is a...
188.4
h1:
  count: 5
  score: "5"
  words: 7
a:
  count: 2
  score: "2"
  words: 4
code:
  count: 37
  score: "37"
  words: 39
-188.4
Glad to read that. Yes, of course you should be able to update t...
21.2
li:
  count: 2
  score: "2"
  words: 0
code:
  count: 8
  score: "8"
  words: 8
-21.2
Hi @rndquu > 1. There are no any bugs in the latest [MasterChe...
25.3
a:
  count: 4
  score: "4"
  words: 9
li:
  count: 3
  score: "3"
  words: 149
-25.3
Hi @pavlovcik I checked bonding share details, my calculations o...
13.2-13.2
I have been doing a few simulations, fortunately we can replay t...
10.6
code:
  count: 1
  score: "1"
  words: 0
-10.6
Hi @pavlovcik I executed a dump of bond lpReward parameters usi...
111.5
code:
  count: 1
  score: "1"
  words: 0
-111.5
All right, I will wrap it up today....
0.8-0.8
All right! I was able to figure out both lump sum bond compensat...
67.9
li:
  count: 1
  score: "1"
  words: 18
code:
  count: 38
  score: "38"
  words: 57
-67.9
Now time for a demo:

FULL compensation from bond creation til...

20.9

code:
  count: 1
  score: "1"
  words: 0
-20.9
Since last GetRewards:
uad-contracts$ npx hardhat compen...</a></h6></td><td><details><summary>19.7</summary>
<pre>code:
  count: 1
  score: "1"
  words: 0
</pre>
</details></td><td>-</td><td>19.7</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2000730234">@pavlovcik , @molecula451 @rndquu  : a short hint on the usage: ...</a></h6></td><td><details><summary>32.1</summary>
<pre>code:
  count: 10
  score: "10"
  words: 17
</pre>
</details></td><td>-</td><td>32.1</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2000735745">P.S. I also pushed my helper Python scripts and JSON dumps but y...</a></h6></td><td>2.6</td><td>-</td><td>2.6</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2000749622">And one last note I hardcoded into the hardhat tasks block `1301...</a></h6></td><td><details><summary>6.7</summary>
<pre>code:
  count: 1
  score: "1"
  words: 1
</pre>
</details></td><td>-</td><td>6.7</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2001834695">> One concern I have is that I wanted to avoid a normal mint cal...</a></h6></td><td><details><summary>20.1</summary>
<pre>code:
  count: 4
  score: "4"
  words: 4
</pre>
</details></td><td>-</td><td>20.1</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2002076129">> > It is like picking whether you want to be thrown under a bus...</a></h6></td><td><details><summary>2.5</summary>
<pre>code:
  count: 1
  score: "1"
  words: 1
</pre>
</details></td><td>-</td><td>2.5</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2002081529">On the other hand, the issue is well documented now. It affects ...</a></h6></td><td>8.6</td><td>-</td><td>8.6</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2002364039">> > There is no way to reset `accuGOVPerShare` apart from redepl...</a></h6></td><td><details><summary>12.6</summary>
<pre>code:
  count: 1
  score: "1"
  words: 1
</pre>
</details></td><td>-</td><td>12.6</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2011611884">I prepared a summary, with three ways to go forward, pros and co...</a></h6></td><td><details><summary>61.9</summary>
<pre>h1:
  count: 1
  score: "1"
  words: 4
h2:
  count: 3
  score: "3"
  words: 22
h3:
  count: 6
  score: "6"
  words: 6
li:
  count: 16
  score: "16"
  words: 190
code:
  count: 1
  score: "1"
  words: 4
</pre>
</details></td><td>-</td><td>61.9</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2020298390">> @gitcoindev
> 
> So there are 6 bonds which will get less re...</a></h6></td><td><details><summary>4</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
code:
  count: 1
  score: "1"
  words: 2
</pre>
</details></td><td>-</td><td>4</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2036957156">Hi @pavlovcik @rndquu @molecula451 let's vote on how to close th...</a></h6></td><td><details><summary>24.8</summary>
<pre>a:
  count: 1
  score: "1"
  words: 2
td:
  count: 15
  score: "15"
  words: 27
</pre>
</details></td><td>-</td><td>24.8</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2042253639">I will still wait for rndquu's opinion, and in parallel start ch...</a></h6></td><td><details><summary>23.9</summary>
<pre>li:
  count: 3
  score: "3"
  words: 65
</pre>
</details></td><td>-</td><td>23.9</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2048988636">Hi @rndquu no worries. I also want to close this issue properly ...</a></h6></td><td>5.6</td><td>-</td><td>5.6</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2067735754">As mentioned to @0x4007 , let's try to concentrate and try to fi...</a></h6></td><td>4.6</td><td>-</td><td>4.6</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2073174032">let's check, I will analyse this as well now....</a></h6></td><td>1</td><td>-</td><td>1</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2075598268">Just a short update, I need some more time, allocated a fresh co...</a></h6></td><td>2.1</td><td>-</td><td>2.1</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2082915163">> @gitcoindev Regarding the issue with missing UBQ rewards
> 
...</a></h6></td><td><details><summary>28.1</summary>
<pre>a:
  count: 2
  score: "2"
  words: 2
li:
  count: 4
  score: "4"
  words: 121
code:
  count: 8
  score: "8"
  words: 12
</pre>
</details></td><td>-</td><td>28.1</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2083544737">Unfortunately the idea with changing UbiquityFormulas update and...</a></h6></td><td>12.9</td><td>-</td><td>12.9</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2094913115">> @gitcoindev As far as I understand [this](https://github.com/u...</a></h6></td><td><details><summary>12</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
code:
  count: 2
  score: "2"
  words: 3
</pre>
</details></td><td>-</td><td>12</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2094913929">> We could also go this way:
> 
> 1. Deploy a new contract `Bo...</a></h6></td><td><details><summary>10.1</summary>
<pre>li:
  count: 2
  score: "2"
  words: 37
code:
  count: 6
  score: "6"
  words: 7
</pre>
</details></td><td>-</td><td>10.1</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095195901">> > so the full amount should be available only after then
> 
...</a></h6></td><td>4.5</td><td>-</td><td>4.5</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095373108">> So the plan is:
> 
> 1. Create a separate contract (similar ...</a></h6></td><td><details><summary>17.9</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
li:
  count: 2
  score: "2"
  words: 55
code:
  count: 2
  score: "2"
  words: 3
</pre>
</details></td><td>-</td><td>17.9</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095388768">There is also a catch, if we do calculations now, we can use cur...</a></h6></td><td><details><summary>14</summary>
<pre>code:
  count: 3
  score: "3"
  words: 3
</pre>
</details></td><td>-</td><td>14</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095647469">> > Decision 2: Use current inflation rate OR an approximate inf...</a></h6></td><td>8.8</td><td>-</td><td>8.8</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095801773">@0x4007 , @rndquu : I updated the fix simulation scripts to use ...</a></h6></td><td>4</td><td>-</td><td>4</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095837822">```
$ npx hardhat compensateLumpSum --address 0x89eae71b865a2a3...</a></h6></td><td><details><summary>43.4</summary>
<pre>code:
  count: 3
  score: "3"
  words: 20
td:
  count: 22
  score: "22"
  words: 34
</pre>
</details></td><td>-</td><td>43.4</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095846002">These are the values to compensate until today. If the final dec...</a></h6></td><td>9.2</td><td>-</td><td>9.2</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095851209">I re-started as the bot unassigned me....</a></h6></td><td>0.8</td><td>-</td><td>0.8</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096383689">> @gitcoindev Regarding the [BondingDebt](https://github.com/git...</a></h6></td><td><details><summary>5.9</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
code:
  count: 1
  score: "1"
  words: 1
</pre>
</details></td><td>-</td><td>5.9</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096515857">Hi @rndquu @0x4007 , the simulation is ready, looks good. Please...</a></h6></td><td><details><summary>30.8</summary>
<pre>code:
  count: 2
  score: "2"
  words: 0
</pre>
</details></td><td>-</td><td>30.8</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096520267">The script source code: https://github.com/gitcoindev/uad-contra...</a></h6></td><td>4.2</td><td>-</td><td>4.2</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096523233">Also, testing a single claim is possible with `--address` argume...</a></h6></td><td><details><summary>10</summary>
<pre>code:
  count: 3
  score: "3"
  words: 6
</pre>
</details></td><td>-</td><td>10</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2097904717">> @gitcoindev Could you double check https://etherscan.io/addres...</a></h6></td><td><details><summary>10.9</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
code:
  count: 4
  score: "4"
  words: 5
</pre>
</details></td><td>-</td><td>10.9</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2098994982">> So what's next steps to watch out for? Do we need to fix the a...</a></h6></td><td><details><summary>14.2</summary>
<pre>li:
  count: 2
  score: "2"
  words: 48
code:
  count: 1
  score: "1"
  words: 3
</pre>
</details></td><td>-</td><td>14.2</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2099000151">@rndquu , @molecula451  please add to this if I missed anything,...</a></h6></td><td>2.1</td><td>-</td><td>2.1</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2099038232">> I'm about to do the final disbursement of UBQ and its basicall...</a></h6></td><td>8.6</td><td>-</td><td>8.6</td></tr></tbody></table>
  </details>
  

  <details>
    <summary>
      <b
        ><h3>
          <a
            href="https://pay.ubq.fi/?claim=W3sidHlwZSI6ImVyYzIwLXBlcm1pdCIsInBlcm1pdCI6eyJwZXJtaXR0ZWQiOnsidG9rZW4iOiIweGU5MUQxNTNFMGI0MTUxOEEyQ2U4RGQzRDc5NDRGYTg2MzQ2M2E5N2QiLCJhbW91bnQiOiIyMDAwMDAwMDAwMDAwMDAwMDAifSwibm9uY2UiOiIxMDQ4NzgyNzM1OTYwMDg5NTc2NjY3MTUzOTcyNDExMTc4NzgwNzE5OTUwOTcyMjkwNDc3Mzg4MDg3NzQ1NjkwNzI5NjMxNjI4NTM3NTIiLCJkZWFkbGluZSI6IjExNTc5MjA4OTIzNzMxNjE5NTQyMzU3MDk4NTAwODY4NzkwNzg1MzI2OTk4NDY2NTY0MDU2NDAzOTQ1NzU4NDAwNzkxMzEyOTYzOTkzNSJ9LCJ0cmFuc2ZlckRldGFpbHMiOnsidG8iOiIweEFlNUQxRjE5MjAxM2RiODg5YjFlMjExNUEzNzBhQjEzM2YzNTk3NjUiLCJyZXF1ZXN0ZWRBbW91bnQiOiIyMDAwMDAwMDAwMDAwMDAwMDAifSwib3duZXIiOiIweDQ0Q2ExNURiMTAxZkQxYzE5NDQ2N0RiNkFGMGM2N0M2QmJGNEFCNTEiLCJzaWduYXR1cmUiOiIweGJkMTU3ZTQ0NzgwOTdkYjliODdiMzAxYTVmMGU3ODA4MDRhMTJjN2YyMGQxZGJjZGE0OTUzMTQ2ZmI3NDIyOWI3MTQxNDExZGYwNTY5NDI5ZDk0NmRmM2Q3ZGNmZWQ3MjQ3NmM5NWJiYjUxNWZkMmFkOWYzZDA0NzI1ZDgyNTczMWMiLCJuZXR3b3JrSWQiOjEwMH1d"
          >
            [ 0.2 WXDAI ]</a
          >
        </h3>
        <h6>@Keyrxng</h6></b
      >
    </summary>
    <h6>Contributions Overview</h6>
<table><thead>
<tr><th>View</th><th>Contribution</th><th>Count</th><th>Reward</th>
</thead><tbody>
<tr><td>Issue</td><td>Comment</td><td>1</td><td>0.2</td></tr>
</tbody></table>
    <h6>Conversation Incentives</h6><table><thead><tr><th>Comment</th><th>Formatting</th><th>Relevance</th><th>Reward</th></tr></thead><tbody><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2099223504">gg @gitcoindev ...</a></h6></td><td>0.2</td><td>-</td><td>0.2</td></tr></tbody></table>
  </details>
  

  <details>
    <summary>
      <b
        ><h3>
          <a
            href="https://pay.ubq.fi/?claim=W3sidHlwZSI6ImVyYzIwLXBlcm1pdCIsInBlcm1pdCI6eyJwZXJtaXR0ZWQiOnsidG9rZW4iOiIweGU5MUQxNTNFMGI0MTUxOEEyQ2U4RGQzRDc5NDRGYTg2MzQ2M2E5N2QiLCJhbW91bnQiOiIyNjcxMDAwMDAwMDAwMDAwMDAwMDAifSwibm9uY2UiOiIxNDA3MjU2MTgyOTY3MzQ5NjA2MzA2NTA4MjgzMjgyNTkyNzQ3ODk2MjAyNjU0NjA4NzUwMTE4ODI4NzY2MDQzNjI0MzA1NDM3MDgwMiIsImRlYWRsaW5lIjoiMTE1NzkyMDg5MjM3MzE2MTk1NDIzNTcwOTg1MDA4Njg3OTA3ODUzMjY5OTg0NjY1NjQwNTY0MDM5NDU3NTg0MDA3OTEzMTI5NjM5OTM1In0sInRyYW5zZmVyRGV0YWlscyI6eyJ0byI6IjB4MzM2QzAzMzg0MkZBMzE2ZDQ3MGU4MjBjODFiNzQyZTYyQTA3NjVEQyIsInJlcXVlc3RlZEFtb3VudCI6IjI2NzEwMDAwMDAwMDAwMDAwMDAwMCJ9LCJvd25lciI6IjB4NDRDYTE1RGIxMDFmRDFjMTk0NDY3RGI2QUYwYzY3QzZCYkY0QUI1MSIsInNpZ25hdHVyZSI6IjB4NTM5ZjYyNWE4MmJhZDZhNzc5NGE5YWVlZGEyN2YzNWY0ODFmZDcxZjJkNDUwNDk4YWVlNDkzYWZmNzcyNzJkMDQ5ZTU3MDFlZGJlY2Q1NzU4YzI1NzQ4ZWNkZWJhZDAxZmFjZTliNzY1YjJmNjlhNWY4MjcxYzgxZTA5ZTdiMmYxYyIsIm5ldHdvcmtJZCI6MTAwfV0%3D"
          >
            [ 267.1 WXDAI ]</a
          >
        </h3>
        <h6>@rndquu</h6></b
      >
    </summary>
    <h6>Contributions Overview</h6>
<table><thead>
<tr><th>View</th><th>Contribution</th><th>Count</th><th>Reward</th>
</thead><tbody>
<tr><td>Issue</td><td>Comment</td><td>22</td><td>267.1</td></tr>
</tbody></table>
    <h6>Conversation Incentives</h6><table><thead><tr><th>Comment</th><th>Formatting</th><th>Relevance</th><th>Reward</th></tr></thead><tbody><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1674830863">> However in one of the migrations (I believe only those who jum...</a></h6></td><td><details><summary>5.5</summary>
<pre>a:
  count: 1
  score: "1"
  words: 6
code:
  count: 1
  score: "1"
  words: 7
</pre>
</details></td><td>-</td><td>5.5</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1819364402">> @rndquu do you have a plan for staking migrations in place?

...</a></h6></td><td>1.9</td><td>-</td><td>1.9</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1964378142">@gitcoindev Perhaps you could look into this issue? Not sure abo...</a></h6></td><td>3.3</td><td>-</td><td>3.3</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1980275396">1 unit test could've saved us at least 2.4k USD
...</a></h6></td><td>1.2</td><td>-</td><td>1.2</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-1987899129">@gitcoindev Awesome job

Questions:
1. There are no any bugs ...</a></h6></td><td><details><summary>17.4</summary>
<pre>a:
  count: 4
  score: "4"
  words: 9
li:
  count: 3
  score: "3"
  words: 149
</pre>
</details></td><td>-</td><td>17.4</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2020164041">> Given this information are we good to proceed without manual m...</a></h6></td><td>2.1</td><td>-</td><td>2.1</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2020207589">@gitcoindev 

So there are 6 bonds which will get less rewards...</a></h6></td><td><details><summary>5.7</summary>
<pre>code:
  count: 1
  score: "1"
  words: 2
</pre>
</details></td><td>-</td><td>5.7</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2048486768">@gitcoindev Hey, sorry for the long response

I remember that ...</a></h6></td><td><details><summary>7.9</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
code:
  count: 1
  score: "1"
  words: 2
</pre>
</details></td><td>-</td><td>7.9</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2072590382">@gitcoindev Following our telegram conversation, there seems to ...</a></h6></td><td><details><summary>54.5</summary>
<pre>a:
  count: 2
  score: "2"
  words: 2
li:
  count: 3
  score: "3"
  words: 41
code:
  count: 16
  score: "16"
  words: 30
</pre>
</details></td><td>-</td><td>54.5</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2078840544">@gitcoindev Regarding the issue with missing UBQ rewards

As f...</a></h6></td><td><details><summary>29.3</summary>
<pre>a:
  count: 2
  score: "2"
  words: 2
li:
  count: 4
  score: "4"
  words: 121
code:
  count: 7
  score: "7"
  words: 12
</pre>
</details></td><td>-</td><td>29.3</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2078849441">> the admin wallet has the ability to pull out liquidity. I thin...</a></h6></td><td><details><summary>17.3</summary>
<pre>li:
  count: 3
  score: "3"
  words: 52
code:
  count: 6
  score: "6"
  words: 10
</pre>
</details></td><td>-</td><td>17.3</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2091038562">@gitcoindev As far as I understand [this](https://github.com/ubi...</a></h6></td><td><details><summary>9.2</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
code:
  count: 2
  score: "2"
  words: 3
</pre>
</details></td><td>-</td><td>9.2</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2092521107">We could also go this way:
1. Deploy a new contract `BondingDeb...</a></h6></td><td><details><summary>19.8</summary>
<pre>li:
  count: 2
  score: "2"
  words: 37
code:
  count: 6
  score: "6"
  words: 7
</pre>
</details></td><td>-</td><td>19.8</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095349935">So the plan is:
1. Create a separate contract (similar to the o...</a></h6></td><td><details><summary>9.4</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
li:
  count: 2
  score: "2"
  words: 55
code:
  count: 2
  score: "2"
  words: 3
</pre>
</details></td><td>-</td><td>9.4</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2095475086">> Decision 2: Use current inflation rate OR an approximate infla...</a></h6></td><td>6.3</td><td>-</td><td>6.3</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096308252">As far as I understand "vesting" is simply a direct transfer of ...</a></h6></td><td><details><summary>18.3</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
li:
  count: 2
  score: "2"
  words: 32
code:
  count: 7
  score: "7"
  words: 14
</pre>
</details></td><td>-</td><td>18.3</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096356458">@gitcoindev Regarding the [BondingDebt](https://github.com/gitco...</a></h6></td><td><details><summary>7.8</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
code:
  count: 1
  score: "1"
  words: 1
</pre>
</details></td><td>-</td><td>7.8</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096395628">@0x4007 

1. Is it ok to simply mint missing UBQ rewards to bo...</a></h6></td><td><details><summary>11.5</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
li:
  count: 2
  score: "2"
  words: 74
code:
  count: 3
  score: "3"
  words: 5
</pre>
</details></td><td>-</td><td>11.5</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096474643">@gitcoindev We could do smth like this:
```solidity
// SPDX-Li...</a></h6></td><td><details><summary>14</summary>
<pre>code:
  count: 1
  score: "1"
  words: 0
</pre>
</details></td><td>-</td><td>14</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2096706506">> The script source code: https://github.com/gitcoindev/uad-cont...</a></h6></td><td>2.3</td><td>-</td><td>2.3</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2097877557">@gitcoindev Could you double check https://etherscan.io/address/...</a></h6></td><td><details><summary>5.3</summary>
<pre>a:
  count: 1
  score: "1"
  words: 1
code:
  count: 1
  score: "1"
  words: 1
</pre>
</details></td><td>-</td><td>5.3</td></tr><tr><td><h6><a href="https://github.com/ubiquity/ubiquity-dollar/issues/752#issuecomment-2097949454">@0x4007 Now you should grant `UBQ_MINTER_ROLE` to the [BondingDe...</a></h6></td><td><details><summary>17.1</summary>
<pre>a:
  count: 3
  score: "3"
  words: 3
li:
  count: 2
  score: "2"
  words: 30
code:
  count: 6
  score: "6"
  words: 9
</pre>
</details></td><td>-</td><td>17.1</td></tr></tbody></table>
  </details>
  
<!-- Ubiquity - Transactions - generatePermits - a3e647e
[
  {
    "permit": {
      "permitted": {
        "token": "0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d",
        "amount": "676600000000000000000"
      },
      "nonce": "81867762248313487175289733715406505921439280287538468963138135167158375066132",
      "deadline": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
    },
    "transferDetails": {
      "to": "0x4007CE2083c7F3E18097aeB3A39bb8eC149a341d",
      "requestedAmount": "676600000000000000000"
    },
    "owner": "0x44Ca15Db101fD1c194467Db6AF0c67C6BbF4AB51",
    "signature": "0x2bca4fe4adb7e117b6621cf098bd26f4075efb90978876b78b5c1678b998ba343a111c7a19b06804a68e4f7936d9083e1de3c69d33bc97ff77b88329471817421b",
    "networkId": 100
  },
  {
    "permit": {
      "permitted": {
        "token": "0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d",
        "amount": "70200000000000000000"
      },
      "nonce": "13841818095108356418878834401090464503439499115650099507273690857013243694194",
      "deadline": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
    },
    "transferDetails": {
      "to": "0x4D0704f400D57Ba93eEa88765C3FcDBD826dCFc4",
      "requestedAmount": "70200000000000000000"
    },
    "owner": "0x44Ca15Db101fD1c194467Db6AF0c67C6BbF4AB51",
    "signature": "0x0c77b2a22b3e686412e46fd19571e3819dbd121e15d4a2a47fd5da8919c81e737d74d04415cde7f349c2cf30ccc288f730035475550bc380a24535484971e60c1b",
    "networkId": 100
  },
  {
    "permit": {
      "permitted": {
        "token": "0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d",
        "amount": "1300000000000000000"
      },
      "nonce": "64832169018834067141346757239564536094699911621530081894009295815677532071743",
      "deadline": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
    },
    "transferDetails": {
      "to": "0x3EFFe91C62d1864C3B791Bc7bbD43b68B899d12A",
      "requestedAmount": "1300000000000000000"
    },
    "owner": "0x44Ca15Db101fD1c194467Db6AF0c67C6BbF4AB51",
    "signature": "0xb16a2784ffde80a7e09e0484be8ad3aa27515b4909e045f8364d500c7e888f6f747febdd4fbe4e9ae085c72545cd9697b80faccd3c77d703b3e1c4284b9673761b",
    "networkId": 100
  },
  {
    "permit": {
      "permitted": {
        "token": "0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d",
        "amount": "3532100000000000000000"
      },
      "nonce": "99871091899055048968081931136347911360283875136763080679348002989081533860861",
      "deadline": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
    },
    "transferDetails": {
      "to": "0x7e92476D69Ff1377a8b45176b1829C4A5566653a",
      "requestedAmount": "3532100000000000000000"
    },
    "owner": "0x44Ca15Db101fD1c194467Db6AF0c67C6BbF4AB51",
    "signature": "0xaf8d8dfc689aa2ebea4608cc29c0ebed47ea60c1da79ed42a48f7945b328f1bc3e8d7ac6a9344c6e36a0cc08dadc4f1880624e4a220b199035a763a8e7ff187b1c",
    "networkId": 100
  },
  {
    "permit": {
      "permitted": {
        "token": "0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d",
        "amount": "200000000000000000"
      },
      "nonce": "104878273596008957666715397241117878071995097229047738808774569072963162853752",
      "deadline": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
    },
    "transferDetails": {
      "to": "0xAe5D1F192013db889b1e2115A370aB133f359765",
      "requestedAmount": "200000000000000000"
    },
    "owner": "0x44Ca15Db101fD1c194467Db6AF0c67C6BbF4AB51",
    "signature": "0xbd157e4478097db9b87b301a5f0e780804a12c7f20d1dbcda4953146fb74229b7141411df0569429d946df3d7dcfed72476c95bbb515fd2ad9f3d04725d825731c",
    "networkId": 100
  },
  {
    "permit": {
      "permitted": {
        "token": "0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d",
        "amount": "267100000000000000000"
      },
      "nonce": "14072561829673496063065082832825927478962026546087501188287660436243054370802",
      "deadline": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
    },
    "transferDetails": {
      "to": "0x336C033842FA316d470e820c81b742e62A0765DC",
      "requestedAmount": "267100000000000000000"
    },
    "owner": "0x44Ca15Db101fD1c194467Db6AF0c67C6BbF4AB51",
    "signature": "0x539f625a82bad6a7794a9aeeda27f35f481fd71f2d450498aee493aff77272d049e5701edbecd5758c25748ecdebad01face9b765b2f69a5f8271c81e09e7b2f1c",
    "networkId": 100
  }
]
-->

@0x4007
Copy link
Member Author

0x4007 commented May 8, 2024

There's an encoding bug so it didn't properly render the other rewards!

Here are the logs so that everybody can extract their own permits. Sorry!

logs_23578234680.zip

https://github.com/ubiquibot/comment-incentives/actions/runs/9005100392/job/24739641196

@0x4007
Copy link
Member Author

0x4007 commented May 8, 2024

It is satisfying to see that the vesting script worked flawlessly, and that this current task went off mostly without a hitch. We fulfilled our legal obligations to get each partner vested at the agreed upon percentage by May 2024! 🎉

The only remarks are that the following are slightly lower according to Etherscan holdings, but this is because they transferred UBQ out to other wallets:

  • Momentum6
  • Merit Circle
  • NewTribe Capital
Screenshot 2024-05-09 at 01 32 42

Truncated relevant vesting script output:

 getting owed...
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
	⚠ Vesting completed, capping percentVested to 100%
[
  {
    owed: 133278.89158583598,
    percent: 0.02,
    address: '0x6a5dBF2Fb5206EC8192620810C3edB6d5e62B188',
    name: 'Concave',
    transferred: 168369.54841416402,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0xe1d2cde4df00c8ddaa692eab5260868e8fb63c55616786996a32dd87b5cf65ca',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 16659.861448229498,
    percent: 0.0025,
    address: '0xf2c7DCE9dC46dFc5153E5C8f2d49028543a3A050',
    name: 'DCF Capital',
    transferred: 21046.193551770502,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 73303.39037220979,
    percent: 0.011,
    address: '0x05AeB176197F1800465285907844913a2bc02e75',
    name: 'Momentum6',
    transferred: 92603.2516277902,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 33319.722896458996,
    percent: 0.005,
    address: '0xce12e0AbCb030c1D767439712498C3917C56c5C8',
    name: 'Ascensive Assets',
    transferred: 42092.387103541005,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 83299.30724114752,
    percent: 0.0125,
    address: '0xbA50a624A3f6ebcf4634e3F73842231510534c8C',
    name: 'Best Select Ventures Global Limited',
    transferred: 105230.96775885251,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 83299.30724114752,
    percent: 0.0125,
    address: '0x6C23Dec1EA5Ef38606798D5ea76Eb507D2AFdc61',
    name: 'Brand New Ventures',
    transferred: 105230.96775885251,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 33319.722896458996,
    percent: 0.005,
    address: '0x060F6529e7dA2D0d95BD5626b0084069659faD07',
    name: 'SmallCapScience',
    transferred: 42092.387103541005,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 83299.30724114752,
    percent: 0.0125,
    address: '0x7e9e4c0876B2102F33A1d82117Cc73B7FddD0032',
    name: 'Merit Circle',
    transferred: 105230.96775885251,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 8329.930724114749,
    percent: 0.00125,
    address: '0x19f9dDA57196e161E8e943Bb0766C150F05FA3D5',
    name: 'Balthazar',
    transferred: 10523.096775885251,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 16659.861448229498,
    percent: 0.0025,
    address: '0xc2808A5AC8E8E6eD10374af596682F547DB045c1',
    name: '369 Capital',
    transferred: 21046.193551770502,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 16659.861448229498,
    percent: 0.0025,
    address: '0xE30221bA49E6d2eF1bCE23bB7262A1aE5f3ffB99',
    name: 'NewTribe Capital',
    transferred: 21046.193551770502,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 33319.722896458996,
    percent: 0.005,
    address: '0xe945884500983bFa761A7Ba0C15da22FFC58FF83',
    name: 'Snackclub',
    transferred: 42092.387103541005,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 33319.722896458996,
    percent: 0.005,
    address: '0x4a67118b4A689250977dc3A9D0f575f548B04929',
    name: 'c2 Ventures',
    transferred: 42092.387103541005,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  },
  {
    owed: 33319.722896458996,
    percent: 0.005,
    address: '0xE4fA5D83b2c982637895aB541D12A7d093AD77ab',
    name: 'Play Ventures',
    transferred: 42092.387103541005,
    transactions: [
      '0xadf924d766da3184d7518950a69329a2840c2800d6d4d27551fde9e23d8d859d',
      '0x61ffc2a27f8ae87cb3cb9795fbaee9aee694ca25a32a9118a0179ecf2ead7acb',
      '0xec8ff2448c213cff378510da4b90a21c3361eaf1c75804477891a2090915e313',
      '0x4d10cb2e534b75a7429786a44a7a6c6691246ebc5710f062be4b1c27ac63369e',
      '0x002a02b5e4c423c5780b1906f6b0510286db48716fd83fe0a8cf84ea8106f7da',
      '0x2ebbe6367f38f58ec571dce81de44c2b52853ee18ea5dd53554e90e6771bf27c',
      '0xe4934cf1061c8b2589537c67aa1f76ffa4374676ee266220dbbfdd8b9de59753',
      '0xabcee4cf42cf5bcb9891e4676dafd4766c0d70821e60ada25692f1716e60e8a7',
      '0xdfe7d488d1e710c4e2b077ad153e258c9dc2f25887a289735cdf189089efb2b5',
      '0x6be9e339dbc030bad241a87fdd218af0b23beb1e8defd2b903774d94f254c464',
      '0x2191ff0f832229fa706ec8d427eeb25335b767eb03cc72302369b90913e1f2c0',
      '0x17cbdf810e8832536388f191d450652e83cb6d032a0d6fe1ac777f3da5f7090b',
      '0xf707727d59c18a39040b44ff7eacd261e2816f9ab19a55b84012b011e0dcf07d',
      '0x9f4c4c1d17bb941d0b7f59a3acfd7c3ba80beaf94228d8497403ce31c39e9ed8',
      '0xba0129aba0819fd0846ef51acc5c9cd85b22945ab8ef0cf682a3cd7b26ca174f',
      '0xb393ad29f6fa7e2eb6f6e23bd622c84a88f44a336428e69f11a525b275a9bd46',
      '0x405eed91baa42dcd9b5f14773468507618877d622112a0395973f7ff3d11c3ae',
      '0xc323dcf6d77db6bf727da571e28fdd64c1f3f49892c8cd539d3c62a060fc89ae',
      '0x0c126e8b5fa2208371592e36f5607a3c9b79f28a898072284fc7936f9d94bacc',
      '0x62fe58b7faaa49851a7a4c2153cc35d9def05c05fce2abc9f5db8538ed8cad66'
    ]
  }
]
0x6a5dBF2Fb5206EC8192620810C3edB6d5e62B188, 133278.89158583598
0xf2c7DCE9dC46dFc5153E5C8f2d49028543a3A050, 16659.861448229498
0x05AeB176197F1800465285907844913a2bc02e75, 73303.39037220979
0xce12e0AbCb030c1D767439712498C3917C56c5C8, 33319.722896458996
0xbA50a624A3f6ebcf4634e3F73842231510534c8C, 83299.30724114752
0x6C23Dec1EA5Ef38606798D5ea76Eb507D2AFdc61, 83299.30724114752
0x060F6529e7dA2D0d95BD5626b0084069659faD07, 33319.722896458996
0x7e9e4c0876B2102F33A1d82117Cc73B7FddD0032, 83299.30724114752
0x19f9dDA57196e161E8e943Bb0766C150F05FA3D5, 8329.930724114749
0xc2808A5AC8E8E6eD10374af596682F547DB045c1, 16659.861448229498
0xE30221bA49E6d2eF1bCE23bB7262A1aE5f3ffB99, 16659.861448229498
0xe945884500983bFa761A7Ba0C15da22FFC58FF83, 33319.722896458996
0x4a67118b4A689250977dc3A9D0f575f548B04929, 33319.722896458996
0xE4fA5D83b2c982637895aB541D12A7d093AD77ab, 33319.722896458996
m1:ubiquity-dollar nv$

@gitcoindev
Copy link
Contributor

That was indeed a great team work and I think the most time consuming Ubiquity task of all time (so far -) . I also wondered if permits will be generated fully with such amount of comments. The last remaining thing is that the funding wallet needs to be recharged, the permit collection throws : Not Enough Funds on Funding Wallet to Collect This Reward. Please Let the Financier Know. message.

@0x4007
Copy link
Member Author

0x4007 commented May 8, 2024

Thank you for letting the financier know. I will handle in the morning because it's late here.

I've been a bit disconnected from GitHub in order to minimize context switching from the fundraising and partnerships work.

The good news is that I just got off a call with https://powerhouse.inc , who is the most relevant MakerDAO unit for our purposes, demoing our system. They like what we have and we are working towards the same vision from different angles. We're figuring out a good strategy for collaboration.

@0x4007
Copy link
Member Author

0x4007 commented May 9, 2024

Hi there just a quick update. Apologies but I'm still working on moving the funds around! Standby for just a little bit longer!

@0x4007
Copy link
Member Author

0x4007 commented May 13, 2024

@gitcoindev you're good to claim, sorry for the delay.

@gitcoindev
Copy link
Contributor

@gitcoindev you're good to claim, sorry for the delay.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Price: 2400 USD Priority: 4 (Urgent) Research Bounties that may include a report only, without code. Time: <1 Week
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants