The on-chain proposal is now live for voting. To vote, head to the proposal on Tally .
Voting ends at on 1st of September 2023 at 23:11 CET . For help with delegation and voting, please refer to the governance docs .
Notes
For determining the equivalent of $500k in RAD, we used the RAD to USD conversion based on yesterday’s (29th of August 2023) closing price. See https://www.coingecko.com/en/coins/radworks/historical_data#panel
As this is not a simple “transfer tokens” style of proposal, @igor extensively tested the code of the proposal on a main-net fork and the behaviour was as intended. See links below.
The final Drip List controlled by Radworks is here https://www.drips.network/app/drip-lists/50330452048867519181028275890986093327647919805766323166158196453514
Forum Discussions
Author:
lftherios
Type:
Treasury Distribution
Created:
2023-07-14
Status:
active
Purpose
The purpose of this proposal is to allocate funds through the Drips toolkit, to support the critical software dependencies of our DAO. By providing sustainable financial support to these essential projects over the course of one year, we aim to foster their growth, ensure their continued maintenance, and fortify the overall resilience and success of our DAO ecosystem.
Details
I propose to all…
Author:
lftherios
Type:
Treasury Distribution
Created:
2023-07-14
Status:
active
The corresponding Snapshot poll is now live and can be voted on here . Voting will be open until Monday, August 28th at 5pm CET.
:exclamation:Note from the Governance Committee: The Snapshot issue had caused a delay in posting the Snapshot poll, but has been fixed now. If the proposal passes Formal Review, it will move to Submission the following Monday (28.08). As we have an extra week this month’…
Snapshot Vote
https://snapshot.org/#/gov.radicle.eth/proposal/0xf0c5ff136876ce04b030a46cefb0f7b6dc23a0087a99389f54567d36e09d7666
Proposal Code
// SPDX-License-Identifier: GPL-3.0-only
pragma solidity ^0.8.20;
import {Caller} from "src/Caller.sol";
import {AddressDriver} from "src/AddressDriver.sol";
import {
AccountMetadata,
Drips,
IERC20,
StreamConfigImpl,
StreamsHistory,
StreamReceiver,
SplitsReceiver
} from "src/Drips.sol";
import {Address} from "openzeppelin-contracts/utils/Address.sol";
import {Test} from "forge-std/Test.sol";
// Generated with `cast interface 0x31c8eacbffdd875c74b94b077895bd78cf1e64a3`
interface RadicleToken {
event Approval(address indexed owner, address indexed spender, uint256 amount);
This file has been truncated. show original