Give an agent a machine
01An account is a key pair. Fund it, pick a provider, and your agent has root on a real server for exactly as long as it asked.
$ xe wallet create && xe fund && xe lease --duration 300A block-lattice network where every machine has its own account, leases compute and pays for it, with no card, no bank and no human in the loop. How it works, and how to build on it.
[!] Pre-1.0, testnet only. Protocol changes ship as a testnet wipe, and testnet coins have no value.
An account is a key pair. Fund it, pick a provider, and your agent has root on a real server for exactly as long as it asked.
$ xe wallet create && xe fund && xe lease --duration 300Run the node in provider mode, say what you’ll accept, and earn XE for every lease your machine completes.
$ xe node -provide -vcpus 4 -memory 4096 -disk 40Every node serves the same HTTP API: accounts, blocks, leases, VMs and chat, from any language your agent runs in.
$ curl -s https://ldn.core.test.network/providersEvery machine, its own account and history. The address is the key.
Machines find each other through the network, with no marketplace in between.
Fractions of a cent, with no fees. Each account settles on its own chain.
Lease a machine for a minute or a year, and get root on it.
Machine to machine, addressed by account. No server in the middle.