forked from bankless-academy/bankless-academy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhitelabel-keywords.json
106 lines (106 loc) · 4.31 KB
/
whitelabel-keywords.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"adaptable organization": {
"keyword": "adaptable organization",
"keyword_plural": "adaptable organizations",
"definition": "The ability to adjust business processes to achieve organizational goals and objectives."
},
"agile": {
"keyword": "agile",
"keyword_plural": "agiles",
"definition": "A project management approach based on delivering requirements iteratively and incrementally throughout the life cycle."
},
"aligning": {
"keyword": "aligning",
"keyword_plural": "alignings",
"definition": "Developing a common understanding among the key stakeholders of the purpose and goals of the project and the means and methods of accomplishing those goals."
},
"bdip": {
"keyword": "bDIP",
"keyword_plural": "bDIPs",
"definition": "BanklessDAO Improvement Proposal"
},
"blockchain": {
"keyword": "blockchain",
"keyword_plural": "blockchains",
"definition": "A shared, unchangeable database, or ledger, of recorded transactions."
},
"bottlenecks": {
"keyword": "bottlenecks",
"keyword_plural": "bottleneckss",
"definition": "A bottleneck is any point of congestion in a project that causes delays in the workflow."
},
"bounties": {
"keyword": "bounties",
"keyword_plural": "bountiess",
"definition": "A reward given for completing tasks, mostly in the form of tokens."
},
"central authority": {
"keyword": "central authority",
"keyword_plural": "central authoritys",
"definition": "An agency or organization that is designated to play a key facilitating role in the implementation and operation of an international treaty in public and private international law."
},
"collaborate": {
"keyword": "collaborate",
"keyword_plural": "collaborates",
"definition": "A method by which teams and team leaders plan, coordinate, control and monitor the project they are working on."
},
"cryptoeconomics": {
"keyword": "cryptoeconomics",
"keyword_plural": "cryptoeconomicss",
"definition": "An evolving economic paradigm for a cross-disciplinary approach to the study of digital economies and decentralized finance."
},
"decentralization": {
"keyword": "Decentralization",
"keyword_plural": "Decentralizations",
"definition": "One of the key differences is that a DAO is decentralized, meaning that there is no central authority or hierarchy. Project managers in DAOs have to work in a more decentralized and collaborative way, relying on the input and participation of token holders to drive the project forward."
},
"decentralized autonomous organizations": {
"keyword": "Decentralized Autonomous Organizations",
"keyword_plural": "Decentralized Autonomous Organizationss",
"definition": "A community-led entity with no central authority."
},
"defi": {
"keyword": "DeFi",
"keyword_plural": "DeFis",
"definition": "An abbreviation for decentralized finance."
},
"engagement": {
"keyword": "engagement",
"keyword_plural": "engagements",
"definition": "To be present."
},
"inclusion": {
"keyword": "inclusion",
"keyword_plural": "inclusions",
"definition": "The action or state of including or of being included within a group or structure"
},
"onchain": {
"keyword": "onchain",
"keyword_plural": "onchains",
"definition": "Transactions are transactions that occur on a blockchain that are reflected on the distributed, public ledger."
},
"protocols": {
"keyword": "protocols",
"keyword_plural": "protocolss",
"definition": "Are codes, procedures, and rules which govern the systems utilized in DeFi"
},
"tokenomics": {
"keyword": "tokenomics",
"keyword_plural": "tokenomicss",
"definition": "The study of parameters that determine the characteristics of cryptocurrencies (crypto) or cryptographic tokens to create economic value."
},
"validating": {
"keyword": "validating",
"keyword_plural": "validatings",
"definition": "engagement"
},
"wallet": {
"keyword": "wallet",
"keyword_plural": "wallets",
"definition": "A wallet is an application or device used to send and receive crypto assets on the blockchain."
},
"undefined": {
"keyword_plural": "undefineds",
"definition": "A short development phase within a larger project defined by available time (‘timeboxes’) and resources."
}
}