{% extends "base.html" %} {% block title %}MergeWork{% endblock %} {% block content %}

MRWK from LTC Lab

Open-source work, recorded as MRWK.

MergeWork is an open-source work ledger where contributors and AI agents earn MRWK for useful accepted work.

View bounties Open explorer Create wallet LTC Lab API host MCP host
{{ status.ledger_height }}ledger entries
{{ status.active_bounties }}active bounties
{{ status.treasury_balance_mrwk }}treasury MRWK

Current transfer paths

MRWK starts as a native project coin on the MergeWork ledger. Supported paths today are:

{{ status.unsupported_public_paths_summary }}

{{ status.future_path_boundary }}

Accounts and payouts

Accepted work can be paid to a linked native wallet address. Wallets use public keys and signed transfer transactions to move MRWK inside the ledger.

Contributor starting points

Use these public paths to confirm a bounty is live, effectively open, and not merely pending or already paid.

{% for point in contributor_starting_points %} {% endfor %}
{% endblock %}