{% include 'header.html' %} {% from 'style.html' import page_back_svg, page_forwards_svg, filter_clear_svg, filter_apply_svg, input_arrow_down_svg, arrow_right_svg, input_time_svg %} {% from 'macros.html' import page_header %} {{ page_header('Automated Market Maker', 'Automatically create offers and bids based on your configuration.', dark_bg='dark:bg-gray-500') }}
{% include 'inc_messages.html' %}
{% if debug_ui_mode %} {% endif %}
    {% if debug_ui_mode %} {% endif %}
Name
Swap
Amount & Min
Rate & Receive
Settings
Status
Actions
Loading offers data...
{% if debug_ui_mode %} {% endif %}

Control

{{ current_status|capitalize }}
{% if debug_ui_mode %}
{% else %} {% endif %}
Automatically start AMM when BasicSwap starts
{% if debug_ui_mode %}
{% endif %}
{% if debug_ui_mode %}

Process Management

Use "Check Processes" to see running AMM processes. Use "Kill Orphans" to clean up duplicate processes. Use "Force Start" to automatically clean up and start fresh.

{% endif %}
{% if debug_ui_mode %}

Files

AMM Directory: {{ amm_dir }}

Config File: {{ config_path }} {% if config_exists %} Exists {% else %} Missing {% endif %}

State File: {{ state_path }} {% if state_exists %} Exists {% else %} Will be created {% endif %}

Script Module: {{ script_path }} Integrated

{% endif %}

Configuration

{% if debug_mode %}
{% endif %}
{% if debug_ui_mode %} {% endif %}
{% if state_exists and debug_ui_mode %}

State File (JSON)

{{ state_content }}
{% endif %}
{% if debug_ui_mode %}

AMM Logs

{% if logs %} {% for log in logs %}
{{ log }}
{% endfor %} {% else %}
No logs available
{% endif %}
{% endif %}
{% include 'footer.html' %}