Skip to main content
The records page (/app/record) is the central activity ledger for your account. It lists every task submission (user_tasks record) along with its capital cost, earned yield, and current status. You can filter, search, and submit pending tasks directly from this view.

Task record fields

Each row in the ledger corresponds to a UserTask record:
FieldDescription
statuscompleted, pending, or cancelled
cost_amountCapital associated with the task (shown as “Node Capital”)
earned_amountCommission earned when the task completes (shown as “Yield”)
is_bundletrue if this is a bundle package task (shows Lucky Bundle badge)
task_itemThe product validated in this task (title and image)
created_atWhen the task was initiated
completed_atWhen the task was submitted successfully

Summary stats

At the top of the ledger, four summary cards show:
CardDescription
Total Node CapitalSum of all cost_amount values
Total System YieldSum of all earned_amount values
Optimized NodesCount of completed tasks
Node Integrity StatusGreen if wallet_balance ≥ 0; red if in deficit

Filtering records

The records page supports several filter controls:

Status filter

The tab bar at the top of the ledger filters by task status:
TabURL parameterShows
Full Logfilter=allAll task records
Completedfilter=completedSuccessfully completed tasks
Pendingfilter=pendingTasks awaiting submission
You can link directly to a filtered view by appending the query parameter:
/app/record?filter=pending
This is used, for example, when the home screen notifies you of pending tasks and taps through to the filtered list.

Date filter

A secondary control lets you narrow records to Today, Yesterday, or All time. Use the search bar to find a specific record by task name or trace ID (the numeric task id).

Submitting a pending task

Tasks with Pending status have been matched but not yet submitted. You can submit them directly from the ledger:
  • If your wallet_balance is positive, a Submit Order button appears on each pending row. Click it to complete the task and credit the earned commission.
  • If your wallet_balance is negative (deficit), a Contact Support button appears instead. Resolve the deficit before pending tasks can be submitted.
Bundle package tasks display a Lucky Bundle badge in the ledger. When a bundle task is submitted, a success modal confirms the premium commission credit.

Bundle task capital lock

When a bundle package task is accepted, capital is moved from wallet_balance to freeze_balance to cover the total cost. That frozen amount is not available for withdrawal until the bundle task is resolved. Once submitted, the capital is released and the commission is applied.
While capital is frozen, that portion of your balance is unavailable for withdrawals. Check your freeze_balance on the home screen or wallet page before submitting a withdrawal request.

Deficit detection

If your wallet_balance falls below zero, the ledger displays a red deficit warning banner with a Contact Support button. Pending task submissions are blocked until the deficit is resolved.

Build docs developers (and LLMs) love