- For systems that generate NFT's of work to be done
- For systems that find the best humans ( and systems ) to complete tasks
- For humans ( and systems ) to complete work
Simply speaking it creates an open, free, indexible database of all human work to create huge new opportunities for humanity to live more human lives.
-> interoperability interface between different project management tools
-> a global database for gig work that anyone can curate over to create ∞ vertical job marketplaces
-> Human in hte loop crypto systems should not have to one by one try to onboard humans. -> You can rebuild things like kleros with this building block and start sourcing from a global pool of labor -> incentive models built on top via "modules" similar to Lens Protocol & Decentralized ID + attestations
-> Smart contracts being able to initiate tasks for humans opens a lot of doors for decentralized applications
Interested in helping build this protocol? Reach out to carllipppert.eth
https://twitter.com/carllippert
https://latecheckout.substack.com/p/a-day-in-the-life-of-a-crypto-fueled?s=r
https://otherinter.net/research/positive-sum-worlds/
https://station.mirror.xyz/NDGEJB_SUCUVr9ixDwby4D0p_hhwVK3IF0jlixI9B1w
https://gov.gitcoin.co/t/the-internet-of-jobs-is-here/9340
https://mirror.xyz/reneedaos.eth/0N5qpv-lUFHpcddgTF9N0rKu0DSZ27kJq7MFC_u1RiQ
https://jacob.energy/hyperstructures.html
https://shift.beehiiv.com/p/layer3-future-work-web3
https://medium.com/1kxnetwork/unbundling-the-unit-economics-of-venture-capital-via-daos-9fbda3e8113b
https://future.a16z.com/reputation-based-systems
- Implement privacy for metadata via Litprotocol or other
- Much of work is not meant to be public, and has negative value being so
- Think of each job being a sealed envelope
- Zero Knowledge Claims
- Whitelisting via merkle trees is insufficient for determinging who is allowed or disallowed to do, or see, work to be done.
- Aggregate identites via NFT's and other attestations need to be able to be proved off chain and in the future without requireing updating and generating what could become ultra large Merkle Trees of millions of addresses
- Hooks implementation for the creation for main contract functions for composability of higher orders sytems
- Allow creation of systems for determining that work was done, and the yik-yak of back and forth that exists in this realm
- Allow creation of Dutch Auction etc type incentives for payment for time sensitive work like uber for x, customer support, emergency services, etc
- ERC20 Support
- Need to allow payment in any coin, and meta transactions interfaces to allow, scholorship, subsidy etc by higher order systems
- Shopify for labor marketplace
- a mock, live implementation of what building a crypto native vertical labor marketplace would look like by indexing, and filtering, specific work types over the graph
DAO's where work transparency is a value creator not destroyer.
Service DAO's and inter DAO workflows to test if this idea is batshit or what narrative / technology improvements are needed for success.
Demo Stack:
forge init contracts --no-git --vscode may need to fuck with remappings.txt
-
Start Local Blockchain @ /contracts anvil --host 0.0.0.0
-
Deploy contracts @ /contracts make all
-
Start Local Graph Node @/local_graph_node/docker docker-compose up mas detalle: https://thegraph.academy/developers/local-development/
-
Deploy Local Subgraph yarn && yarn codegen && yarn create-local && yarn deploy-local
-
Start Next yarn dev
graphiql? echo NEXT_APP_GRAPHQL=http://localhost:8000/subgraphs/name/<GITHUB_USERNAME>/<SUBGRAPH_NAME>' > .env