Home

generating ai art

You write a sentence. The chain does the rest.

Type a prompt, approve a small payment, and a unique image is generated and tied to your wallet. Here is exactly what happens at each step: the plain version and what runs on-chain.

tx trace · prompt → owned image
00 · input
Promptyou describe it
01 · pay
10 NEAwallet pays
02 · check
Verifypayment confirmed
03 · render
ImageAI renders it
04 · own
Yoursheld by wallet

Each step, in detail

The plain explanation on top, what actually runs underneath.

01

Write your prompt

Type what you want to see: a subject, a style, a mood. Then press Generate.

runs

Nothing is created yet. The app builds a payment request first, because the network has to confirm you paid before anything is rendered.

02

Your wallet pays 10 NEA

A prompt from your wallet asks you to approve the payment. You confirm with one tap.

runs

Two calls fire: an approve (you let the contract take 10 NEA), then generate(), which moves the NEA and logs a payment event. That produces a transaction hash: your receipt.

03

The payment is verified

NewEra checks the payment really happened, so no one can generate for free.

runs

The server reads your transaction from the chain and confirms four things: it succeeded, hit the right contract, was exactly 10 NEA, and came from your wallet. The same receipt can't be used twice.

04

The AI renders your image

With payment confirmed, your prompt becomes a new image, usually within seconds.

runs

The verified prompt is sent to the image model. The result is stored with your prompt and the payment receipt kept alongside it for provenance.

05

You own it

The image lands in your gallery. Keep it, download it, or list it for sale.

runs

It's recorded with your wallet address as owner. Since the whole path (pay, verify, create) is logged, your claim is backed by a transaction anyone can look up.

The words you'll see

New to this? Here's the plain meaning of each term.

NEA
The platform's token. You spend it to generate (10 per image) and earn it by selling your work. It's the in-app currency, and it lives on the blockchain.
Wallet
Your login and your vault in one. It holds your NEA and your images and proves who you are, with no email or password.
On-chain
Recorded on the blockchain: a public, permanent log. Anyone can check it, and no one can quietly edit or delete it.
Gas fee
A small network fee, paid in BNB, on every transaction. It's separate from the 10 NEA. You'll need a small amount of BNB for gas.

Why run it on-chain at all?

You own itThe image is tied to your wallet and backed by an on-chain payment, so no platform can quietly take it from you.
It's checkableEvery payment is a real transaction. You, or anyone, can look it up and verify it.
No middlemanWhen you sell, the earnings settle straight to your wallet.