{% include 'header.html' %} {% from 'style.html' import breadcrumb_line_svg, input_down_arrow_offer_svg, select_network_svg, select_address_svg, select_swap_type_svg, select_bid_amount_svg, select_rate_svg, step_one_svg, step_two_svg, step_three_svg, select_setup_svg, input_time_svg, select_target_svg , select_auto_strategy_svg %}
  • Home

  • {{ breadcrumb_line_svg | safe }}
  • Place
  • {{ breadcrumb_line_svg | safe }}
  • Setup
  • {{ breadcrumb_line_svg | safe }}
  • Confirm
  • {{ breadcrumb_line_svg | safe }}

Confirm your Offer

Place an order on the network order book.

{% include 'inc_messages.html' %}
{{ step_one_svg | safe }}
Step 1
{{ step_two_svg | safe }}
Step 2
{{ step_three_svg | safe }}
Confirm

Select Network

{{ input_down_arrow_offer_svg | safe }}
{{ select_network_svg | safe }}

Select Address

{{ input_down_arrow_offer_svg | safe }}
{{ select_address_svg | safe }}

Swap Type

{{ input_down_arrow_offer_svg | safe }}
{{ select_swap_type_svg | safe }}

You Send

Coin You Send:

{{ input_down_arrow_offer_svg | safe }}

Amount You Send

{% if data.swap_style == 'xmr' %}

Fee From Confirm Target

{{ select_target_svg | safe }}

Fee Rate From

{{ select_rate_svg | safe }}
Fee Rate Source: {{ data.from_fee_src }}

Fee From Increase By

{{ select_rate_svg | safe }}
Lock Tx Spend Fee: {{ data.amt_from_lock_spend_tx_fee }} {{ data.tla_from }}
{% endif %}

You Get

Coin You Get

{{ input_down_arrow_offer_svg | safe }}

Amount You Get

{% if data.swap_style == 'xmr' and coin_to != '6' %}

Fee To Confirm Target

{{ select_target_svg | safe }}

Fee Rate To

{{ select_rate_svg | safe }}
Fee Rate Source: {{ data.to_fee_src }}

Fee To Increase By

{{ input_down_arrow_offer_svg | safe }}
{{ select_rate_svg | safe }}
{% endif %}

Bid Amount

Minimum Bid Amount

{{ select_bid_amount_svg | safe }}

Rate

{{ select_rate_svg | safe }}

Time

Offer valid (hrs)

{{ input_time_svg | safe }}
{% if data.debug_ui == true %}

Contract Locked (Mins)

{{ input_time_svg | safe }}
{% if data.swap_style != 'xmr' %}
(Participate txn will be locked for half the time.)
{% endif %}
{% else %}

Contract locked (Hours)

{{ input_time_svg | safe }}
{% if data.swap_style != 'xmr' %}
(Participate txn will be locked for half the time.)
{% endif %}
{% endif %}

Strategy

Auto Accept Strategy

{{ input_down_arrow_offer_svg | safe }}
{{ select_auto_strategy_svg | safe }}

Options

Allow bids with a different amount to the offer.

Allow bids with a different rate to the offer.

{% if data.automation_strat_id != -1 %} {% endif %} {% if data.amt_var==true %} {% endif %} {% if data.rate_var==true %} {% endif %}
{% include 'footer.html' %}