Mediate is an onchain agentic mediation protocol. Using public and private data, Mediate delivers transparent, impartial outcomes via privacy preserving AI, with trustless settlement on blockchain rails.
Prize Pool
Mediate uses blockchain-enabled AI agents to determine outcomes of user defined issues, distributing funds in a privacy-preserving, fair manner having reasoned through all evidence.
Examples include DAO fund distribution, contract disputes, smart escrow, anonymous negotiation and compensation resolution.
You're an L1 looking to fairly allocate grant funding across a number of protocols who wish to keep their innovative ideas secret? Mediate can privately parse proposals, research their relevance online and reason about the fairest division of grant funds.
Need to facilitate private contract negotiations where parties can specify their minimum acceptable terms without revealing them publicly? Our AI mediator finds optimal agreements while keeping party positions completely confidential.
Or perhaps you simply want to have a friendly bet and have Mediate determine the fair outcome.
An example flow:-
Mediate uses AgentKit for an onchain agent, customised with access to Deep Reasoning Models to determine outcomes. Nillion secret vault to store private data, with Venice AI used as a privacy preserving inference protocol.
Built on top of NextJS using the following frameworks:-
The biggest problems to solve were 1) persisting private data and agent wallet keys and 2) giving the agent access to more advanced deep reasoning models.
Nillion provided an awesome way to store the data privately. Really simple to get up and running fast with the wrapper and sharded data for privacy. Particularly important when storing private keys and confidential proposal data.
AgentKit provided a great way to speedrun agent development, particularly with the integration with langchain, that really helped me to build out the custom tooling needed.
Chain wise, using Base Sepolia with Smart Wallet meant user test transactions can be sponsored, this is a nice quality of life hack.
It will be deployed on Base shortly once models are fine tuned and security improvements made.