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

Place an New Offer

Place an order on the network order book.

{% include 'inc_messages.html' %}
{{ step_one_svg | safe }}
Step 1 - Place
{{ step_two_svg | safe }}
Step 2 - Setup
{{ 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

Select Coin You Send

{{ input_down_arrow_offer_svg | safe }}

Amount You Send

You Get

Select Coin You Get

{{ input_down_arrow_offer_svg | safe }}

Amount You Get

Bid Amount

Minimum Purchase

{{ select_bid_amount_svg | safe }}

Rate

{{ select_rate_svg | safe }}

Automatically adjusts the You Get value based on the rate you’ve entered. Without it, the rate value is automatically adjusted based on the number of coins you put in You Get.

Options

{% if debug_ui_mode == true %} {% else %} {% endif %}

Allow bids with a different amount to the offer.

{% if debug_ui_mode == true %} {% else %} {% endif %}

Allow bids with a different rate to the offer.

{% include 'footer.html' %}