Skip to content

Commit 08fe58a

Browse files
committed
chore: add proposal -- Welcoming Luis to ICPanda DAO as a Strategic Partner
1 parent bb85e02 commit 08fe58a

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

proposals/proposal-284.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/usr/bin/env bash
2+
3+
# Load the environment variables
4+
source "$(pwd)"/proposals/env.sh
5+
6+
quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE $PROPOSAL_NEURON_ID --proposal '(
7+
record {
8+
title = "Upgrade ICPanda SNS to next available version";
9+
url = "https://dashboard.internetcomputer.org/sns/d7wvo-iiaaa-aaaaq-aacsq-cai/proposals";
10+
summary = "Upgrade ICPanda SNS to next available version on SNS-W";
11+
action = opt variant {
12+
UpgradeSnsToNextVersion = record {}
13+
};
14+
}
15+
)' > proposal-message.json
16+
17+
# quill send proposal-message.json

proposals/proposal-285.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
# Load the environment variables
4+
source "$(pwd)"/proposals/env.sh
5+
6+
export CANISTERS_PATH="$(pwd)/.dfx/ic/github"
7+
8+
quill sns make-upgrade-canister-proposal $PROPOSAL_NEURON_ID --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE --target-canister-id "2rgax-kyaaa-aaaap-anvba-cai" --wasm-path "$CANISTERS_PATH/ic_name_identity.wasm.gz" --mode upgrade --title "Upgrade ic_name_identity canister to v2.9.2" --summary "fix: fix delegator sign in" --url "https://github.com/ldclabs/ic-panda/releases/tag/v2.9.2" > proposal-message.json
9+
10+
# quill send proposal-message.json

proposals/proposal-286.sh

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#!/usr/bin/env bash
2+
3+
# Load the environment variables
4+
source "$(pwd)"/proposals/env.sh
5+
6+
quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE $PROPOSAL_NEURON_ID --proposal '(
7+
record {
8+
title = "Welcoming Luis to ICPanda DAO as a Strategic Partner";
9+
url = "https://x.com/ssskkk911";
10+
summary = "We are honored to announce that Luis (https://x.com/ssskkk911) will be joining ICPanda DAO as a strategic partner. In this role, Luis will lead efforts in strategy, operations, and marketing collaborations for ICPanda DAO.\n\n## About Luis:\n- Education: Peking University\n- Professional Experience:\n - Former employee at Ping An Fund\n - Early Bitcoin (BTC) adopter\n - Co-founder of the Ethereum Fog Foundation\n - Pioneer in blockchain innovation, leading the implementation of the world’s first blockchain mobile phone, the Candy Blockchain Mobile Phone\n\n## Token Allocation Plan:\nTo incentivize and support Luis in his work with ICPanda DAO, we propose a total allocation of **20M PANDA tokens** from the DAO treasury. The distribution will follow a milestone-based payment structure:\n1. **2M PANDA tokens**: Paid upon the approval of this proposal to confirm the partnership.\n2. **4M PANDA tokens**: Paid when the PANDA token price remains above **0.002 USD** for three consecutive days.\n3. **6M PANDA tokens**: Paid when the PANDA token price remains above **0.005 USD** for three consecutive days.\n4. **8M PANDA tokens**: Paid when the PANDA token price remains above **0.01 USD** for three consecutive days.\n\n## Current Proposal Scope:\nThis proposal seeks approval for the initial payment of **2M PANDA tokens** to confirm Luis as a strategic partner.\n\n## Token Recipient Address:\nfiecn-b6ky4-h2amr-nmcrl-ra36a-ogffr-oaf4x-aqjsq-kp7bo-nfbka-yae";
11+
action = opt variant {
12+
TransferSnsTreasuryFunds = record {
13+
from_treasury = 2 : int32;
14+
to_principal = opt principal "fiecn-b6ky4-h2amr-nmcrl-ra36a-ogffr-oaf4x-aqjsq-kp7bo-nfbka-yae";
15+
to_subaccount = null;
16+
memo = null;
17+
amount_e8s = 200_000_000_000_000 : nat64;
18+
}
19+
};
20+
}
21+
)' > proposal-message.json
22+
23+
quill send proposal-message.json

0 commit comments

Comments
 (0)