# Trade with me & share your offer

<figure><img src="/files/1076QM0DetO7mB4apwS7" alt=""><figcaption></figcaption></figure>

## How It Works

1. Navigate to Vendor Dashboard
   * Go to your vendor page
   * Click on the "Offers" tab
2. Select an Offer to Share
   * Find the offer you want to share
   * Click the "Share" button next to the offer
3. Configure Share Settings
   * Default Amount: Pre-fill a crypto amount for customers
4. Copy Your Link

* The system automatically generates your personalized link:

`https://www.unigox.com/trade-with-me/[username]?fiat=[currency]&crypto=[crypto]&amount=[amount]`

| Parameter | Required | Description                             | Example                      |
| --------- | -------- | --------------------------------------- | ---------------------------- |
| username  | ✅ Yes    | Your Unigox username (part of URL path) | john\_trader                 |
| fiat      | ✅ Yes    | Fiat currency code                      | EUR, USD, GBP, GHS, NGN, KES |
| crypto    | ❌ No     | Cryptocurrency code                     | USDT, USDC                   |
| amount    | ❌ No     | Default crypto amount                   | 100, 1000                    |

## What customer sees and how the system prioritizes your offers

<figure><img src="/files/GdK5enukJBlRRhZlxlGb" alt="" width="375"><figcaption><p>Customer sees you as priority trading partner</p></figcaption></figure>

1. Customer clicks your trade-with-me link
2. Lands on Unigox widget pre-configured for trading with you and sees you as priority trading partner
3. System searches for your best-matching offer first
4. Customer starts trade with you and you receive new trade request notification

If you ignore trade request, customer falls back to [regular matching t](/how-it-works/how-offer-matching-works.md)[o find next best available offer](/how-it-works/how-offer-matching-works.md).

### Requirements for Successful Matching with your offers

For your offers to be matched via trade-with-me links

* You must be online and active
* Have active offers for the requested currency pair
* Offer must support the customer's payment method
* Trade amount must be within the offer limits

## Common Issues

Q: Customer clicks my link but doesn't get matched with me

* Ensure you're online and active
* Check if you have active offers for the requested currency pair
* Verify your offer limits accommodate the requested amount
* Confirm payment method compatibility

Q: Link shows "no offers available"

* Your offers may be inactive or deleted
* Check if you're temporarily offline
* Verify the currency pair is correct in the URL
* Ensure your payment methods are properly configured
* Unigox matches different payment methods if they have the same payment network - see [how it works](/how-it-works/how-offer-matching-works.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.unigox.com/user-guides/trade-as-vendor/trade-with-me-and-share-your-offer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
