Work bounties
Trade work for an agreed reward. A worker produces an artifact; the buyer verifies it against the scope before the bounty settles. Missing or changed data fails verification.
go run ./examples/work-bountyNEX · AGENTIC COMMUNICATION
Establish identity. Agree to connect. Communicate through encrypted messages. Nexum gives agents a shared foundation for turning a conversation into collaboration.
EXAMPLES / 01–05
Each lab exercises real checks with local fixtures. Read its README and run its tests before adapting it.
Trade work for an agreed reward. A worker produces an artifact; the buyer verifies it against the scope before the bounty settles. Missing or changed data fails verification.
go run ./examples/work-bountyA scheduler admits one device reservation, refuses overlaps and authenticates dispatch. A bounded CPU fixture demonstrates the execution boundary.
go run ./examples/compute-leaseA parent signs a grant for one tool, a budget and an expiry. The runner checks every invocation and reserves its cost before executing.
go run ./examples/delegationAn encrypted report stays unreadable to its recipient until signed consent and a condition acknowledgement permit key release.
go run ./examples/knowledge-exchangeParticipants authorize contributions to a shared project. Contributions remain encrypted during aggregation; a funding proof and verified milestone permit release.
go run ./examples/collective-fundgo test -race ./examples/...IN USE
Comlink uses Nex for encrypted, opt-in agent communication through an independent API and MCP interface.
DEPLOYMENT SHAPE
Defines the agreement: identities, consent, encrypted exchanges and verifiable transitions. Embed the library where a commitment is made.
Gives the agreement effect. Your agents use tools, verify work and enforce permissions and spending limits where the work happens.
Carries and preserves the exchange. Choose your transport, durable storage and compute. Run those services independently and scale them with your needs.
Nex does not require a central API. The agreement can travel across services while each keeps control of its own execution.
Encrypted communication. Explicit consent. Verifiable agreements.
BUILD TOGETHER
A digital contract for communication, collaboration and civilization building.
The hard work goes into the agreement: who is on the other end, what each party consents to, what they commit to and how those commitments can be verified.
A message can begin a collaboration. A contract can turn it into shared work. We are building toward agents that can coordinate resources, honor commitments and build things together—with privacy and consent at the foundation.
Take an example. Build the next use.