fragmentcom.shop Open in urlscan Pro
81.91.178.50  Public Scan

URL: https://fragmentcom.shop/
Submission: On October 18 via manual from RU — 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

Параметры не найдены! Fragment

Connect Telegram Connect TON


PLATFORM

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



WARNING: UNDEFINED VARIABLE $USERNAME IN
/HOME/U5340051/FRAGMENTCOM.SHOP/INDEX.PHP ON LINE 145
.T.ME CLAIMED



Offer amount Commision Total

Warning: Undefined variable $price in /home/u5340051/fragmentcom.shop/index.php
on line 165

 ~ $
Warning: Undefined variable $price in /home/u5340051/fragmentcom.shop/index.php
on line 166
0
1
 

Warning: Undefined variable $price in /home/u5340051/fragmentcom.shop/index.php
on line 177
1
 ~ $
Warning: Undefined variable $price in /home/u5340051/fragmentcom.shop/index.php
on line 178
5

Someone offered
Warning: Undefined variable $price in /home/u5340051/fragmentcom.shop/index.php
on line 183
for your username. If the price suits you, press "Accept the offer". How does
this work?
Telegram Username @
Warning: Undefined variable $username in
/home/u5340051/fragmentcom.shop/index.php on line 191
Web Address t.me/
Warning: Undefined variable $username in
/home/u5340051/fragmentcom.shop/index.php on line 197
TON Web 3.0 Address
Warning: Undefined variable $username in
/home/u5340051/fragmentcom.shop/index.php on line 203
.t.me
Ends in 18 59 57
Auction will close soon

Accept the offer
Subscribe to updates Unsubscribe from updates


LATEST OFFERS

Offer Date From

Warning: Undefined variable $price in /home/u5340051/fragmentcom.shop/index.php
on line 295

TodayToday
UQB33wP5PbYA5kW9ClswlBF4np5AMaYW59YVRMSCGVsoMjci

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


@
WARNING: UNDEFINED VARIABLE $USERNAME IN
/HOME/U5340051/FRAGMENTCOM.SHOP/INDEX.PHP ON LINE 336


Telegram username and
Warning: Undefined variable $username in
/home/u5340051/fragmentcom.shop/index.php on line 337
.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 @
Warning: Undefined variable $username in
/home/u5340051/fragmentcom.shop/index.php on line 477
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