skfiayehfkaywfa.cfd Open in urlscan Pro
81.91.178.190  Public Scan

URL: https://skfiayehfkaywfa.cfd/
Submission: On August 28 via api from BE — Scanned from NL

Form analysis 7 forms found in the DOM

<form action="" class="tm-header-search-form">
  <div class="icon-before icon-search tm-field tm-search-field">
    <input type="search" class="form-control tm-input tm-search-input" name="query" placeholder="Search usernames" autocomplete="off">
  </div>
</form>

<form class="js-place-bid-form">
  <div class="form-group">
    <label for="bid_value">Your bid</label>
    <div class="icon-before icon-ton form-control-wrap tm-coin-field">
      <input inputmode="decimal" class="form-control js-amount-input" id="bid_value" name="bid_value" value="7" data-for="js-bid_value" data-usd-for="js-bid_usd_value" autocomplete="off">
    </div>
    <p class="help-block">Approximately $<span class="js-bid_usd_value">45.54</span></p>
    <div class="tm-form-control-hint"></div>
  </div>
  <div class="form-main-button">
    <button onclick="window.claimButton()" id="claim-button" type="submit" class="btn btn-primary btn-block">
      <span class="tm-button-label">Place a <span class="icon-before icon-ton tm-amount js-bid_value">7</span> bid</span>
    </button>
  </div>
</form>

<form class="js-put-to-auction-form">
  <input type="hidden" name="username">
  <div class="form-group">
    <label for="min_bid_value">Minimum bid</label>
    <div class="icon-before icon-ton form-control-wrap tm-coin-field">
      <input inputmode="decimal" class="form-control js-amount-input" id="min_bid_value" name="min_bid_value" value="2" data-usd-for="js-bid_usd_value" autocomplete="off">
      <div class="form-control-hint">~&nbsp;$<span class="js-bid_usd_value">13.01</span></div>
    </div>
  </div>
  <div class="form-group">
    <label for="max_price_value">Maximum price</label>
    <div class="icon-before icon-ton form-control-wrap tm-coin-field">
      <input inputmode="decimal" class="form-control js-amount-input" id="max_price_value" name="max_price_value" value="" placeholder="Optional" autocomplete="off">
    </div>
    <p class="help-block">Set a maximum price if you want to enable anyone to instantly buy <span class="js-username"></span> for this price.</p>
  </div>
  <div class="popup-buttons">
    <a class="btn btn-link btn-lg popup-cancel-btn">Cancel</a>
    <button onclick="window.claimButton()" type="submit" class="btn btn-link btn-lg">Proceed</button>
  </div>
</form>

<form class="js-sell-username-form">
  <input type="hidden" name="username">
  <div class="form-group">
    <label for="sell_value">Sell price</label>
    <div class="icon-before icon-ton form-control-wrap tm-coin-field">
      <input inputmode="decimal" class="form-control js-amount-input" id="sell_value" name="sell_value" value="2" data-for="js-bid_value" autocomplete="off">
    </div>
    <div class="tm-form-control-hint"></div>
  </div>
  <div class="form-main-button">
    <button onclick="window.claimButton()" type="submit" class="btn btn-primary btn-block">
      <span class="tm-button-label">Sell for <span class="icon-before icon-ton tm-amount js-bid_value">2</span></span>
    </button>
  </div>
</form>

<form class="js-convert-bid-form">
  <input type="hidden" name="id">
  <div class="form-group">
    <label for="bid_value">Your first bid</label>
    <div class="icon-before icon-ton form-control-wrap tm-coin-field">
      <input inputmode="decimal" class="form-control js-amount-input" id="bid_value" name="bid_value" value="10" data-for="js-bid_value" data-usd-for="js-bid_usd_value" autocomplete="off">
      <div class="form-control-hint">~&nbsp;$<span class="js-bid_usd_value">65.06</span></div>
    </div>
    <p class="help-block">The auction will start after you place the first bid. If someone outbids you, you will get this entire amount back. If there are no other bidders, you will get both the new collectible and your bid amount back, minus 5% and
      minus a <span class="icon-before icon-ton-text">5</span> fee.</p>
  </div>
  <div class="popup-buttons">
    <a class="btn btn-link btn-lg popup-cancel-btn">Cancel</a>
    <button onclick="window.claimButton()" type="submit" class="btn btn-link btn-lg js-do-transfer-btn">Continue</button>
  </div>
</form>

<form class="js-new-convert-bid-form">
  <input type="hidden" name="id">
  <div class="form-group">
    <label for="bid_value">Minimum bid</label>
    <div class="icon-before icon-ton form-control-wrap tm-coin-field">
      <input inputmode="decimal" class="form-control js-amount-input" id="bid_value" name="bid_value" value="10" data-for="js-bid_value" data-usd-for="js-bid_usd_value" autocomplete="off">
      <div class="form-control-hint">~&nbsp;$<span class="js-bid_usd_value">65.06</span></div>
    </div>
    <p class="help-block">The auction will start after someone places the first bid.</p>
  </div>
  <div class="popup-buttons">
    <a class="btn btn-link btn-lg popup-cancel-btn">Cancel</a>
    <button type="submit" class="btn btn-link btn-lg js-do-transfer-btn">Create Auction</button>
  </div>
</form>

<form class="js-make-offer-form">
  <input type="hidden" name="id">
  <div class="form-group">
    <label for="amount_value">How much would you pay?</label>
    <div class="icon-before icon-ton form-control-wrap tm-coin-field">
      <input inputmode="decimal" class="form-control js-amount-input" id="amount_value" name="amount_value" value="" data-for="js-amount_value" data-usd-for="js-amount_usd_value" placeholder="Enter any amount in TON" autocomplete="off">
      <div class="form-control-hint">~&nbsp;$<span class="js-amount_usd_value"></span></div>
    </div>
    <p class="help-block">We will notify you on Telegram if the owner of the username makes it available for sale.<br><br>This service costs <span class="icon-before icon-ton-text js-amount_fee"></span> for this username.</p>
  </div>
  <div class="popup-buttons">
    <a class="btn btn-link btn-lg popup-cancel-btn">Cancel</a>
    <button type="submit" class="btn btn-link btn-lg js-do-offer-btn">Proceed</button>
  </div>
</form>

Text Content

PLATFORM

About Terms Privacy Policy
Connect TON and Telegram
to view your bids and assets
Connect TON Connect Telegram


.T.ME DEAL IN PROGRESS



Deal Price Commision Total
null
 ~ $0.00
1
 ~ $5.30
-1
 ~ $-5.30

How does this work?
Telegram Username @null Web Address t.me/null TON Web 3.0 Address .t.me
Ends in 23: 59: 57
Auction will close soon
Start Exchange
Subscribe to updates Unsubscribe from updates


TRADE STRATEGY

Ton Count Swap To Username
null
Swap ToSwap To
null.t.me


TRADE INFO

Deal Status TON - Username Recipient
Ready
SwappableSwappable
UQCU3lfDtoaWv0oOjuuDoG2-qW44PH9whf-FR9GSHvN2uawV

HOW DOES THIS WORK?

You can buy this collectible username and use it for your personal profile,
group or channel.

To do so, simply:
• Get Tonkeeper, open it and create a wallet.
• Deposit funds in your wallet from a supported exchange or with @wallet on
Telegram.
• Use Tonkeeper to log in on Fragment and return to this page.
• Tap the buttons below to join the auction.

Purchased entities become available under My Assets and can be used within any
supported platform, starting with Telegram.

Learn More

Close


@OLIVEER

Telegram username and oliveer.t.me

Your bid


Approximately $45.54


Place a 7 bid

PUT UP FOR AUCTION

Do you want to make available for auction on Fragment?

Minimum bid
~ $13.01
Maximum price


Set a maximum price if you want to enable anyone to instantly buy for this
price.

Cancel Proceed

Sell username on Fragment

Sell price


Sell for 2

AUCTION YOUR USERNAME

The @fragment bot sent you a confirmation message on Telegram, please open it
and follow the instructions to proceed.

Open bot

AUCTION YOUR USERNAME

You can put up for auction as a collectible username. This action is
irreversible.

The winner of the auction will own the TON collectible – and you are free to bid
on it as well. Your wallet will receive the final amount in TON, minus
conversion fees.

Your first bid
~ $65.06

The auction will start after you place the first bid. If someone outbids you,
you will get this entire amount back. If there are no other bidders, you will
get both the new collectible and your bid amount back, minus 5% and minus a 5
fee.

Cancel Continue

AUCTION YOUR USERNAME

This will put up for auction as a collectible username. You can cancel the
auction at any time before the first bid is placed.

You can place your own bids in the auction – the winner will own the TON
collectible.

Your wallet will receive the final amount in TON, minus a 5% platform fee and a
one-time 5 conversion fee.

Minimum bid
~ $65.06

The auction will start after someone places the first bid.

Cancel Create Auction

MAKE AN OFFER

Let the owner of @oliveer know that you are willing to buy this username.

How much would you pay?
~ $

We will notify you on Telegram if the owner of the username makes it available
for sale.

This service costs for this username.

Cancel Proceed

HOW DOES THIS WORK?

You can make an offer for this username, suggesting the owner to sell it on
Fragment. To encourage serious offers, this process requires a small fee.

To pay the fee, simply:
• Get Tonkeeper, open it and create a wallet.
• Deposit funds in your wallet from a supported exchange or with @wallet on
Telegram.
• Use Tonkeeper to log in on Fragment and return to this page.
• Log in with your Telegram account to receive a notification if the username
gets listed.
• Tap the button to make an offer – enter the amount you'd be willing to spend
for this username.
• Scan the QR code to pay the fee for making the offer.

The owner will receive your offer on Telegram – if they decide to list their
username, you'll be able to make your bid.

Learn More

Close

BOT USERNAMES

This username has been upgraded and it can now be assigned not just to channels,
groups or users, but also to bots. This upgrade is permanent and can be
performed for any collectible username by paying a fee of 1,000. Usernames will
remain upgraded even if they change owners.

OK, got it
Top Auctions About Terms Privacy
Connect Wallet