Use Cases
One of the primary goals of Othentic is to support specialized node tasks to enable AVS’s Operators to submit unique task specifications.
Node clients can retrieve information from API, run complex ML computations, analyze transactions to prevent exploits and initiate circuit breaks, run general computations for other applications, automate on-chain and off-chain workflows, relay encrypted messages, index and query databases, propagate decentralized RPC, or run verifiable computation provers.
Here's a list of potential use cases that you can build using the Othentic Stack (updating):
Keeper Network 💂♀️
Level: Medium Effort
Category: DeFi
, Infrastructure
Skillset: Backend Development,
Smart Contract Development
What
Build Keeper Network to maintain the liveliness and healthiness of DeFi protocols.
Why
Keepers play a crucial role in maintaining the health of DeFi protocols by acting as incentivized parties who take advantage of arbitrage opportunities to boost the overall health of the protocol.
How
Nodes in the network track collateralized positions, detect the Loan-to-Value ratio of a lending position, and automatically trigger liquidations when thresholds are breached.
Intent Solver 🔍
Level: High Effort
Category: DeFi,
Consumer
Skillset: Backend Development,
Smart Contract Development,
Web Scraping
,
Optimization,
AI/ML
What
Build Intent Solvers Network to execute workflows under pre-defined conditions and improve end-user experience.
Why
"Simple" txs are limited in functionalities. Intents are the next step to improving the user experience of blockchain applications.
How
This architecture can be built as an AVS using Othentic. End-users submit a policy of conditions to trigger on-chain actions based on pre-defined logic. Task Performers discover intents, analyze several routes to execute them, and propose the best one. Attestations verify whether that is the most optimal and correct route and approve the process.
Solvers that are inactive or attest malicious routes can get slashed to provide economic security to the user.
Reputation System 💾
Level: Low Effort
Category: Consumer
Skillset: Backend Development
Web Scraping
What
Decentralized reputation system for Twitter accounts and wallets.
Why
(1) Billion of dollars lost in the past years due to crypto frauds.
(2) Crypto Twitter (CT) signal-to-noise ratio is terrible. From scam links and grifters, inauthentic followers count and bots, to spurious project support.
How
Build a network with Othentic Stack, where Performers fetch user data from Twitter and on-chain interactions to develop a decentralized credibility system. The credibility score can be used to rank accounts in specific fields, spotlight malicious users, and/or distribute rewards to active community members.
Training AI/ML Models 🤖
Level: High Effort
Category: AI/ML
,
Skillset: Backend Development,
AI/ML
What
Build a privacy-preserving AI/ML training network.
Why
Training accurate AI/ML models requires a huge amount of data. Often this data is not available because the owners want to ensure privacy. For example, a new technique of training models was introduced by Google called Federated Learning.
How
Nodes in the network can train models locally without sharing their data which can then be aggregated to form a global model. This can be built on Othentic, where a network of Performers train models. Attestators validate the model accuracy increases in each epoch to ensure no malicious activity has occurred.
User-faced Liquidation Detectors 🚨
Level: Medium Effort
Category: DeFi
, Consumer
Skillset: Backend Development,
Smart Contract Development
What
Decentralized safeguard network for end-users.
Why
DeFi has unlocked unprecedented financial innovation, allowing users to borrow, lend, and trade assets in a decentralized manner. However, the backbone of these services is the ability to manage and liquidate collateralized positions to maintain system stability.
How
Build a decentralized network of nodes to monitor individual wallet health factors, exit and rebalance the user's positions before liquidation events. Performers are authorized to execute certain on-chain actions when thresholds are breached to safeguard end-users capital.
Data Availability Sampling 🧪
Level: High Effort
Category:
Skillset: Backend Development,
Computer Networking
What
Build data availability sampling (DAS) network to allow light nodes to verify availability across multiple providers without downloading all block data.
Why Light nodes can validate data without resource-intensive requirements, ensuring efficient and scalable data availability infrastructure across providers.
How Light nodes conduct multiple rounds of random sampling for small portions of block data. Task performers sample the data, which is then verified by attesters, ensuring a network of light nodes consistently checks availability.
Prediction Markets 🔮
Level: High Effort
Category: Consumer,
Infrastructure
Skillset: Backend Development,
Smart Contract Development
,
Frontend Development.
What
Build decentralized prediction market system that integrates off-chain and on-chain deterministic data, like the price of ETH at a certain point in time, a project FDV 24 hours after launch, and Amazon revenues forecast for Q4, while ensuring transparency and accuracy of data.
Why A credibly neutral network of nodes comes to a consensus on events
How Operators match and order user trades, submitting them to the underlying AVS network for execution. Simultaneously, they act as oracles, fetching and providing deterministic on-chain and off-chain data.
Access Gating Systems 🚪
Level: Low Effort
Category: Consumer,
Dev Tooling
Skillset: Backend Development
What Build a developer-first access control system.
Why To simplify the implementation of complex and nuanced access control for protocols, maintaining trustlessness and verifiability.
How Developers specify complex-attestation based conditions to gate features in their protocols. Users who have certain tokens, have made certain contributions, or are whitelisted on other protocols, can unlock special features and access. Performers monitor data sources, and once conditions are met, the user is authorized to act.
Dynamic NFTs 🎮
Level: Medium Effort
Category: Gaming
, Consumer
Skillset: Smart Contract Development
,
Backend Development
What
Build a decentralized metadata infrastructure for digital assets.
Why
NFTs are not just an artform that you can collect, there can also be utility tokens for access to special features, reflect in-game player progress, and much more. The primitive extends the use cases and implementations of web3, ranging from gaming to art, reputation, and decentralized socials.
How
Create a network for changing metadata and graphics based on on-chain or off-chain conditions. Using Othentic, modify the assets and information in an NFTs based on certain triggers monitored by the task performers.
The network efficiently evaluates and validates complex data streams from off-chain and on-chain data sources, and updates the metadata state.
Bonus: Developers can utilize an application layer and developer-friendly tools to intuitively interact with the underlying infrastructure, manage metadata, and instruct the network to mutate the state of the metadata by applying a set of pre-defined conditions to data flows.
Decentralized Points System 💯
Level: Medium Effort
Category: DeFi
, Infrastructure
Skillset: Backend Development,
Smart Contract Development
,
Web Scraping
What
A decentralized points system for rewarding user contributions in an ecosystem.
Why To fairly distribute rewards based on diverse types of contributions that are often difficult to track in a decentralized manner.
How Using the Othentic Stack, task performers gather social media, GitHub, and on-chain DeFi data to calculate an inclusive and robust point system for users.
Composable Data 💽
Level: Medium Effort
Category: Consumer,
Infrastructure
Skillset: Backend Development,
Smart Contract Development
,
Web Scraping
What Build oracles that provide secure and composable data for blockchain applications.
Why To enable smart contracts to access real-time off-chain data and update the state of on-chain assets.
How Nodes gather data from diverse off-chain sources, which is then made available to smart contracts for seamless integration.
Tokenized Assets 💹
Level:Low Effort
Category: Consumer,
DeFi
Skillset: Backend Development
What
Build a system for tokenizing traditional assets like stocks and bonds.
Why To enable users to diversify their portfolios and invest in traditional assets without barriers, ensuring a decentralized and trustless process.
How Nodes fetch price information for stocks and bonds, allowing the AVS to create tokens pegged to these assets. Users can purchase these tokens and earn profits as the underlying assets perform well.
AVS Slashing Insuarance 💼
Level: Low Effort
Category: DeFi,
Infrastructure
Skillset: Backend Development
What
Create a decentralized slashing insurance system for operators in the shared security era.
Why To avoid error-prone disputes and punish dishonest actors only.
How Operators can get insurance from an AVS built with the Othentic Stack where performers can conclude whether a slashing insurance claim must be distributed or not.
Random Number Generator 🎲
Level: Low Effort
Category: Dev Tooling
Skillset: Backend Development
What
Build a cryptographically secure random number generator.
Why Provide a trustworthy source of randomness for applications and ZK projects, ensuring fairness and security.
How Task performers generate a random number. Attestators add a random salt and sign the task to obtain a random aggregated BLS signature, which can be destroyed after use to provide cryptographic guarantees for the protocol.
Blockchain Data Indexing 📑
Level: Medium Effort
Category: Data Analysis,
Infrastructure
Skillset: Backend Development
What
Custom data indexers for accessing blockchain data easily.
Why To simplify fetching specific on-chain data and improve the developer experience by providing indexed data.
How With the Othentic Stack, task performers extract blockchain data and store it in IPFS using a custom format. Users can then query the indexed data via GraphQL.
Watcher Networks 🕵️
Level: Medium Effort
Category:
Skillset: Backend Development
Optimistic rollups depend on fraud proofs to ensure that transactions are valid on their Layer 2. With the advent of the modular movement, networks based on optimistic verification are popping up where submitting fraud proofs couldn’t be guaranteed.
Watcher networks can be built with Othentic Stack as an AVS where task performers validate L2 transactions and submit fraud proofs whenever necessary.
AI Inference 📡
Level: High Effort
Category: Consumer,
AI/ML
Skillset: Backend Development,
Cryptography,
AI/ML
Despite the benefits of AI, a significant privacy concern remains. Users need a secure and decentralized way to guarantee that AI models analyzing their data do not collect it.
Build a network of operators with Othentic Stack that can infer data in an encrypted manner using FHE or zkML to ensure data privacy.
Thread Detection Network 🚨
Level: High Effort
Category: AI/ML
, ,
Security
Skillset: Backend Development,
Computer Networking
,AI/ML
Code is never safe because of human error, especially in blockchain where the codebase is public and immutable. Preventing hacks is a problem in web3 but detecting them shouldn't be.
Using Othentic Stack, a network of hack detectors can be built to monitor transactions on the blockchain. Task performers can scan block data and run AI models to identify potential hacks and notify the users as soon as possible for swift action.
Validity Markets 📝
Level: High Effort
Category: Infrastructure
,
ZK
Skillset: Backend Development
,ZK Circuits,
Cryptography
While ZK proofs offer strong cryptographic guarantees that make verification fast and efficient, creating them can be computationally demanding and complex.
Build a prover market with Othentic Stack where users can submit requests to generate ZK proofs, and performers can use generic circuits to provide proofs. Attestators can verify these proofs and slash the performer for invalid proof generation.
Arbitrage Bots 🤑
Level: Medium Effort
Category: DeFi,
MEV
Skillset: Backend Development,
Optimization,
Networking
When the price of assets changes, it takes time for these changes to reflect on all exchanges and DeFi platforms. Within this short amount of time, users can profit by executing arbitrage opportunities.
Build a network of task performers and attestators using Othentic Stack to monitor such opportunities and execute trades to cash in profit.
Last updated