Eternal AI
  • The AI layer for the new internet
  • eternals
    • What are Eternals?
    • Specification
    • Proof-of-Compute
  • The new internet, AI-powered
    • Bitcoin, AI-powered
      • Eternals on Bitcoin
      • BitAI Virtual Machine
      • Run a BitAI node
    • Ethereum, AI-powered
    • Solana, AI-powered
  • smart contracts, ai-powered
    • How to use onchain LLM
    • Onchain AI composability - AI Powered Wallet
    • Onchain AI Composability - AI Powered Gaming With Chess
  • neurons
    • What are Neurons?
    • Neuron Device
    • Virtual Neurons
      • Solo Neuron
      • Neuron as a Service
      • Pooled Neuron
  • AI CHAINS
    • What are AI chains?
    • Bittensor and existing concepts
    • Base layer: Bitcoin vs Bittensor
    • AI chains: Bitcoin L2s vs Subnets
    • Apps: Smart contracts vs APIs
  • EAI
    • Utilities
    • Tokenomics
  • fully onchain ai models
    • Architecture
    • Deploy your first fully onchain AI
      • Set up your development environment
      • Create a self-custody wallet
      • Train an AI model in Keras
      • Transform the Keras model to Eternal
      • Send, receive, and trade Eternals
    • Progress
    • Misc
      • Transforming an AI Model into an Eternal
      • Standardized data formats
      • Specification
        • Layers
        • Models
  • Decentralized Inference API
    • API
      • API Key
      • Completions
      • Chat completion
      • Create a dagent
      • Get deposit address
      • Get dagent info
      • Agent Completion
    • Onchain Models
    • Tutorials
      • Build unstoppable Eliza agents
      • Build unstoppable Rig agents
      • Build unstoppable ZerePy agents
      • Decentralized ChatGPT
      • Don't Trust, Verify
      • Adjust your dagent personality
      • Launch on Twitter
      • Chain of thought
      • Build a dagent as a service with EternalAI API
    • Open Source
      • Architecture
      • Installation
Powered by GitBook
On this page
  • Create a wallet
  • Add funds to your wallet
  1. fully onchain ai models
  2. Deploy your first fully onchain AI

Create a self-custody wallet

PreviousSet up your development environmentNextTrain an AI model in Keras

Last updated 10 months ago

To interact with the Eternal AI blockchain, you need a self-custody wallet. More than just a login, it gives you full control over your Eternals. You can use the wallet to hold, send, and receive Eternals permissionlessly.

Create a wallet

To create a wallet, run:

eai wallet create

or you can restore an existing wallet:

eai wallet import -p <PRIVATE_KEY> --network "mainnet"

Note:

  • The -p parameter means private key, and it is required. If you don't provide a private key, the system will throw an error.

  • The --network parameter means the network you want to use, and it is optional. If you don't provide a network, the system will use the testnet network as default.

To see all available wallet options, you can run:

eai wallet --help

Add funds to your wallet

After creating a wallet, you will need some , the native cryptocurrency of the Eternal AI network, to cover the network fees for deploying your first Eternal.

It is free and fast to get some testnet EAI from the for development. On the testnet, you can simulate using all of Eternal AI's features without using real money. Once you are ready to deploy on the mainnet, buy some EAI on .

Get a new deposit address and send it some EAI.

eai wallet deposit

You can see pending transactions with:

eai wallet transactions

Once the transaction is confirmed, you should be able to see the updated balance with:

eai wallet balance
EAI
Eternal AI Faucet
Uniswap