Payments Guide
This guide explains how payments work in Autonomi, particularly for put operations that store data on the network.
Overview
When storing data on the Autonomi network, you need to pay for the storage space. Payments are made using an ERC-20 token through a smart contract system. There are two ways to handle payments:
Direct payment using an EVM wallet
Pre-paid operations using a receipt
Payment Options
Directly Using an EVM Wallet
The simplest way to pay for put operations is to use an EVM wallet:
Using a Receipt
Work in progress..
Testing Payments
When testing your application, you can use the local development environment which provides a test EVM network with a pre-funded wallet. See the Local Network Setup Guide for details.
Last updated