Ritual Foundation
Official@ritual-foundation
The Ritual Foundation is dedicated to the development, growth, and decentralization of the Ritual Chain and its ecosystem.
Agent Skills by Ritual Foundation
Showing 32 vetted skills indexed across 1 GitHub repositories.
ritual-dapp-deploy
Deploy Ritual contracts and configure chain parameters for Foundry and Hardhat workflows.
ritual-dapp-ed25519
Verify Ed25519 signatures on-chain using Ritual's precompile.
ritual-dapp-contracts
Maps Ritual precompile addresses and system contracts for Solidity integration.
ritual-dapp-http
Fetch external HTTP data via the Ritual HTTP precompile with GET and POST requests.
ritual-dapp-scheduler
Automate time-delayed and recurring on-chain actions for Ritual dApps.
ritual-dapp-agents
Deploy deterministic on-chain AI agents via Ritual Chain factories with DKMS identity.
ritual-meta-non-interactive-bias
Enforce a search-before-asking policy with turn-based budget tracking.
ritual-dapp-testing
Provide Foundry and Viem test patterns for Ritual dApp contracts.
ritual-dapp-design
Standardize React/Next.js Ritual Chain frontend design with dark-mode-first Tailwind tokens.
ritual-meta-inspiration
Generate dApp ideas by mapping live blockchain and AI trends to Ritual precompiles.
ritual-meta-human-in-loop
Prompt users mid-session when architectural forks require human decisions.
ritual-dapp-x402
Enable pay-per-call API access via Ritual's HTTP precompile with TEE-encrypted credentials.
ritual-meta-circuit-breaker
Detect agent trajectory divergence and trigger circuit-breaker actions.
ritual-dapp-overview
Orient dApp developers to Ritual Chain architecture and async lifecycle patterns.
ritual-dapp-block-time
Estimate blockchain block times for Ritual dApp TTL and scheduling.
ritual-dapp-da
Describe data availability storage patterns for Ritual dApps using StorageRef pointers and encryptedSecrets.
ritual-meta-bootstrap
Activate 10 behavioral protocols governing agent operations on Ritual Chain.
ritual-dapp-frontend
Structure async transaction state and event handling for Ritual React/Next.js frontends.
ritual-dapp-onnx
Call the ONNX precompile from smart contracts for deterministic on-chain ML inference.
ritual-meta-verification
Validate Ritual skills with deterministic static, compile, and simulate checks.
ritual-dapp-secrets
Encrypt and manage secrets for Ritual dApps using ECIES.
ritual-dapp-precompiles
Encode and decode Ritual precompile payloads using ABI reference layouts.
ritual-meta-elicitation
Generate contextual questions to clarify Ritual dApp architectural decisions.
ritual-dapp-backend
Build Ritual dApp backends managing async precompiles, job state, and event indexing.
Frequently Asked Questions About Ritual Foundation
FAQPage SchemaWhat specific tasks can developers perform using Ritual Chain precompiles?βΌ
Developers can execute on-chain machine learning inference, verify Ed25519 signatures, fetch external HTTP data, and manage encrypted secrets. These precompiles enable complex, asynchronous operations directly within smart contracts, allowing for deterministic model execution and secure data handling without relying on centralized off-chain infrastructure.
Which technical personas are the primary users of the Ritual ecosystem?βΌ
The ecosystem targets blockchain engineers and decentralized application developers building on the Ritual Chain. It is designed for those requiring secure, verifiable computation, on-chain inference capabilities, and robust state management for complex, long-running asynchronous transaction lifecycles.
What are the core prerequisites for integrating Ritual into a dApp?βΌ
Integration requires familiarity with Solidity for contract interaction, Foundry or Hardhat for deployment, and React/Next.js for frontend state management. Developers must also understand Ritual's specific ABI reference layouts and async lifecycle patterns to correctly interface with system precompiles and TEE-verified environments.