{% include 'header.html' %} {% from 'style.html' import 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 %} {% from 'macros.html' import breadcrumb %}
{{ breadcrumb([ {'text': 'Home', 'url': '/'}, {'text': 'Place', 'url': '/newoffer'}, {'text': 'Setup', 'url': '#'} ]) }}

Setup Offers Parameters

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' %} {% if data.coin_from | int in (6, 9) %} {# Not XMR or WOW #} {% else %}

Fee From Confirm Target

{{ select_target_svg | safe }}

Fee From Increase By

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

You Get

Coin You Get

{{ input_down_arrow_offer_svg | safe }}

Amount You Get

{% if data.swap_style == 'xmr' %} {% if data.coin_to | int in (6, 9) %} {# Not XMR or WOW #} {% else %}

Fee To Confirm Target

{{ select_target_svg | safe }}

Fee To Increase By

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

Bid Amount

Minimum Purchase

{{ 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.amt_var==true %} {% endif %} {% if data.rate_var==true %} {% endif %}
{% include 'footer.html' %}