{% extends '__layout__.html' %} {% block title %}Create Offer{% endblock %} {% block head %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% if category == 'error': %}
{{ message }}
{% endif %} {% if category == 'success': %}
{{ message }}
{% endif %} {% endfor %}
{% endif %} {% endwith %}
You are offering
In exchange for

Robux to Tix Ratio: 0:0

Return to Currency Exchange

New Exchange Offer

You can create an offer to be placed onto the currency exchange system, this will allow other users to trade for example Robux to Tickets or vice versa.

Note: The minimum for Robux to Tix is 1:2 while the maximum is 1:20

{% endblock %}