Galadriel - the first Layer 1 for AI.
Documentation: docs.galadriel.com
Galadriel is the first L1 for AI.
Ethereum enabled writing smart contracts to build dApps. Similarly, Galadriel enables developers to build AI apps & agents like smart contracts — decentralized and on-chain. We support a range of AI usage: from simple LLM features in existing dApps to highly capable AI agents like on-chain AI hedge funds, in-game AI NPCs and AI-generated NFTs.
Galadriel makes it possible to build AI applications and agents as Solidity contracts on our high-throughput EVM-compatible layer 1 chain.
Please follow this guide to get started with Galadriel.
Example on-chain AI applications you can try already:
See more in our documentation: use cases.
To put LLM (and other) calls on-chain, we introduce an oracle. The oracle consists of an on-chain part (which you call when developing a Solidity contract) and an off-chain part (which makes the off-chain call and produces the response in a callback to your contract).
See the high-level execution flow in below, or read more about how Galadriel works in our documentation.
This repository contains the basic building blocks of Galadriel's on-chain AI:
- Quickstart contracts and scripts: see the quickstart documentation;
- Contract examples for dApps like on-chain ChatGPT, AI agents, generative-AI NFT collections;
- End-to-end examples of integrating Galadriel into your project;
- Oracle contract and back-end implementation.
If you have any questions about Galadriel, feel free to do any of the following:
- Join our Discord and ask.
- Report bugs or feature requests in GitHub issues.