This repository was archived by the owner on Oct 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesignDoc.txt
More file actions
41 lines (20 loc) · 1.24 KB
/
Copy pathDesignDoc.txt
File metadata and controls
41 lines (20 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// =================== CS251 DEX Project =================== //
// Design Document //
// Names //
// ========================================================= //
# TODO: Remove this line and add your group names above
1. Explain why adding and removing liquidity to your exchange does not change the exchange rate.
# TODO: answer question 1 here
2. Explain your scheme for rewarding liquidity providers and justify the design decisions you made. How does it satisfy the liquidity rewards requirements outlined in Section 7?
# TODO: answer question 2 here
3. Describe at least one method you used to minimize your exchange contract's gas usage. Why was this method effective?
# TODO: answer question 3 here
4. Optional Feedback:
4a. How much time did you spend on the assignment?
# TODO: answer question 4(a) here
4b. What is one thing that would have been useful to know before starting the assignment?
# TODO: answer question 4(b) here
4c. If you could change one with about this assignment, what would you change?
# TODO: answer question 4(c) here
4d. Please feel free to include any other feedback you may have below.
# TODO: answer question 4(d) here