Welcome

NAREON AI NPC WEB3

Welcome to the NAREON documentation! This GitBook covers how to:

  • Install the NAREON AI + Web3 SDK for Unity

  • Configure AI endpoints (OpenAI, Anthropic, Llama)

  • Manage ERC20 tokens & ERC721 NFTs with Nethereum

  • Build AI-driven NPCs that can dynamically generate dialogue

  • Reward players with blockchain tokens or NFTs


Why NAREON?

  1. AI Integration:

    • Connect seamlessly with Deepseek, OpenAI, Anthropic (Claude), or a local Llama endpoint.

    • Generate contextual dialogues and dynamic NPC behaviors using powerful Large Language Models (LLMs).

    • Customize personalities, moods, and conversation flows with ScriptableObjects.

  2. Web3 Integration:

    • Transfer ERC20 tokens or mint ERC721 NFTs in-game via Nethereum.

    • Reward players for completing quests, defeating bosses, or building rapport with AI-driven NPCs.

    • Manage multi-token configurations and triggers to automate distribution of items, currency, or unique digital collectibles.

  3. Unity-Friendly:

    • Built around MonoBehaviours, ScriptableObjects, and well-structured runtime code.

    • Easy to integrate with existing scenes, UI systems, and custom gameplay loops.

    • Comprehensive GitBook and sample scripts to get you started fast.

  4. Developer Flexibility:

    • Keep it simple—just drop in your keys and let NAREON handle AI prompts + Web3 calls.

    • Or go advanced—extend our base classes to build personality-driven behavior trees, dynamic mood transitions, or specialized NFT mint functions.

    • Code-based or environment-variable-based configuration for sensitive provider URLs (e.g. Infura, Alchemy).

What Makes NAREON Special?

  1. Next-Level Immersion:

    • Traditional NPCs rely on scripted lines. NAREON’s LLM integration unlocks unlimited dialogue variations, shaped by personality traits and emotional states.

    • Players can enjoy rich, reactive conversations where NPCs remember past interactions, express unique viewpoints, and adapt their tone over time.

  2. Blockchain-Enabled Gameplay:

    • Tie on-chain rewards directly to narrative events or social interactions.

    • Let players earn tokens or mint NFTs for forging alliances, completing difficult tasks, or discovering hidden lore.

    • Merge Web3 features seamlessly without rewriting your entire project.

  3. Scalable & Modular:

    • NAREON works with any network endpoint or custom AI model—OpenAI, Anthropic, local Llama, or your own fine-tuned foundation model.

    • The multi-token system supports ERC20 for in-game currencies and ERC721 (or ERC1155) for unique items or achievements.

    • Use triggers (e.g., "OnQuestComplete", "OnNPCDialogueEnd") to automate distribution or minting in code—no fuss.

Who Is It For?

  • Game Developers looking to wow players with truly interactive NPC dialogues and an on-chain reward economy.

  • Narrative Designers seeking to elevate storytelling with personalities that respond dynamically to player actions.

  • Blockchain Enthusiasts who want to merge NFT collectibles or token-based systems with immersive 3D or 2D experiences.

  • Anyone who wants to push the boundaries of what’s possible with AI characters and decentralized incentives.

Getting Started

If you’re new, head to Installation for instructions on importing the NAREON SDK into Unity, installing Nethereum, and setting environment variables for your Web3 provider.

If you’ve already set up or you want to see some practical usage, jump straight to:

  • Configuration: Customize your AI keys, define ERC20/721 tokens, and more.

  • AI NPC Usage: Create personality-driven NPCs with advanced dialogue features.

  • Basic Web3: Learn the fundamentals of token transfers and NFT minting.

  • Web3 Trigger: Automate token or NFT distribution based on custom triggers.

  • FAQ: Find answers to common questions and troubleshooting tips.

About the Project

Visit NAREON’s website to learn more about our vision for AI + Web3 synergy, explore roadmaps, or contact the community. Whether you’re building a small proof-of-concept or a large-scale MMO, NAREON aims to empower your creativity with cutting-edge technology—without sacrificing developer-friendly workflows.


Happy building, and welcome to the future of AI-driven, blockchain-enhanced game experiences!

Documentation Contents

Last updated