Created at 11pm, Jan 9
xXbEwwdUCrypto
1
Messari 2024 Crypto Theses
tpliZHUwWnn53HC0kikbdU58R_XADD-kCdjVhgcZ60w
File Type
PDF
Entry Count
464
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Messari 2024 Detailed Research, Crypto Theses

Im oversimplifying this, perhaps, but only slightly. The ethos of the community is largely in line with some combination of Erik Voorhees Permissionless call to action and Bill Gurleys All-In Summit takedown of the regulatory state. You must take 30 minutes to watch both of these talks over the holidays if you havent already, as they get to the essence of many of the industrys early builders ethos.
id: c4ec76525ff40c184b6b7f63a1d763a0 - page: 94
Voorhees, one of the bona fide libertarian OGs of crypto, discussed the peaceful rebellion of building permissionless systems that replace the rule of law (ineffective and arbitrarily applied) with the rule of math (consistent and precise). Gurley, a legendary venture capitalist, discussed regulatory capture and explained how incumbent corporate interests influence policy and regulation to provably benefit themselves at the expense of citizens. He ends with a line that evoked a standing ovation: The reason Silicon Valley has been so successful is because its so f*cking far away from Washington DC. Theres just one problem: this presents a false choice.
id: a6f402cdb2f911a1e0349ea52dc53c13 - page: 94
Given the reputational setbacks we have suffered this past year, some degree of political [ring]kissing is necessary to survive and advance. We cant realistically walk away from all engagement in DC when many leaders are ready to legislate punitively on our industry. The choice to opt out entirely from these conversations with an aging, technically challenged gerontocracy at the helm of our nations institutions would be suicidal, even if participation in the discussions themselves is stultifying. We are not only up against the big, incumbent banks in our policy fights, but the incumbent regulatory state itself. And regulators f*cking LOVE intermediaries. Policymakers believe that banks, exchanges, and other centralized financial services providers help the state with tax compliance, suspicious transaction monitoring, consumer protection, etc. These entities can be held accountable to achieve specific public policy 94
id: 24d1bf3980fec90004c373df9f6870bf - page: 94
Of course, the degree to which they are actually helpful, or to which such policy directives are cost-effective, does not change the faith that policymakers have in institutions as useful appendages of the state. Permissionless systems are a threat to the entire regulatory state because they are by definition intermediary-less. Regulators lose information, they lose control, and they arguably lose their need to exist if they cant identify the responsible parties that help maintain these systems.
id: 205c9f7019b66e024a288399910fbeec - page: 95
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "tpliZHUwWnn53HC0kikbdU58R_XADD-kCdjVhgcZ60w", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "tpliZHUwWnn53HC0kikbdU58R_XADD-kCdjVhgcZ60w", "level": 2}'