Skip to content

Commit 1302d68

Browse files
committed
chore: add scenario report
1 parent d6ac2f7 commit 1302d68

8 files changed

+112
-0
lines changed

scenario/README.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
# Scenarios covered under the scope of CIP 1694
2+
3+
## Proposal Creation
4+
5+
Agents are able to create different proposals and tirgger Governance actions mentioned in the [CIP 1694 ](https://www.1694.io/en). Proposals can be created manually or be configured to be created by the agent periodically.
6+
7+
8+
- **Info Action Proposal** : An action that has no effect on-chain, other than an on-chain record.
9+
10+
- **Motion of No Confidence** : A motion to create a state of no-confidence in the current constitutional committee.
11+
12+
- **New Constitution** : A modification to the Constitution or Guardrails Script, recorded as on-chain hashes
13+
14+
- **Tresaury Withdrawal** : Withdrawas from the Tresaury
15+
16+
- **Update Committee** : Changes to the members of the constitutional committee and/or to its signature threshold and/or terms
17+
18+
19+
## Voting on Proposal
20+
21+
Agents have the ability to participate in various governance actions through voting. They can be configured to vote either based on event occurrences or through direct voting.
22+
23+
- **Event based Proposal voting** : Agents are able to detect new proposals that are created on the network while they are active and autonomously vote on them.
24+
25+
- **Direct Proposal voting** : Agents are also able to directly vote on existing proposals.
26+
27+
<br></br>
28+
29+
# Scenario Testing and Evidence
30+
31+
Tests were executed at [agents.cardanoapi.io](https://agents.cardanoapi.io) on SanchoNet.
32+
33+
## Info Action Proposal Creation
34+
35+
36+
<img src="./assets/InfoActionCreation.gif?raw=true" width="800" height="400" />
37+
38+
**Governance Action ID** : 8dea16c7e047e4a6de60ac928f33ac36ef9755e38d66a6c7f7870ad8b271bda8#0
39+
40+
**Epoch** : 524
41+
42+
## Update Committee Proposal Creation
43+
44+
<img src="./assets/UpdateCommittee.gif?raw=true" width="800" height="400" />
45+
46+
**Gocernance Action ID** :
47+
770354b2132cf55f9d7fdede0be186a5f90ccc8238fb2a061a86177b848ea81e
48+
49+
**Epoch** : 525
50+
51+
52+
## New Constitution Proposal Creation
53+
54+
<img src="./assets/NewConstitution.gif?raw=true" width="800" height="400" />
55+
56+
**Governance Action ID** :
57+
64397d882477f795cf209b516685e30d52ee1336654198b1e7e963d3da099520#0
58+
59+
**Epoch** : 525
60+
61+
## Tresury Withdrawal Proposal Creation
62+
63+
<img src="./assets/TresuryWithdrawal.gif?raw=true" width="800" height="400" />
64+
65+
**Governance Action ID**: 8accd7d79ed6e4f98bc538c2aea8998c0cb03255b23bb5af408d7c3201dc9b44#0
66+
67+
**Epoch** : 525
68+
69+
## Multiple Agents Voting Directly
70+
71+
72+
<img src="./assets/MultipleAgentsVoting.gif?raw=true" width="800" height="400" />
73+
74+
**Transaction Hash**
75+
- 626b64310f0976f4de2fd0bd85ebe481019c6d67d2b83a8d8bebe814c72f2723
76+
- 8c38a0f4625c30ef556d5f1aa3c40a3ba25ba8b26285e2a6fb02a22cd66f6652
77+
- 36eb0f174fb0f58a567bb403d4a365617c7abc3666a480711ac1c47d204eed7e
78+
- 3a383fe969e2210ee843d4f863ec53037e53741a6dc3523c4ffd5074d4a7d357
79+
- 8318450e2bee736c73f0c790b8bf175301ab93745b35be1e988d6f051ac5f100
80+
81+
82+
## Event Based Agents Voting Autonomously
83+
84+
<img src="./assets/EventBasedVoting.gif?raw=true" width="800" height="400" />
85+
86+
**Governance Action ID** :
87+
a5ea393f80a88320e457a1e4f5c8ffb4e198efe9ae798458fc13011f222f3a0c#0
88+
89+
**Transaction Hash**
90+
- 976b6de916ecaa6294c8d0876e39f4df30781813bed92952e03fea340eb8ec26
91+
- fc5924655c91c8c0e3468128b5af702f6c83745591ad14d518d3fcee5856d790
92+
93+
## Multiple Agents Delegating to a DRep
94+
95+
<img src="./assets/MultipleAgentsDelegation.gif?raw=true" width="800" height="400" />
96+
97+
**DRep ID** :
98+
766fea13963a6c27a98d4c48221548cc3e2d10ad7c085c5fb9936dfa
99+
100+
**Transaction Hash** :
101+
- 6970a725bc883ce08beb0240507b6886c60185cbb4ea3627362f62492404a5ed
102+
- 4f4a5130c7285d3585345c5b1f89a6e184889039908b85a6ca5fd714f86ed34b
103+
- dfc3262b717f7bec91cdea749599e31d8250a4552f0887bc9ab85b6d8c19c7f9
104+
- dfc3262b717f7bec91cdea749599e31d8250a4552f0887bc9ab85b6d8c19c7f9
105+
- c2604bccf2b35bbc172bfacf694b7a8b709188d8b427ad198c209f82c4c374ab
106+
107+
<br></br>
108+
109+
# Additional Features
110+
- Ada Transfer
111+
- Drep Register / DeRegister
112+
- Stake Register / DeRegister

scenario/assets/EventBasedVoting.gif

3.05 MB
Loading
1.4 MB
Loading
3.33 MB
Loading
5.38 MB
Loading

scenario/assets/NewConstitution.gif

1.61 MB
Loading

scenario/assets/TresuryWithdrawal.gif

1.49 MB
Loading

scenario/assets/UpdateCommittee.gif

3.01 MB
Loading

0 commit comments

Comments
 (0)