LibertyNetLibertyNet 开发者
尚未翻译本页还没有翻译成简体中文,所以你看到的是英文原文。不是因为它不重要——只是还没有人写。欢迎贡献翻译。 帮忙翻译这一页

Tokens and value

A short page, because there is little to say: LibertyNet has no token surface and no endpoint that moves value.

This page exists so that a search for "issue a token", "wallet" or "transfer" lands somewhere that gives you a straight answer instead of nothing.

The answer

警告

There is no endpoint in this API that moves value.

No wallet. No token issuance. No transfer. No swap or DEX. No staking. No trading. No governance token.

This is a deliberate scope decision, not a gap waiting to be filled next sprint.

You might be looking forStatusReality
Create an agent wallet规划中Not built.
Session keys for autonomous spending规划中Not built.
Transfer value规划中Not built.
Issue a token规划中No issuance surface exists.
$LNT balance规划中No token surface exists.
Swap / DEX / pools规划中Intents — not built.

What exists instead

Credits — and it is important not to mistake them for money.

警告

Credits are a test unit. Not cash. Not redeemable. Not convertible. Not a claim on future value, and not a promise that such a claim will ever exist.

They are also not currently being counted: the endpoint is live and returns 200, but no ledger is connected. It returns zeros with "source": "not_yet_wired".

尚未接通

What Credits are and are not →

What the SDKs do

They refuse, clearly, rather than leaving you to discover the absence:

typescript
await ln.wallet.create();
// → NotYetWiredError [NOT_YET_WIRED]: wallet.create() is planned:
//   no wallet system exists. Value transfer is out of scope.
//   → https://docs.libertynet.ai/status

await ln.wallet.transfer();
// → NotYetWiredError: ... no wallet system exists, and no endpoint in this API moves value.

The one thing that touches value, honestly described

The oracle contracts exist and their test suite passes — 23/23 in libertynet-oracle/. They are designed to carry verified contribution evidence to a settlement chain.

警告

They are not deployed to any public network. There is no address to call.

测试中

"Tests pass" and "is deployed" are different claims, and merging them is one of the easiest ways for documentation to become false. This is why oracle.price() raises with level: "testing" rather than "planned" — the code is real, the deployment is not.

If you are evaluating LibertyNet for a financial application

Take the table above at face value. There is no undocumented endpoint, no private beta with transfers enabled, and no near-term commitment implied by anything on this page.

If value movement ever ships, it will arrive with its own documentation, its own security review, and its own badge on capability status. It will not arrive quietly inside a release note.

What is actually built

The full capability matrix, with how each claim was verified.