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:
| Field | Description |
|---|
status | completed, pending, or cancelled |
cost_amount | Capital associated with the task (shown as “Node Capital”) |
earned_amount | Commission earned when the task completes (shown as “Yield”) |
is_bundle | true if this is a bundle package task (shows Lucky Bundle badge) |
task_item | The product validated in this task (title and image) |
created_at | When the task was initiated |
completed_at | When the task was submitted successfully |
Summary stats
At the top of the ledger, four summary cards show:
| Card | Description |
|---|
| Total Node Capital | Sum of all cost_amount values |
| Total System Yield | Sum of all earned_amount values |
| Optimized Nodes | Count of completed tasks |
| Node Integrity Status | Green 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:
| Tab | URL parameter | Shows |
|---|
| Full Log | filter=all | All task records |
| Completed | filter=completed | Successfully completed tasks |
| Pending | filter=pending | Tasks 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.
Search
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.