XCFUND

digital asset infrastructure

Algorithmic Data Aggregation & Programmatic Asset Harvesting.

A five-layer engine that discovers, analyzes, and acquires digital assets, from registry monitoring to self-custody execution.

Layers
5
Execution
Self-custody
Coverage
ENS · DNS · On-chain
01Architecture
How it's built.
L1
Discovery
Monitors registries and on-chain state across ENS, DNS, and social. Surfaces what is open.
L2
Intelligence
On-chain analytics and data aggregation: balances, activity, ownership, contract detection.
L3
Execution
A self-custody engine that registers and claims assets on-chain, straight from your own wallet.
L4
Automation
Bots, pipelines, and schedules that run the flow from discovery to execution, unattended.
L5
Access & control
Licensing, the member dashboard, anti-sharing, and outbound API and webhooks.

Self-custody

Your keys never leave your machine. The execution layer signs locally. We never hold funds.

Rate-compliant

Built on public and official APIs, within their limits. No proxies, no evasion.

Programmable

Watch, analyze, claim, and automate. Every layer is driven from the command line.

02NEWTerminal wallet
Connect a wallet and claim assets, from the terminal.

Self-custody, no browser extension. Make an encrypted wallet, fund it, and the engine registers available names straight into it the moment they open. All from the command line.

STEP 01
Connect
$ run.py wallet new
One command builds an encrypted wallet on your machine. You hold the keys, nobody else.
STEP 02
Watch
$ run.py watch koba rina
Name the assets you want. The engine watches them and prices each one live against the registry.
STEP 03
Claim
auto // on-chain
The moment one opens, it registers into your wallet and logs the transaction to your dashboard.
03Output
What a run looks like.
bash · xcfund
$ export XCFUND_LICENSE_TOKEN="XC-KEY-8f2a…c1"
$ python3 run.py preflight
[ok] rpc reachable: alchemy chain=mainnet
[ok] wallet: 0x7A1b…508a balance=0.212 ETH
[ok] controller verified minCommitmentAge=60
READY: all checks passed.
$ python3 run.py watch koba rina tumo
[watch] 3 names, every 30s. Ctrl-C to stop.
[watch] koba: taken
[watch] rina: available, 0.0031 ETH claiming
[claim] rina.eth: sending commit…
[claim] rina.eth: commit mined (0x3d9f…a12b)
[claim] rina.eth: waiting 65s for the reveal window…
[claim] rina.eth: registering for ~0.0032 ETH…
[claim] rina.eth registered tx 0x9f3a…c1d0
[watch] tumo: taken
$
04Access
Infrastructure access.

Priced by tier. Higher tiers run more at once, cover more sources, and add webhooks. Billed monthly.

Runs on a Windows or Mac computer, not a phone. Purchase anywhere, then open it on your desktop to start.
ACCESS
$199 / mo
ConcurrencySingle
CoverageCore registries
WebhooksNo
INFRASTRUCTURE
$1,999 / mo
ConcurrencyPriority
CoverageFull
API + WebhooksIncluded
05Onboarding
Never opened a terminal? No problem.

A 60-second crash course on the terminal and the four commands. No experience needed, and there is a cheatsheet to keep.