{% include 'header.html' %}

Setup offer parameters

Place a new offer on BasicSwap’s order book.

{% for m in messages %}

{{ m }}

{% endfor %} {% for m in err_messages %}

Error: {{ m }}

{% endfor %}
Step 1
Step 2
Confirm

Select network

Select address

contacts 2

Coins from

Coin From

Amount From (The amount you will send)

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

Fee From Confirm Target

Fee From Increase By

{% endif %}

Coins to

Coin To

Amount to (The amount you will receive)

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

Fee From Confirm Target

Fee From Increase By

{% endif %}

Bid amount

Minimum Bid Amount

Rate

Time

Offer valid (hrs)

{% if data.debug_ui == true %}

Contract Locked (Mins)

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

Contract locked (Hours)

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

Strategy (BETA)

Auto Accept Strategy

Options

{% if data.amt_var==true %} {% endif %} {% if data.rate_var==true %} {% endif %}
{% include 'footer.html' %}