<?xml version="1.0" encoding="utf-8" ?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:tt="http://teletype.in/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"><title>May</title><author><name>May</name></author><id>https://teletype.in/atom/maycluben</id><link rel="self" type="application/atom+xml" href="https://teletype.in/atom/maycluben?offset=0"></link><link rel="alternate" type="text/html" href="https://teletype.in/@maycluben?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=maycluben"></link><link rel="next" type="application/rss+xml" href="https://teletype.in/atom/maycluben?offset=10"></link><link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></link><updated>2026-04-07T10:12:59.496Z</updated><entry><id>maycluben:W7FTLpduOBQ</id><link rel="alternate" type="text/html" href="https://teletype.in/@maycluben/W7FTLpduOBQ?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=maycluben"></link><title>бот для polymarket</title><published>2026-01-09T09:40:49.757Z</published><updated>2026-01-09T09:40:49.757Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img3.teletype.in/files/e1/e4/e1e449fa-04ca-4263-a703-2f2fe2148ace.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://img4.teletype.in/files/7e/cd/7ecdd4f6-f53f-4b2e-8bac-67a5a17042f6.png&quot;&gt;Вам не нужно быть разработчиком, но нужны правильные инструменты.</summary><content type="html">
  &lt;figure id=&quot;gi9s&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/7e/cd/7ecdd4f6-f53f-4b2e-8bac-67a5a17042f6.png&quot; width=&quot;1536&quot; /&gt;
  &lt;/figure&gt;
  &lt;h2 id=&quot;R5KI&quot;&gt;🏗️ Часть 1: Стек (Что вам нужно)&lt;/h2&gt;
  &lt;p id=&quot;m3MP&quot;&gt;Вам не нужно быть разработчиком, но нужны правильные инструменты.&lt;/p&gt;
  &lt;p id=&quot;dVrk&quot;&gt;Установите VS Code. Это ваш командный центр.&lt;/p&gt;
  &lt;ul id=&quot;ZnfE&quot;&gt;
    &lt;li id=&quot;ilAu&quot;&gt;Скачайте:&lt;br /&gt;code.visualstudio.com&lt;/li&gt;
    &lt;li id=&quot;ib1j&quot;&gt;Совет: Установите расширение &amp;quot;Python&amp;quot; внутри VS Code.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p id=&quot;6sbW&quot;&gt;Установите Python&lt;/p&gt;
  &lt;ul id=&quot;O5zQ&quot;&gt;
    &lt;li id=&quot;mB5j&quot;&gt;Скачайте Python 3.10+ с&lt;br /&gt;python.org&lt;/li&gt;
    &lt;li id=&quot;oiJP&quot;&gt;⚠️ КРИТИЧЕСКИ ВАЖНО: Во время установки поставьте галочку &amp;quot;Add Python to PATH&amp;quot;. Если пропустите это, ничего не заработает.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p id=&quot;xnVe&quot;&gt;Секретный соус (Библиотеки) &lt;/p&gt;
  &lt;p id=&quot;1beQ&quot;&gt;Откройте терминал (Командная строка или Терминал) и выполните эту единственную команду, чтобы установить инструменты, используемые профи Polymarket:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(170, 33%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;2RyA&quot;&gt;Bash&lt;br /&gt;pip install asyncio aiohttp websockets python-dotenv py-clob-client&lt;/p&gt;
  &lt;/section&gt;
  &lt;h2 id=&quot;2&quot;&gt;🔑 Часть 2: Доступ (Ключи)&lt;/h2&gt;
  &lt;p id=&quot;9a6E&quot;&gt;Боту нужно разрешение на торговлю.&lt;/p&gt;
  &lt;ol id=&quot;4vE3&quot;&gt;
    &lt;li id=&quot;5gvg&quot;&gt;Получите API-ключи: Перейдите в Polymarket → Настройки → API. Создайте ключ. Сохраните Key, Secret и Passphrase. Также нужен приватный ключ вашего кошелька (Экспорт из Metamask/Phantom). &lt;strong&gt;ИСПОЛЬЗУЙТЕ НОВЫЙ КОШЕЛЕК!&lt;/strong&gt;&lt;/li&gt;
    &lt;li id=&quot;AWPF&quot;&gt;Создайте безопасный файл: Откройте VS Code. Создайте новый файл с именем .env. Вставьте свои ключи в этом точном формате:&lt;br /&gt;Код&lt;br /&gt;PRIVATE_KEY=0x... (приватный ключ вашего кошелька)&lt;br /&gt;POLYGON_CHAIN_ID=137&lt;br /&gt;CLOB_API_KEY=...&lt;br /&gt;CLOB_SECRET=...&lt;br /&gt;CLOB_PASSPHRASE=...&lt;/li&gt;
  &lt;/ol&gt;
  &lt;h2 id=&quot;3-no-code&quot;&gt;🤖 Часть 3: &amp;quot;No-Code&amp;quot; Промпты&lt;/h2&gt;
  &lt;p id=&quot;ysi4&quot;&gt;Мы не пишем код. Мы просим ИИ (ChatGPT o1, Claude 3.5 или Gemini) написать его за нас. Копируйте эти точно.&lt;/p&gt;
  &lt;p id=&quot;YhS8&quot;&gt;&lt;strong&gt;Шаг A: Скрипт одобрения (Обязательно)&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;H9Z3&quot;&gt;Вы должны авторизовать биржу тратить ваш USDC, иначе бот провалится.&lt;/p&gt;
  &lt;p id=&quot;s3O8&quot;&gt;Промпт для генерации&lt;br /&gt;approve.py&lt;br /&gt;:&lt;/p&gt;
  &lt;p id=&quot;up2x&quot;&gt;&amp;quot;Write a Python script using py-clob-client to approve USDC for trading on Polymarket. Load PRIVATE_KEY from a .env file. Initialize the ClobClient on Polygon Mainnet (Chain ID 137). Call client.set_allowance to authorize the exchange to spend my USDC. Print &amp;#x27;Success&amp;#x27; or the specific error message.&amp;quot;&lt;/p&gt;
  &lt;p id=&quot;doUg&quot;&gt;&lt;strong&gt;Шаг B: Сканер рынков&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;M8zH&quot;&gt;Этот скрипт находит активное 15-минутное окно, чтобы вам не пришлось искать вручную.&lt;/p&gt;
  &lt;p id=&quot;Ah40&quot;&gt;Промпт для генерации&lt;br /&gt;scanner.py&lt;br /&gt;:&lt;/p&gt;
  &lt;p id=&quot;nOVf&quot;&gt;&amp;quot;Write a Python script using aiohttp to query the Polymarket Gamma API. Goal: Find the currently active 15-minute Bitcoin or Ethereum market. Logic: Get current time in ET. Calculate the current 15-minute window (e.g., 10:00–10:15). Search&lt;br /&gt;&lt;a href=&quot;https://gamma-api.polymarket.com/public-search&quot; target=&quot;_blank&quot;&gt;https://gamma-api.polymarket.com/public-search&lt;/a&gt;&lt;br /&gt;for &amp;#x27;Bitcoin Up or Down&amp;#x27; matching this window. Return the condition_id, token_id for YES/NO, and the end_time. Filter for markets ending in less than 20 minutes.&amp;quot;&lt;/p&gt;
  &lt;p id=&quot;pNFa&quot;&gt;&lt;strong&gt;Шаг C: &amp;quot;Снайпер в последнюю секунду&amp;quot;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;mssy&quot;&gt;Это принтер денег.&lt;/p&gt;
  &lt;p id=&quot;yHXN&quot;&gt;Промпт для генерации&lt;br /&gt;sniper.py&lt;br /&gt;:&lt;/p&gt;
  &lt;p id=&quot;39gw&quot;&gt;&amp;quot;Write a high-frequency trading script using websockets and py-clob-client. Context: I have a target Condition ID and Token IDs. The Logic: Setup: Connect to wss://ws-subscriptions-clob.polymarket.com/ws/market to stream Level 1 (bids/asks). Monitor: Keep a local variable of the &amp;#x27;Best Ask&amp;#x27; for the winning side. The Trigger: STRICTLY when Time Remaining &amp;lt;= 1 second (but &amp;gt; 0): Check if the winning side (Price &amp;gt; 0.50) is available below $0.99. Safety: Add a DRY_RUN boolean flag. If True, just print &amp;#x27;WOULD BUY&amp;#x27;. If False, execute. Action: Send a &amp;#x27;Fill or Kill&amp;#x27; (FOK) order for $0.99 using client.create_and_post_order. Speed: Use asyncio loop. Do not use time.sleep.&amp;quot;&lt;/p&gt;
  &lt;h2 id=&quot;4&quot;&gt;🧪 Часть 4: Как тестировать безопасно&lt;/h2&gt;
  &lt;p id=&quot;JDSU&quot;&gt;Не запускайте это сразу на полную сумму.&lt;/p&gt;
  &lt;ol id=&quot;ZkFN&quot;&gt;
    &lt;li id=&quot;MCaZ&quot;&gt;Режим сухого запуска: В сгенерированном&lt;br /&gt;sniper.py&lt;br /&gt;убедись, что DRY_RUN = True. Запусти python&lt;br /&gt;sniper.py&lt;br /&gt;. Следи за терминалом. Если видишь &amp;quot;WOULD BUY YES at 0.98 [Time 10:14:59]&amp;quot;, логика валидна.&lt;/li&gt;
    &lt;li id=&quot;21BR&quot;&gt;Тест на $1: Установи DRY_RUN = False. Жёстко закодируй SIZE = 1 (1 share = ~$1). Это ограничивает ваш риск ровно $1.00, пока вы тестируете задержку интернета.&lt;/li&gt;
  &lt;/ol&gt;
  &lt;h2 id=&quot;5&quot;&gt;🚀 Часть 5: Запуск&lt;/h2&gt;
  &lt;ol id=&quot;WL0T&quot;&gt;
    &lt;li id=&quot;OKRn&quot;&gt;Открой терминал в VS Code.&lt;/li&gt;
    &lt;li id=&quot;3ClF&quot;&gt;Одобри: python&lt;br /&gt;approve.py&lt;br /&gt;(Нужно только один раз).&lt;/li&gt;
    &lt;li id=&quot;Qr2k&quot;&gt;Сканируй: python&lt;br /&gt;scanner.py&lt;br /&gt;(Получи ID).&lt;/li&gt;
    &lt;li id=&quot;egNq&quot;&gt;Снайпь: Скопируй ID в&lt;br /&gt;sniper.py&lt;br /&gt;и запусти python&lt;br /&gt;sniper.py&lt;/li&gt;
  &lt;/ol&gt;
  &lt;p id=&quot;TJu4&quot;&gt;Это был перевод &lt;a href=&quot;https://x.com/thejayden/status/1995878076681535731&quot; target=&quot;_blank&quot;&gt;https://x.com/thejayden/status/1995878076681535731&lt;/a&gt; от &lt;a href=&quot;https://t.me/maycrypto&quot; target=&quot;_blank&quot;&gt;https://t.me/maycrypto&lt;/a&gt;&lt;/p&gt;

</content></entry><entry><id>maycluben:CvfBp2LS1Lp</id><link rel="alternate" type="text/html" href="https://teletype.in/@maycluben/CvfBp2LS1Lp?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=maycluben"></link><title>твои +$400 к ежемесячному доходу</title><published>2025-09-13T12:16:15.513Z</published><updated>2025-09-13T13:45:18.312Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img3.teletype.in/files/67/38/6738e484-f6b9-4361-84ac-705e9ea22841.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://img4.teletype.in/files/b2/e9/b2e95fe9-2430-4b95-bd94-de8b5863cafb.png&quot;&gt;сразу скажу, что ТЯНУТЬ НЕЛЬЗЯ! чем раньше ты начнешь - тем лучше.  
мы в самом начале движухи и у нас есть фора.</summary><content type="html">
  &lt;p id=&quot;lIMJ&quot;&gt;сразу скажу, что ТЯНУТЬ НЕЛЬЗЯ! чем раньше ты начнешь - тем лучше.  &lt;br /&gt;мы в самом начале движухи и у нас есть фора.   &lt;/p&gt;
  &lt;figure id=&quot;j22V&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/b2/e9/b2e95fe9-2430-4b95-bd94-de8b5863cafb.png&quot; width=&quot;1536&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;mPdS&quot;&gt;&lt;strong&gt;суть&lt;/strong&gt;: OKX запустили программу BOOST, где &lt;strong&gt;за удержание депозита и объёмы торгов&lt;/strong&gt; можно получать токены проектов. из недавнего - раздали $LINEA, которую можно было смело &lt;strong&gt;лить в +$360 чистого профита&lt;/strong&gt;. но об этом позже. &lt;/p&gt;
  &lt;p id=&quot;DfXb&quot;&gt;&lt;strong&gt;почему это стоит делать&lt;/strong&gt;: ранее от биржи Binance вышла программа Alpha, где за те же действия она раздает дропы. в среднем за 5-10 минут работы В НЕДЕЛЮ люди зарабатывают от $400 в месяц. &lt;strong&gt;почти пассивный и самое главное приятный заработок&lt;/strong&gt;. эта тема - новый нарратив в среде CEX&amp;#x27;ов. &lt;/p&gt;
  &lt;p id=&quot;MYUf&quot;&gt;ГЛАВНОЕ ЧТО НЕ НУЖЕН KYC!!!&lt;/p&gt;
  &lt;p id=&quot;Pft9&quot;&gt;&lt;strong&gt;почему тебе нужно прочитать этот гайд&lt;/strong&gt;: после прочтения у тебя не останется вопросов. я покажу подробный пошаговый путь, проанализирую прошлый дроп и скажу, как выгоднее фармить на текущий момент. &lt;/p&gt;
  &lt;p id=&quot;oGnH&quot;&gt;ну-с, начинаем! &lt;/p&gt;
  &lt;h2 id=&quot;8wvV&quot; data-align=&quot;center&quot;&gt;&lt;strong&gt;ОГЛАВЛЕНИЕ&lt;/strong&gt;&lt;/h2&gt;
  &lt;section style=&quot;background-color:hsl(hsl(170, 33%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;ol id=&quot;FNBx&quot;&gt;
      &lt;li id=&quot;iKJV&quot;&gt;&lt;a href=&quot;#7nee&quot;&gt;Регистрация&lt;/a&gt;&lt;/li&gt;
      &lt;li id=&quot;AnYt&quot;&gt;&lt;a href=&quot;#L8hr&quot;&gt;Принцип фарма&lt;/a&gt;&lt;/li&gt;
      &lt;li id=&quot;jnXh&quot;&gt;&lt;a href=&quot;#Amp4&quot;&gt;Выбор токена для фарма&lt;/a&gt;&lt;/li&gt;
      &lt;li id=&quot;j8ZP&quot;&gt;&lt;a href=&quot;#W23R&quot;&gt;Фарм объема&lt;/a&gt;&lt;/li&gt;
      &lt;li id=&quot;wQwd&quot;&gt;&lt;a href=&quot;#9Xls&quot;&gt;Кейс Linea (16х на вложения)&lt;/a&gt;&lt;/li&gt;
      &lt;li id=&quot;MLxa&quot;&gt;&lt;a href=&quot;#pbm8&quot;&gt;Стратегия по фарму&lt;/a&gt;&lt;/li&gt;
    &lt;/ol&gt;
  &lt;/section&gt;
  &lt;p id=&quot;9SVs&quot;&gt;&lt;/p&gt;
  &lt;h2 id=&quot;7nee&quot;&gt;Регистрация&lt;/h2&gt;
  &lt;p id=&quot;n4c8&quot;&gt;регистрируйся по этой ссылке -&lt;strong&gt; &lt;a href=&quot;https://web3.okx.com/join/INCOMING&quot; target=&quot;_blank&quot;&gt;https://web3.okx.com/join/INCOMING&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;Mwdq&quot;&gt;она дает скидку 10% на торговую комиссию. &lt;br /&gt;благодаря ей каждый 10 трейд БЕСПЛАТНЫЙ. &lt;/p&gt;
  &lt;figure id=&quot;bRZn&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/9a/81/9a81c9c2-d3c3-4aea-9602-10acd26767d2.png&quot; width=&quot;1624&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;ycNC&quot;&gt;на дистанции получается норм сумма, а тащить кэш с &lt;strong&gt;&lt;a href=&quot;https://web3.okx.com/join/INCOMING&quot; target=&quot;_blank&quot;&gt;OKX BOUNCE&lt;/a&gt; &lt;/strong&gt;мы будем ориентировочно 3-6 месяцев. &lt;strong&gt;сэкономил = заработал&lt;/strong&gt;. &lt;/p&gt;
  &lt;p id=&quot;G0Jx&quot;&gt;далее ставь расширение OKX web3 wallet для хрома - &lt;a href=&quot;https://chromewebstore.google.com/detail/okx-wallet/mcohilncbfahbmgdjkbpemcciiolgcge?hl=ru&quot; target=&quot;_blank&quot;&gt;https://chromewebstore.google.com/detail/okx-wallet/mcohilncbfahbmgdjkbpemcciiolgcge?hl=ru&lt;/a&gt;&lt;/p&gt;
  &lt;p id=&quot;H4p6&quot;&gt;импортируй туда свой кошелек с Metamask, Trustwallet или зарегистрируй новый - тут как тебе по кайфу. &lt;/p&gt;
  &lt;p id=&quot;PpSw&quot;&gt;далее подключайся с OKX Wallet к &lt;a href=&quot;https://web3.okx.com/join/INCOMING&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;сайту&lt;/strong&gt;&lt;/a&gt;: &lt;/p&gt;
  &lt;figure id=&quot;QXjp&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/3a/91/3a9177b9-4d7a-4db7-9e79-9e1469e8d0b5.png&quot; width=&quot;1092&quot; /&gt;
  &lt;/figure&gt;
  &lt;h2 id=&quot;L8hr&quot;&gt;Принцип фарма&lt;/h2&gt;
  &lt;p id=&quot;D0h6&quot;&gt;как я говорил ранее, наша задача&lt;strong&gt; делать объём (торговать) + держать на своем счету определенную сумму&lt;/strong&gt;. тут есть один интересный нюанс, о котором я вам расскажу. &lt;/p&gt;
  &lt;p id=&quot;8ee0&quot;&gt;две метрики для получения очков: &lt;/p&gt;
  &lt;p id=&quot;EBtm&quot;&gt;1 - &lt;strong&gt;баланс буста&lt;/strong&gt;. это ваш СРЕДНИЙ баланс токенов первой группы* за последние 15 дней на OKX. например, на вашем счету лежит $150. средний баланс за 15 дней - $10. рассчитывается он так:&lt;strong&gt; ваша_сумма/15&lt;/strong&gt;. это очень просто, запомните эту простую формулу. &lt;/p&gt;
  &lt;p id=&quot;AErm&quot;&gt;2 - &lt;strong&gt;объём буста.&lt;/strong&gt; это сколько вы наторговали объёма в блокчейне SOL и в совместимых EVM сетях через агрегатор от OKX. &lt;/p&gt;
  &lt;p id=&quot;027f&quot;&gt;&lt;strong&gt;*группы токенов:&lt;/strong&gt;&lt;/p&gt;
  &lt;figure id=&quot;u3M5&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/2d/6e/2d6e39f5-7508-4913-b71c-fcac20328329.png&quot; width=&quot;1124&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;w0Y5&quot;&gt;т.е нам надо на кошельке хранить обычные наши активы типа USDT, USDC, ETH и т.д, чтобы получать за это поинты, которые потом конвертируются в очки (поинты). остальные группы нужны для самого выгодного фарма, но об этом я распишу в разделе &amp;quot;стратегия&amp;quot; &lt;/p&gt;
  &lt;p id=&quot;AqHo&quot;&gt;&lt;strong&gt;итог: &lt;/strong&gt;нам нужно держать ETH или стейблы на кошельке OKX и набивать объемы торгов на монетах в паре к USDT. &lt;strong&gt;все! изи фарм и изи кэш&lt;/strong&gt;. &lt;/p&gt;
  &lt;h2 id=&quot;Amp4&quot;&gt;Выбор токена для фарма&lt;/h2&gt;
  &lt;p id=&quot;Tm7N&quot;&gt;чуть выше мы говорили про группы токенов. их нужно правильно между собой совместить, чтобы получить наивыгоднейшие условия. &lt;/p&gt;
  &lt;figure id=&quot;LfKK&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/14/2c/142c3270-df75-450c-a2f1-a83e99374d14.png&quot; width=&quot;1196&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;aCyr&quot;&gt;&lt;strong&gt;о чем нам это говорит? &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;jM2z&quot;&gt;чтобы забрать наибольший множитель, нам надо торговать пары: &lt;br /&gt;&lt;strong&gt;&amp;gt; группа 1 / другие &lt;/strong&gt;&lt;br /&gt;&amp;gt; группа 2 / другие &lt;/p&gt;
  &lt;p id=&quot;pjNm&quot;&gt;&lt;strong&gt;или человеческим языком&lt;/strong&gt;: &lt;/p&gt;
  &lt;p id=&quot;SkSY&quot;&gt;&lt;strong&gt;&amp;gt; стейблы к альтам не из топ-50/100 &lt;/strong&gt;&lt;br /&gt;&amp;gt; альты топ-50/100 к остальным альтам&lt;/p&gt;
  &lt;p id=&quot;zWvb&quot;&gt;норм вариант я выделил жирным. &lt;/p&gt;
  &lt;p id=&quot;pnTO&quot;&gt;например возьмем токен $MYX, который щас на хайпе. &lt;br /&gt;&lt;a href=&quot;https://dexscreener.com/bsc/0x6ec31af1bb9a72aacec12e4ded508861b05f4503&quot; target=&quot;_blank&quot;&gt;https://dexscreener.com/bsc/0x6ec31af1bb9a72aacec12e4ded508861b05f4503&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;контракт&lt;/strong&gt;: 0xD82544bf0dfe8385eF8FA34D67e6e4940CC63e16&lt;/p&gt;
  &lt;p id=&quot;3s7m&quot;&gt;проверяем, относится он в группе1/2 или к другим. &lt;/p&gt;
  &lt;p id=&quot;T2yq&quot;&gt;&lt;strong&gt;для этого идем на сайт: &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;dWQ5&quot;&gt;&lt;a href=&quot;https://web3.okx.com/ru/dex-fees/tokens?page=1&quot; target=&quot;_blank&quot;&gt;https://web3.okx.com/ru/dex-fees/tokens?page=1&lt;/a&gt; &lt;/p&gt;
  &lt;p id=&quot;gd4m&quot;&gt;и вбиваем контракт в поиск: &lt;/p&gt;
  &lt;figure id=&quot;O8RL&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/ed/a1/eda18676-ce58-48b6-aca8-b229970dcebb.png&quot; width=&quot;2578&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;QOEf&quot;&gt;это значит, что токен относится к категории&lt;strong&gt; другие. &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;32B4&quot;&gt;для наибольшего кэфа нам нужно &lt;strong&gt;свапнуть USDT на этот токен&lt;/strong&gt;, а потом обратно, чтобы сделать объём торговли &lt;/p&gt;
  &lt;h2 id=&quot;W23R&quot;&gt;Фарм объёма&lt;/h2&gt;
  &lt;p id=&quot;Q3VC&quot;&gt;заходим на DEX - &lt;a href=&quot;https://web3.okx.com/ru/token/bsc&quot; target=&quot;_blank&quot;&gt;https://web3.okx.com/ru/token/bsc&lt;/a&gt;&lt;/p&gt;
  &lt;p id=&quot;4a7H&quot;&gt;выбираем нужную сеть - &lt;strong&gt;BSC &lt;/strong&gt;&lt;br /&gt;выбираем нужный токен - &lt;strong&gt;MYX&lt;/strong&gt;&lt;/p&gt;
  &lt;figure id=&quot;rZ0b&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/5e/22/5e22ded9-230c-4067-a032-334cc7430c5d.png&quot; width=&quot;2834&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;1Frm&quot;&gt;&lt;strong&gt;далее покупаем/продаем токен. &lt;/strong&gt;&lt;/p&gt;
  &lt;figure id=&quot;PaJv&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/d2/ac/d2aca7f1-d120-47b5-849f-8d6ad32cbb64.png&quot; width=&quot;628&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;zHbT&quot;&gt;на странице токена в окне действий есть вкладка &amp;quot;мои сделки&amp;quot;. там можно посмотреть затраченные средства на комиссию и объём торгов. &lt;/p&gt;
  &lt;figure id=&quot;3fZk&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/6d/b2/6db283dc-a266-45f6-a204-a232624356ce.png&quot; width=&quot;2172&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;LKPP&quot;&gt;на этом скрине мой средний объём $26 &lt;br /&gt;инвестировано: $3  &lt;br /&gt;объем начисляется в 00:00 UTC. &lt;/p&gt;
  &lt;p id=&quot;0Wcv&quot;&gt;&lt;strong&gt;регистрируйся по ссылке &lt;/strong&gt;- &lt;a href=&quot;https://web3.okx.com/join/INCOMING&quot; target=&quot;_blank&quot;&gt;https://web3.okx.com/join/INCOMING&lt;/a&gt;&lt;br /&gt;или вводи код &lt;strong&gt;INCOMING &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;Pew8&quot;&gt;так ты получишь &lt;strong&gt;10% скидку на комиссии&lt;/strong&gt;&lt;br /&gt;на дистанции это норм сумма.&lt;/p&gt;
  &lt;p id=&quot;b4HI&quot;&gt;по сути больше ничего делать не надо. &lt;br /&gt;чтобы понимать +- метрики, рассмотрим&lt;/p&gt;
  &lt;h2 id=&quot;9Xls&quot;&gt;Кейс Linea&lt;/h2&gt;
  &lt;p id=&quot;hB3U&quot;&gt;для дропа от &lt;a href=&quot;https://web3.okx.com/join/INCOMING&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;OKX BOOST&lt;/strong&gt;&lt;/a&gt; нужно было выполнить два условия: &lt;/p&gt;
  &lt;p id=&quot;wavE&quot;&gt;1 - средний баланс за 15 дней - $10 (т.е $150 депа) &lt;br /&gt;2 - средний объем за 15 дней - $32 (т.е $480 объема)&lt;/p&gt;
  &lt;p id=&quot;NCYj&quot;&gt;за эти метрики давали одно АЧЬКО. &lt;/p&gt;
  &lt;p id=&quot;bp6W&quot;&gt;&lt;strong&gt;а вот сколько можно было заработать очков за объём: &lt;/strong&gt;&lt;/p&gt;
  &lt;figure id=&quot;FfEX&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/a1/9a/a19a43aa-7eea-4bb2-b63b-e483e031fe26.png&quot; width=&quot;742&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;BFPK&quot;&gt;теперь приведу статистику насыпки за очки: &lt;/p&gt;
  &lt;h3 id=&quot;ZBrj&quot;&gt;Примерная статистика по накрутке очков для дропа Linea&lt;/h3&gt;
  &lt;section style=&quot;background-color:hsl(hsl(236, 74%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;xes5&quot;&gt;1️⃣ Необходимый средний объём: 32$ [за раз сделать 480$]&lt;br /&gt;Затраты: 4.80$&lt;br /&gt;Награда: 2,819 LINEA = 84.58$&lt;br /&gt;Прибыль: +79.78$&lt;/p&gt;
    &lt;p id=&quot;xes5&quot;&gt;2️⃣ Необходимый средний объём: 64$ [за раз сделать 960$]&lt;br /&gt;Затраты: 9.60$&lt;br /&gt;Награда: 5,638 LINEA = 169.16$&lt;br /&gt;Прибыль: +159.56$&lt;/p&gt;
    &lt;p id=&quot;yde5&quot;&gt;3️⃣ Необходимый средний объём: 128$ [за раз сделать 1,920$]&lt;br /&gt;Затраты: 19.20$&lt;br /&gt;Награда: 8,457 LINEA = 253.74$&lt;br /&gt;Прибыль: +234.54$&lt;/p&gt;
    &lt;p id=&quot;OSu7&quot;&gt;4️⃣ Необходимый средний объём: 256$ [за раз сделать 3,840$]&lt;br /&gt;Затраты: 38.40$&lt;br /&gt;Награда: 11,277 LINEA = 338.32$&lt;br /&gt;Прибыль: +299.92$&lt;/p&gt;
    &lt;p id=&quot;S4ks&quot;&gt;5️⃣ Необходимый средний объём: 512$ [за раз сделать 7,680$]&lt;br /&gt;Затраты: 76.80$&lt;br /&gt;Награда: 14,096 LINEA = 422.90$&lt;br /&gt;Прибыль: +346.10$&lt;/p&gt;
    &lt;p id=&quot;EUag&quot;&gt;6️⃣ Необходимый средний объём: 1,024$ [за раз сделать 15,360$]&lt;br /&gt;Затраты: 153.60$&lt;br /&gt;Награда: 16,915 LINEA = 507.48$&lt;br /&gt;Прибыль: +353.88$&lt;/p&gt;
    &lt;p id=&quot;Hxa9&quot;&gt;7️⃣ Необходимый средний объём: 2,048$ [за раз сделать 30,720$]&lt;br /&gt;Затраты: 307.20$&lt;br /&gt;Награда: 19,735 LINEA = 592.06$&lt;br /&gt;Прибыль: +284.86$&lt;/p&gt;
    &lt;p id=&quot;H6Kr&quot;&gt;8️⃣ Необходимый средний объём: 4,096$ [за раз сделать 61,440$]&lt;br /&gt;Затраты: 614.40$&lt;br /&gt;Награда: 22,554 LINEA = 676.64$&lt;br /&gt;Прибыль: +62.24$&lt;/p&gt;
  &lt;/section&gt;
  &lt;h2 id=&quot;pbm8&quot;&gt;Стратегия по фарму&lt;/h2&gt;
  &lt;p id=&quot;EXt3&quot;&gt;исходя из кейса Linea, самые выгодные варианты это 1 и 2 - &lt;strong&gt;оба по 16 иксов на вложения&lt;/strong&gt;. с другой стороны, это самый нижний проходной балл, в который можно и не попасть. поэтому я не рассматриваю это и буду бить в середину - 4 и 5 очков. &lt;/p&gt;
  &lt;p id=&quot;meca&quot;&gt;4 очка - объём $3840 (средний $252) &lt;br /&gt;5 очков - объём $7680 (средний $512) &lt;/p&gt;
  &lt;p id=&quot;7rEw&quot;&gt;за 4 очка мы получили 7.7 иксов &lt;br /&gt;за 5 очков мы получили 4.5 икса. &lt;/p&gt;
  &lt;p id=&quot;ZhcN&quot;&gt;&lt;strong&gt;ну все, в добрый путь! &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;g1hM&quot;&gt;я буду освещать эту тему на канале&lt;/p&gt;
  &lt;p id=&quot;zeW5&quot;&gt;регистрируйся (10% скидка на комиссию) по этой ссылке и получай бонусом плюс в карму &lt;a href=&quot;https://web3.okx.com/join/INCOMING&quot; target=&quot;_blank&quot;&gt;https://web3.okx.com/join/INCOMING&lt;/a&gt;&lt;/p&gt;

</content></entry><entry><id>maycluben:offerta_mit</id><link rel="alternate" type="text/html" href="https://teletype.in/@maycluben/offerta_mit?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=maycluben"></link><title>Публичная оферта на предоставление доступа к сообществу Men in Ties</title><published>2025-04-16T17:34:56.579Z</published><updated>2025-04-16T17:35:16.440Z</updated><summary type="html">1. Общие положения 1.1. Настоящий документ является публичной офертой Индивидуального предпринимателя Закирова Вадима Маратовича (далее — «Оферент»), ИНН 026405298540, адресованной неопределённому кругу лиц, на заключение договора оказания услуг по предоставлению доступа к приватному Telegram-каналу Men in Ties (далее — «Услуга»). 1.2. Акцепт оферты означает полное и безоговорочное принятие её условий. Акцептом является оформление рассрочки через банки-партнёры в порядке, предусмотренном настоящей офертой. 1.3. Оферта действует с момента её размещения по адресу [вставить ссылку на Teletype.in] и до её отзыва или изменения Оферентом. Актуальная ссылка на оферту размещена в Telegram-боте @rassrochka_mit_bot. 2. Предмет договора 2.1...</summary><content type="html">
  &lt;p id=&quot;cCR6&quot;&gt;&lt;br /&gt;&lt;strong&gt;1. Общие положения&lt;/strong&gt;&lt;br /&gt;1.1. Настоящий документ является публичной офертой Индивидуального предпринимателя Закирова Вадима Маратовича (далее — «Оферент»), ИНН 026405298540, адресованной неопределённому кругу лиц, на заключение договора оказания услуг по предоставлению доступа к приватному Telegram-каналу Men in Ties (далее — «Услуга»).&lt;br /&gt;1.2. Акцепт оферты означает полное и безоговорочное принятие её условий. Акцептом является оформление рассрочки через банки-партнёры в порядке, предусмотренном настоящей офертой.&lt;br /&gt;1.3. Оферта действует с момента её размещения по адресу [вставить ссылку на Teletype.in] и до её отзыва или изменения Оферентом. Актуальная ссылка на оферту размещена в Telegram-боте @rassrochka_mit_bot.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2. Предмет договора&lt;/strong&gt;&lt;br /&gt;2.1. Оферент обязуется предоставить Клиенту доступ к приватному Telegram-каналу Men in Ties (далее — «Канал») на срок 3 (три) месяца с момента акцепта оферты (оформления рассрочки).&lt;br /&gt;2.2. Канал представляет собой сообщество, предоставляющее информационные материалы, обсуждения и иные сервисы, связанные с тематикой Канала, в соответствии с правилами, установленными Оферентом.&lt;br /&gt;2.3. Доступ предоставляется путём добавления Клиента в Канал через Telegram по указанному Клиентом номеру телефона или имени пользователя.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;3. Стоимость и порядок оплаты&lt;/strong&gt;&lt;br /&gt;3.1. Стоимость Услуги зависит от даты оформления рассрочки и определяется Оферентом на момент акцепта оферты. Актуальная стоимость указывается в Telegram-боте @rassrochka_mit_bot или в сообщении, направленном Клиенту, до оформления рассрочки.&lt;br /&gt;3.2. Оплата Услуги производится Клиентом исключительно в рассрочку через банки-партнёры.&lt;br /&gt;3.3. Условия рассрочки:&lt;br /&gt;   - Рассрочка предоставляется банками-партнёрами Оферента на срок 10 (десять) месяцев.&lt;br /&gt;   - Сумма и график платежей согласовываются напрямую между Клиентом и банком-партнёром после оформления рассрочки. Оферент не участвует в определении суммы и графика платежей.&lt;br /&gt;   - Оформление рассрочки осуществляется по ссылке, предоставленной в Telegram-боте @rassrochka_mit_bot.&lt;br /&gt;   - Банк-партнёр перечисляет средства за Услугу на расчётный счёт Оферента.&lt;br /&gt;   - Доступ к Каналу предоставляется после получения Оферентом средств от банка-партнёра или уведомления об одобрении рассрочки.&lt;br /&gt;3.4. Моментом акцепта оферты считается получение Оферентом средств от банка-партнёра либо уведомления об одобрении рассрочки.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;4. Права и обязанности сторон&lt;/strong&gt;&lt;br /&gt;4.1. Оферент обязуется:&lt;br /&gt;   - Предоставить Клиенту доступ к Каналу в течение 24 часов после получения средств от банка-партнёра либо уведомления об одобрении рассрочки.&lt;br /&gt;   - Обеспечить функционирование Канала в течение срока действия подписки, за исключением случаев технических сбоев, не зависящих от Оферента.&lt;br /&gt;   - Сохранять конфиденциальность персональных данных Клиента в соответствии с законодательством РФ.&lt;br /&gt;4.2. Клиент обязуется:&lt;br /&gt;   - Оформить рассрочку в порядке, указанном в оферте.&lt;br /&gt;   - Предоставить достоверные данные (номер телефона или имя пользователя в Telegram, а также данные, необходимые для оформления рассрочки) для предоставления доступа.&lt;br /&gt;   - Соблюдать правила Канала, установленные Оферентом (например, запрет на распространение контента Канала).&lt;br /&gt;   - Не передавать доступ к Каналу третьим лицам.&lt;br /&gt;4.3. Оферент вправе:&lt;br /&gt;   - Отказать в предоставлении доступа или исключить Клиента из Канала в случае нарушения правил Канала или неисполнения обязательств по рассрочке перед банком-партнёром.&lt;br /&gt;   - Изменять содержание и формат Канала без предварительного уведомления, сохраняя общую тематику.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;5. Срок предоставления услуги&lt;/strong&gt;&lt;br /&gt;5.1. Доступ к Каналу предоставляется на срок 3 (три) месяца с момента акцепта оферты (получения средств от банка-партнёра или уведомления об одобрении рассрочки).&lt;br /&gt;5.2. По истечении срока подписки доступ автоматически прекращается, если не оговорено иное.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;6. Условия возврата&lt;/strong&gt;&lt;br /&gt;6.1. Клиент вправе отказаться от Услуги до предоставления доступа (добавления в Канал) с расторжением договора рассрочки в соответствии с условиями банка-партнёра.&lt;br /&gt;6.2. После предоставления доступа возврат денежных средств не осуществляется, за исключением случаев, предусмотренных законодательством РФ.&lt;br /&gt;6.3. Для отказа от Услуги Клиент должен направить запрос на электронную почту: mayventuresfound@gmail.com, указав свои данные и причину отказа.&lt;br /&gt;6.4. Вопросы расторжения рассрочки решаются напрямую с банком-партнёром в соответствии с его условиями.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;7. Обработка персональных данных&lt;/strong&gt;&lt;br /&gt;7.1. Клиент даёт согласие на обработку своих персональных данных (ФИО, номер телефона, email, имя пользователя в Telegram, а также иных данных, необходимых для оформления рассрочки) в целях исполнения настоящего договора.&lt;br /&gt;7.2. Оферент обязуется обрабатывать персональные данные в соответствии с Федеральным законом № 152-ФЗ «О персональных данных» и не передавать их третьим лицам, кроме банков-партнёров для оформления рассрочки и случаев, предусмотренных законодательством.&lt;br /&gt;7.3. Согласие на обработку персональных данных предоставляется Клиентом путём нажатия кнопки «Оформить рассрочку» в Telegram-боте @rassrochka_mit_bot.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;8. Ответственность сторон&lt;/strong&gt;&lt;br /&gt;8.1. Оферент не несёт ответственности за:&lt;br /&gt;   - Технические сбои в работе Telegram, препятствующие доступу к Каналу.&lt;br /&gt;   - Убытки, возникшие в результате использования Клиентом информации, полученной в Канале.&lt;br /&gt;   - Действия банков-партнёров, связанные с оформлением, обслуживанием или расторжением рассрочки.&lt;br /&gt;8.2. Клиент несёт ответственность за предоставление недостоверных данных, нарушение правил Канала или распространение контента Канала.&lt;br /&gt;8.3. В случае форс-мажорных обстоятельств (например, блокировка Telegram в РФ) стороны освобождаются от ответственности за неисполнение обязательств.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;9. Порядок изменения и отзыва оферты&lt;/strong&gt;&lt;br /&gt;9.1. Оферент вправе изменить или отозвать оферту в одностороннем порядке, уведомив об этом за 5 дней путём публикации новой версии оферты по адресу https://teletype.in/@maycluben/offerta_mit или через Telegram-бот @rassrochka_mit_bot.&lt;br /&gt;9.2. Изменения не распространяются на Клиентов, акцептовавших оферту до вступления изменений в силу.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;10. Контактные данные&lt;/strong&gt;&lt;br /&gt;10.1. Все вопросы и запросы направляются на электронную почту: mayventuresfound@gmail.com.&lt;br /&gt;10.2. Дополнительная связь возможна через Telegram-бот: @rassrochka_mit_bot.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;11. Реквизиты Оферента&lt;/strong&gt;&lt;br /&gt;- Получатель: ИП Закиров Вадим Маратович&lt;br /&gt;- ИНН: 026405298540&lt;br /&gt;- Банк: ООО &amp;quot;Банк Точка&amp;quot;&lt;br /&gt;- Расчётный счёт: 40802810701500140257&lt;br /&gt;- Корреспондентский счёт: 30101810745374525104&lt;br /&gt;- Email: mayventuresfound@gmail.com&lt;/p&gt;

</content></entry><entry><id>maycluben:A-GnosAWHYG</id><link rel="alternate" type="text/html" href="https://teletype.in/@maycluben/A-GnosAWHYG?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=maycluben"></link><title>Торговля мемами в tier-1 боте. </title><published>2024-10-20T15:10:19.043Z</published><updated>2025-01-02T11:55:58.671Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img1.teletype.in/files/81/a4/81a42473-99a7-4cc8-846f-7b5c1f66e75c.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://img2.teletype.in/files/d0/e7/d0e7d69e-d863-4a54-b16d-3df1499136c9.jpeg&quot;&gt;Покупать токены через DEX - это прошлый век. Неудобно, занимает много времени, никакой кастомизации, транзакции идут годами, нет красивых картинок с PnL и т.д. Поэтому я принёс для тебя гайд по лучшему БЕСПЛАТНОМУ инструменту для торговли мемкоинами в сети solana.</summary><content type="html">
  &lt;p id=&quot;tMKe&quot;&gt;Покупать токены через DEX - это прошлый век. Неудобно, занимает много времени, никакой кастомизации, транзакции идут годами, нет красивых картинок с PnL и т.д. Поэтому я принёс для тебя &lt;strong&gt;гайд по лучшему БЕСПЛАТНОМУ инструменту&lt;/strong&gt; для торговли мемкоинами в сети solana. &lt;/p&gt;
  &lt;p id=&quot;E6eS&quot;&gt;&lt;strong&gt;Почему именно солана? &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;QO9l&quot;&gt;Общий объём торгов за сутки: $7.38b. Из них: &lt;/p&gt;
  &lt;ul id=&quot;iVmk&quot;&gt;
    &lt;li id=&quot;fSJm&quot;&gt;SOL - $2.72b &lt;/li&gt;
    &lt;li id=&quot;VxHu&quot;&gt;ETH - $618m &lt;/li&gt;
    &lt;li id=&quot;ZXrL&quot;&gt;BSC - $2.57b &lt;/li&gt;
    &lt;li id=&quot;xV1o&quot;&gt;BASE - $481m &lt;/li&gt;
  &lt;/ul&gt;
  &lt;p id=&quot;rVbF&quot;&gt;На первом месте солана, где бОльшая часть объёма - это торговля мемами. В этом блокчейне тонна ликвидности и еще больше возможностей. Чем мы и будем с вами пользоваться. Итак. &lt;/p&gt;
  &lt;figure id=&quot;8l5u&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/d0/e7/d0e7d69e-d863-4a54-b16d-3df1499136c9.jpeg&quot; width=&quot;1848&quot; /&gt;
  &lt;/figure&gt;
  &lt;h2 id=&quot;soc3&quot;&gt;Регистрируемся в боте. &lt;/h2&gt;
  &lt;p id=&quot;mHmm&quot;&gt;Мы будем пользоваться самым быстрым ботом, который лишь чуть-чуть уступает платным продуктам стоимостью ~$9600. Это &lt;a href=&quot;https://t.me/TradeWiz_Solbot?start=r-JWY4WGM2B7&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;TradeWiz&lt;/strong&gt;&lt;/a&gt;. &lt;/p&gt;
  &lt;p id=&quot;KiNa&quot;&gt;Регистрируемся в боте - &lt;a href=&quot;https://t.me/TradeWiz_Solbot?start=r-JWY4WGM2B7&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;*КЛИК*&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;После чего попадаем в главное меню: &lt;/p&gt;
  &lt;figure id=&quot;pYKS&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/ea/aa/eaaa885f-f28f-46b8-a926-a3aa36f89748.png&quot; width=&quot;1422&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;2WjW&quot;&gt;Solana Wallet address - это ваши реквизиты. Переводим по указанному адресу SOL с биржи и через минуту они отобразятся в SOL Balance. &lt;/p&gt;
  &lt;p id=&quot;AyVb&quot;&gt;В этой статье я не буду затрагивать раздел Copy Trade, т.к это отдельное направление достойное новой статьи. Которую я тоже напишу. Но в другой раз. &lt;/p&gt;
  &lt;h2 id=&quot;78y6&quot;&gt;Настраиваем бота. &lt;/h2&gt;
  &lt;p id=&quot;0ATL&quot;&gt;Переходим по кнопке Settings и ставим мои настройки: &lt;/p&gt;
  &lt;figure id=&quot;WO7j&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/9f/59/9f59a7a1-6f33-46e1-9b02-c62a35387508.png&quot; width=&quot;1348&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;JMSn&quot;&gt;&lt;strong&gt;Slippage&lt;/strong&gt;: на сколько цена может измениться от текущей, чтобы прошла сделка. &lt;br /&gt;&lt;strong&gt;Gas fee&lt;/strong&gt;: 0.007 SOL вполне хватает, можно поднять до 0.01-0.02.  &lt;br /&gt;&lt;strong&gt;Anti-MEV&lt;/strong&gt;: должен быть включен, если вы покупаете на сумму &amp;gt;0.4 SOL.&lt;br /&gt;&lt;strong&gt;MEV Tip&lt;/strong&gt;: 0.005, этого хватит, чтобы вас не мевнули. 0.01-0.02 - чтобы транзакции летали оч быстро и ваша покупка бал моментальная. используем &lt;strong&gt;только если покупаем монету на сумму &amp;gt;0.4 SOL&lt;/strong&gt;, в остальных случаях это пустая трата денег!&lt;br /&gt;&lt;strong&gt;Auto Buy&lt;/strong&gt;: функция, если вы покупаете всегда на одну сумму. После активации вам нужно будет прописать размер позы в Auto Buy Amount. Чтобы купить монету, нужно отправить контракт в бота и он её купит сразу на заданную вами сумму. &lt;/p&gt;
  &lt;h2 id=&quot;bWIX&quot;&gt;Покупаем/продаём монету. &lt;/h2&gt;
  &lt;p id=&quot;xY1D&quot;&gt;Для примера разберем монету WAPE. &lt;/p&gt;
  &lt;p id=&quot;a9Nv&quot;&gt;Берем её контракт на dexscreener: &lt;/p&gt;
  &lt;figure id=&quot;patn&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/5a/da/5adab330-5743-481d-97a1-5677ceafd51d.png&quot; width=&quot;1948&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;4ucs&quot;&gt;Переходим в бота &lt;a href=&quot;https://t.me/TradeWiz_Solbot?start=r-JWY4WGM2B7&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;TradeWiz&lt;/strong&gt;&lt;/a&gt;, нажимаем Buy и вставляем контракт: &lt;/p&gt;
  &lt;figure id=&quot;C3FD&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/32/e7/32e71b36-4ef7-4a5c-8d43-0cbdb78a3df5.png&quot; width=&quot;1370&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;jHPQ&quot;&gt;Откроется меню с покупкой: &lt;/p&gt;
  &lt;figure id=&quot;yPA1&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/cf/4f/cf4fd05e-02c4-496d-a414-c63870ffb7f6.png&quot; width=&quot;1150&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;Wkd6&quot;&gt;&lt;strong&gt;&lt;br /&gt;SOL Balance&lt;/strong&gt;: сколько соланы на вашем счету.&lt;br /&gt;&lt;strong&gt;Price&lt;/strong&gt;: цена, &lt;strong&gt;LP&lt;/strong&gt;: ликвидность в токене: &lt;strong&gt;MC&lt;/strong&gt;: капитализация.&lt;br /&gt;&lt;strong&gt;Renounced + Burnt&lt;/strong&gt;: никто не вытащит ликву и не напечатает новые токены. &lt;/p&gt;
  &lt;p id=&quot;Klol&quot;&gt;Мы можем выбрать предложенную сумму для покупки: 0.2, 0.5, 1, 2, 5 SOL. Либо можем написать её сами. Для этого нужно нажать Buy X SOL и написать значение. Например 0.05 SOL, если вы хотите взять монету WAPE на такую сумму. &lt;/p&gt;
  &lt;figure id=&quot;nNs9&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/30/16/301649bd-e4f8-4634-86d5-fed901fcd475.png&quot; width=&quot;1218&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;njAB&quot;&gt;После покупки &lt;a href=&quot;https://t.me/TradeWiz_Solbot?start=r-JWY4WGM2B7&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;TradeWiz&lt;/strong&gt;&lt;/a&gt; показывает информацию по позиции: &lt;/p&gt;
  &lt;figure id=&quot;1Y5m&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/2e/89/2e891646-3efa-406f-ad45-ef4d8dc5fca6.png&quot; width=&quot;1200&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;lvTD&quot;&gt;&lt;strong&gt;SOL Balance&lt;/strong&gt;: сколько осталось соли на депозите.&lt;br /&gt;&lt;strong&gt;Token&lt;/strong&gt;: на какую сумму куплен текущий токен.&lt;br /&gt;&lt;strong&gt;PNL&lt;/strong&gt;: ваш профит в процентах/солане/долларах. &lt;br /&gt;&lt;strong&gt;Avg Entry&lt;/strong&gt;: средняя цена входа в позицию. &lt;/p&gt;
  &lt;h2 id=&quot;kadL&quot;&gt;Смотрим свои позиции: &lt;/h2&gt;
  &lt;p id=&quot;Jq5v&quot;&gt;Сразу после покупки можно нажать на кнопку view positions либо прописать /start, попасть в главное меню и зайти в positions. &lt;/p&gt;
  &lt;figure id=&quot;N5gX&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/aa/03/aa03450c-c9b4-4132-a87e-205584f3528e.png&quot; width=&quot;1144&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;u8Zm&quot;&gt;&lt;strong&gt;Появились две новые метрики: &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;u4IX&quot;&gt;Buy: на какую сумму и сколько раз вы купили монету. &lt;br /&gt;Sell: на какую сумму и сколько раз вы продали монету. &lt;/p&gt;
  &lt;p id=&quot;tzlR&quot;&gt;Чтобы сгенерировать картинку с PnL, нажмите на кнопку SHARE: &lt;/p&gt;
  &lt;figure id=&quot;V19y&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/52/65/5265611c-8d19-4d87-9116-f137eefa5bba.jpeg&quot; width=&quot;1848&quot; /&gt;
  &lt;/figure&gt;
  &lt;h3 id=&quot;DOW5&quot;&gt;Продаем монету. &lt;/h3&gt;
  &lt;p id=&quot;OIVi&quot;&gt;Снова заходим в Positions, после чего кликаем по названию монеты. &lt;br /&gt;Откроется такое меню: &lt;/p&gt;
  &lt;figure id=&quot;ALPx&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/a0/76/a0766da9-9f6b-4a89-b4ec-8d66372e4225.png&quot; width=&quot;1120&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;V64e&quot;&gt;Галка стоит на Swap, Sell 100% и 35% Slippage. &lt;br /&gt;Эти цифры можно поменять. Например, продать половину позиции, выбрав Sell 50%. Или продать 10%, нажав на Sell X %. &lt;/p&gt;
  &lt;p id=&quot;NgGf&quot;&gt;Я продаю всю позу, поэтому просто нажимаю на Sell в самом низу. &lt;/p&gt;
  &lt;figure id=&quot;eKyU&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/50/14/501490e1-f43b-4503-aff6-456c3cfeb41b.png&quot; width=&quot;1240&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;B4NE&quot;&gt;Всё, из позиции мы вышли и зафиксировали 1% убытка. &lt;/p&gt;
  &lt;h2 id=&quot;AGxz&quot;&gt;Ставим тейк-профит и стоп-лосс. &lt;/h2&gt;
  &lt;p id=&quot;mq8o&quot;&gt;В самом начале я писал, что у ботов расширен функционал. Например, вы можете задать условие: как монета вырастит в 2 раза, бот должен автоматически продать 50% позиции. Тем самым у вас будут бесплатные токены и 0 рисков. &lt;/p&gt;
  &lt;p id=&quot;iatl&quot;&gt;&lt;strong&gt;Для этого заходим в Auto Sell. &lt;/strong&gt;&lt;/p&gt;
  &lt;figure id=&quot;39FJ&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/04/8d/048d5d9e-2a9a-489c-a711-d9a8466a72b8.png&quot; width=&quot;1264&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;suoJ&quot;&gt;Открывается такое меню: &lt;/p&gt;
  &lt;figure id=&quot;DsDw&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/9d/17/9d17a4f5-28ae-4f68-a3f5-78d3d0037344.png&quot; width=&quot;1326&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;ETTi&quot;&gt;T/P: сюда пишем при каком росте поставить тейк-профит/стоп-лосс. &lt;br /&gt;Amount: какой % от позиции зафиксировать. &lt;/p&gt;
  &lt;figure id=&quot;HZst&quot; class=&quot;m_retina&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/c7/60/c7608ccd-18b8-4627-860b-96328d72de59.png&quot; width=&quot;663&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;1xZg&quot;&gt;Если цена обрушится на 50%, то бот продаст всю монету. &lt;br /&gt;Если цена вырастит на 100%, то бот продаст половину (безубыток) &lt;br /&gt;Если цена вырастит на 600%, то бот продаст 30%. &lt;br /&gt;Если цена вырасти на 6000%, то бот продаст оставшиеся 20%. &lt;/p&gt;
  &lt;p id=&quot;ksIO&quot;&gt;Чтобы включить этот режим, переключите его с Paused. &lt;/p&gt;
  &lt;p id=&quot;Kinp&quot;&gt;&lt;/p&gt;
  &lt;p id=&quot;J97X&quot;&gt;Это была статья по базовой торговле в &lt;a href=&quot;https://t.me/TradeWiz_Solbot?start=r-JWY4WGM2B7&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;TradeWiz&lt;/strong&gt;&lt;/a&gt; боте. &lt;br /&gt;Благодаря ему ваша торговля будет максимально комфортной.  &lt;br /&gt;С вами был may.crypto &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</content></entry><entry><id>maycluben:memtrade</id><link rel="alternate" type="text/html" href="https://teletype.in/@maycluben/memtrade?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=maycluben"></link><title>Профессионально торгуем мемами</title><published>2024-08-12T11:01:19.340Z</published><updated>2024-08-12T11:01:19.340Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img1.teletype.in/files/c1/00/c10084ed-0582-404e-a6ba-27d25735a461.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://img2.teletype.in/files/17/46/17461910-d365-4c75-ac03-f41c54641796.png&quot;&gt;в этой статье я расскажу, как сделать торговлю мемами удобной и приятной.</summary><content type="html">
  &lt;figure id=&quot;ThVJ&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/17/46/17461910-d365-4c75-ac03-f41c54641796.png&quot; width=&quot;1652&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;TgSi&quot;&gt;в этой статье я расскажу, как сделать торговлю мемами удобной и приятной. &lt;/p&gt;
  &lt;h3 id=&quot;WujO&quot;&gt;Регаемся в боте. &lt;/h3&gt;
  &lt;p id=&quot;d3z0&quot;&gt;переходим в&lt;strong&gt; &lt;a href=&quot;https://t.me/solana_trojanbot?start=r-may_adm&quot; target=&quot;_blank&quot;&gt;trojan solana bot&lt;/a&gt;&lt;/strong&gt; (по ссылке вы получите скидку 10% на комиссии) &lt;br /&gt;после чего у вас откроется такое меню: &lt;/p&gt;
  &lt;figure id=&quot;GPyK&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/16/14/16149cc9-3aeb-492d-afaa-e1b59f18308c.png&quot; width=&quot;1288&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;eGjy&quot;&gt;чтобы начать им пользоваться, нужно перевести SOL (именно солану, а не USDC или другой токен) на кошелек. в моем случае я перевел на F1X7J****VYZF.  &lt;/p&gt;
  &lt;p id=&quot;b36S&quot;&gt;баланс для торговли есть. переходим к следующему пункту. &lt;/p&gt;
  &lt;h3 id=&quot;53Qq&quot;&gt;Настройка бота. &lt;/h3&gt;
  &lt;p id=&quot;TIyy&quot;&gt;идем в меню settings &lt;/p&gt;
  &lt;figure id=&quot;q9Bc&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/63/f9/63f9a60d-2609-4e82-8800-584af1d35e5d.png&quot; width=&quot;1168&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;kZl8&quot;&gt;первые 2 пункта отвечают за базовые настройки: &lt;/p&gt;
  &lt;figure id=&quot;Abx5&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/a9/23/a923d9c8-1dbe-4a3b-a9d6-d121f12a747b.png&quot; width=&quot;1192&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;xIcp&quot;&gt;&lt;strong&gt;fast / turbo / custom fee &lt;/strong&gt;- это размер комиссии. &lt;strong&gt;у меня стоит турбо&lt;/strong&gt;, чтобы позиция точно попала в мемпул и токен был куплен моментально.  &lt;/p&gt;
  &lt;p id=&quot;1I31&quot;&gt;&lt;strong&gt;mev protect&lt;/strong&gt; - это защита от сендвич атак посредством проведения транзакций через приватный мемпул. оч нужная вещь, поэтому обязательно включаем. &lt;/p&gt;
  &lt;p id=&quot;Ae5r&quot;&gt;&lt;strong&gt;следующее по списку - автопокупка.&lt;br /&gt;&lt;/strong&gt;одно из лучших изобретений, чтобы в одно касание покупать токен. для этого нужно лишь отправить контракт в бота и дальше все будет сделано за вас автоматически. &lt;/p&gt;
  &lt;figure id=&quot;fq9q&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/f1/73/f1733165-6a82-4b22-b6f0-1c3009062ff3.png&quot; width=&quot;1178&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;1CKe&quot;&gt;чтобы настроить автоматические покупки, надо нажать на кнопку  Auto Buy. после чего мы перейдем в меню настроек &lt;/p&gt;
  &lt;figure id=&quot;9J1c&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/41/eb/41eb8468-acc0-46d1-803c-2705c099a903.png&quot; width=&quot;1306&quot; /&gt;
    &lt;figcaption&gt;чтобы автопокупка работала, не забудьте ее включить. индикатор работоспособности - кнопка  ON&lt;/figcaption&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;s4XJ&quot;&gt;&lt;strong&gt;buy amount&lt;/strong&gt; - это сумма, на которую будет открываться позиция. &lt;br /&gt;&lt;strong&gt;slippage&lt;/strong&gt; - это проскальзывание. я ставлю 100%, т.к щитки волатильные.  &lt;br /&gt;&lt;strong&gt;min liquidity&lt;/strong&gt; - чекает ликвидность токена. если она ниже выставленного вами порога, то токен не будет куплен. я не пользуюсь этой настройкой.  &lt;br /&gt;&lt;strong&gt;max mcap&lt;/strong&gt; - если капа токена выше той, что вы выставили, то токен не будет куплен. я не пользуюсь этой настройкой.  &lt;br /&gt;&lt;strong&gt;auto sell&lt;/strong&gt; (SL/TP) - имба на щитках, о ней в следующем пункте. &lt;/p&gt;
  &lt;p id=&quot;9GUO&quot;&gt;нажимаем на Auto Sell (SL/TP) &lt;/p&gt;
  &lt;figure id=&quot;GaMg&quot; class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/1a/f2/1af2163c-5b6b-44f4-8ff8-5b8679390c68.png&quot; width=&quot;1192&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;DWeq&quot;&gt;и переходим в настройку стоп-лосса и тейк-профита: &lt;/p&gt;
  &lt;figure id=&quot;oSmE&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/84/d8/84d868fe-961d-484c-972d-27c73a2c4f9a.png&quot; width=&quot;1214&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;FlAs&quot;&gt;читаем настройки на моем скрине: &lt;/p&gt;
  &lt;p id=&quot;Sddp&quot;&gt;когда цена вырастит от точки входа на 100% (T/P: 100.00%), бот продаст половину позиции (Amount: 50.00%). другими словами, как токен сделает х2,&lt;a href=&quot;https://t.me/solana_trojanbot?start=r-may_adm&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt; троян бот &lt;/strong&gt;&lt;/a&gt;автоматически зафиксирует тело и застрахует меня от убытков. &lt;br /&gt;проскальзывание выставил 50%, этого хватает.  &lt;/p&gt;
  &lt;h3 id=&quot;Oapy&quot;&gt;Остальные настройки&lt;/h3&gt;
  &lt;figure id=&quot;0K3M&quot; class=&quot;m_retina&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/c6/7b/c67bfdd1-6ad7-47af-891c-4fbdc1e8b15a.png&quot; width=&quot;596&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;fyl6&quot;&gt;&lt;strong&gt;buy amounts&lt;/strong&gt; - нужны, если вы не пользуетесь автопокупкой. после того, как вы отправите контракт токена в бота, бот вам предложит 5 вариантов сумм, на которую купить щиток. у меня это 0.5, 1, 3, 5, 10 солан. &lt;/p&gt;
  &lt;p id=&quot;7Ijh&quot;&gt;вы можете отредактировать эти суммы по своему усмотрению. &lt;/p&gt;
  &lt;p id=&quot;szgF&quot;&gt;&lt;strong&gt;sell ammounts&lt;/strong&gt; - сколько % от позиции фиксировать. у меня стоит 50% и 100%. sell slippage 100%. &lt;/p&gt;
  &lt;p id=&quot;T3yl&quot;&gt;удачных торгов! &lt;/p&gt;

</content></entry><entry><id>maycluben:CZ</id><link rel="alternate" type="text/html" href="https://teletype.in/@maycluben/CZ?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=maycluben"></link><title>Ahead of the Present. History of the CZ</title><published>2022-10-18T07:12:59.414Z</published><updated>2022-10-18T07:12:59.414Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img1.teletype.in/files/0a/98/0a9891d1-aa07-4a49-8b9f-6df1b812615f.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://img4.teletype.in/files/3d/b7/3db7aeec-935c-4043-b182-bcea76262cc2.jpeg&quot;&gt;Greetings, dear reader! </summary><content type="html">
  &lt;figure id=&quot;HdcR&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/3d/b7/3db7aeec-935c-4043-b182-bcea76262cc2.jpeg&quot; width=&quot;1483&quot; /&gt;
  &lt;/figure&gt;
  &lt;h2 id=&quot;jlmI&quot;&gt;Preface&lt;/h2&gt;
  &lt;p id=&quot;Zvub&quot;&gt;Greetings, dear reader! &lt;/p&gt;
  &lt;p id=&quot;4awa&quot;&gt;Is there any easier way to understand the crypto-sphere by adopting the experience and way of thinking of outstanding personalities who literally built its foundation?&lt;/p&gt;
  &lt;p id=&quot;hYL7&quot;&gt;As for #making_on_crypto, why not learn it at the same time also from the richest representatives?&lt;/p&gt;
  &lt;p id=&quot;tBwy&quot;&gt;It&amp;#x27;s not uncommon for these motives to overlap and complement each other - to understand and make money.&lt;/p&gt;
  &lt;p id=&quot;Cama&quot;&gt;The hero of last week&amp;#x27;s article was Sam from FTX and Alameda Research. As for our guest today... He could very well compete with Sam for any championship.&lt;/p&gt;
  &lt;figure id=&quot;WpX5&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/a2/a1/a2a162f0-e3e9-4dcd-9665-35d0c2b16fb3.jpeg&quot; width=&quot;1280&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;BTaN&quot;&gt;A simple guy who went through McDonald&amp;#x27;s, whose capital was once valued at $90 billion.&lt;/p&gt;
  &lt;p id=&quot;9XzS&quot;&gt;Sold his apartment to buy bitcoin at $600.&lt;/p&gt;
  &lt;p id=&quot;G1md&quot;&gt;Once told his team, &amp;quot;We&amp;#x27;re going to do an ICO. Google it if you don&amp;#x27;t know the meaning of the word.&amp;quot; Two weeks later, the guys had raised $15 million.&lt;/p&gt;
  &lt;p id=&quot;CgbT&quot;&gt;And just six months later, this project was the best in its field. &lt;/p&gt;
  &lt;p id=&quot;ORt9&quot;&gt;That project is the Binance exchange, and today&amp;#x27;s article is about its creator and CEO Changmen Zhao, also known as CZ (Changpeng Zhao).&lt;/p&gt;
  &lt;p id=&quot;m64q&quot;&gt;He is one of the most famous builders, he managed to contribute to the sphere even before he founded his own company, and now he is a pioneer for the whole crypto-space.&lt;/p&gt;
  &lt;p id=&quot;VgNM&quot;&gt;This man lives his business, it&amp;#x27;s enough to know that 95% of Binance employees are paid in crypto. And the only assets he really holds are $BTC, $BNB, to understand his intentions. &lt;/p&gt;
  &lt;p id=&quot;kVuI&quot;&gt;Can you imagine how uncomfortable such a life can be? But this very thesis is what makes it possible to create innovative and breakthrough products.&lt;/p&gt;
  &lt;p id=&quot;jagV&quot;&gt;Well, why not get to know each other better? &lt;/p&gt;
  &lt;h2 id=&quot;YL0b&quot;&gt;Early Biography&lt;/h2&gt;
  &lt;figure id=&quot;b8Dc&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/22dc04a9cd74e575696fb.png&quot; width=&quot;736&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;3UwU&quot;&gt;First Check Point: 1977. China during the time of Mao Tse-tung.&lt;/p&gt;
  &lt;p id=&quot;77La&quot;&gt;Our hero was born in the Chinese province of Jiangsu into a family of teachers. When CZ was six years old, amid the Cultural Revolution in China, his father was forced to emigrate to Canada. As all universities were closed because of the unrest, Zhao&amp;#x27;s father could not teach or even study. &lt;br /&gt;As soon as the riots subsided, many students hurriedly applied to study abroad.&lt;/p&gt;
  &lt;p id=&quot;IKO2&quot;&gt;Fortunately, Zhao&amp;#x27;s father was accepted to the University of British Columbia.&lt;/p&gt;
  &lt;p id=&quot;FYec&quot;&gt;So Zhao and his mother lived apart from his father for the next six years until they were approved for a visa. After that, the whole family moved to Vancouver.&lt;/p&gt;
  &lt;p id=&quot;wRdi&quot;&gt;To celebrate the reunion, the father bought his son an IBM-286 computer. By the head of the family&amp;#x27;s confession, it was the biggest purchase of his life. &lt;/p&gt;
  &lt;p id=&quot;1hxS&quot;&gt;That&amp;#x27;s where it all begins... &lt;/p&gt;
  &lt;figure id=&quot;ScEc&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://i.pinimg.com/originals/5d/89/95/5d8995fa5d36455ffbb301864fd19e4e.gif&quot; width=&quot;400&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;oCVZ&quot;&gt;At first, Zhao played simple computer games. But thanks to his father, who is good at math and programming, and the teaching experience of both parents, the focus of his son&amp;#x27;s interests was skillfully shifted. The possibilities of IBM were revealed in a new way.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;PaYz&quot;&gt;By the way, when translating some Binance materials, you may be confused by the mention of the Czech Republic in the received text. The fact is that the combination of letters CZ (Changpeng Zhao), is the international code of the Czech Republic.&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;xPZG&quot;&gt;In high school, Zhao studied more and more math and IT, taking many courses. He sometimes had to combine his studies with a part-time job to help his family pay the bills. At one time he worked at McDonald&amp;#x27;s, a true cryptan.&lt;/p&gt;
  &lt;h2 id=&quot;qwRB&quot;&gt;Student life and the first serious job&lt;/h2&gt;
  &lt;figure id=&quot;WhyH&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/547af56d39e22c7f36267.png&quot; width=&quot;1920&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;0INU&quot;&gt;Student life was full of internships and in his third year Zhao went to Japan. There he got his first real work experience: programming in the field of trading. &lt;/p&gt;
  &lt;p id=&quot;F7XL&quot;&gt;At that time Zhao had little idea about the structure of financial systems, but even for an amateur it was obvious that this field was a new &amp;quot;gold mine&amp;quot;.&lt;/p&gt;
  &lt;p id=&quot;cWS2&quot;&gt;And this field would not let him go. Or rather, it would not let him go.&lt;/p&gt;
  &lt;p id=&quot;CCiC&quot;&gt;After graduation CZ travelled a lot, and during this time he gained valuable experience in the stock markets of Japan.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;OzUp&quot;&gt;Considering that SBF got rich indirectly thanks to Japanese exchanges, we are obviously underestimating their contribution to the cryptocurrency industry... But seriously, this example really shows the need to be everywhere and understand the situation in order to take advantage of it. &lt;/p&gt;
    &lt;p id=&quot;NhIY&quot;&gt;Needless to say about global products like Binance, even I, a mere cryptan, managed to benefit a lot from trying to be everywhere.&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;auXO&quot;&gt;In 2001 I started working on the system of trade order installation, but already on the New York Stock Exchange.&lt;/p&gt;
  &lt;p id=&quot;GUAm&quot;&gt;In the same year I was offered a job at Bloomberg. He joined the team of Tradebook service, which specializes in futures contracts trading. &lt;/p&gt;
  &lt;p id=&quot;bOZq&quot;&gt;Zhao was promoted 3 times during his 4-year career at Bloomberg. In his last position at the company, he regulated interactions between the New Jersey, Tokyo and London teams.&lt;/p&gt;
  &lt;p id=&quot;UwkW&quot;&gt;Let&amp;#x27;s skip ahead a bit - CZ&amp;#x27;s example is also interesting because the philosophy of the cryptocurrency sphere applies not only to his work, but also to his life:&lt;/p&gt;
  &lt;p id=&quot;dXAD&quot;&gt;&amp;quot;I changed cities every five years on average. I lived in China, Canada, Japan, Hong Kong and Singapore. I think I&amp;#x27;m a typical global citizen. It&amp;#x27;s influenced my outlook, the way I think and the way I do business.&amp;quot;&lt;/p&gt;
  &lt;p id=&quot;XQVZ&quot;&gt;That&amp;#x27;s what we see in the idea of decentralization-an attempt to prioritize the whole world over a particular centralized unit, expanding one&amp;#x27;s freedoms and experience. &lt;/p&gt;
  &lt;h2 id=&quot;EL6p&quot;&gt;Founding your own company&lt;/h2&gt;
  &lt;figure id=&quot;CmGE&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/6c254dc0659af631cb2a3.png&quot; width=&quot;429&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;4xT9&quot;&gt;Zhao&amp;#x27;s career achievement at Bloomberg was just the beginning for CZ. After moving to Shanghai in the fall of 2005, Zhao became one of the first partners at Fusion Systems Group, a consulting company for trading and banking software applications. At Fusion Systems, he successfully negotiated trading systems deals with Credit Suisse, Goldman Sachs and Deutsche Bank.&lt;/p&gt;
  &lt;p id=&quot;VhO0&quot;&gt;Along with his main job at Fusion Systems, Zhao also tried himself in various startups, here is a little-known example:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(24,  24%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;Bjmx&quot;&gt;&amp;quot;Around 2006-2008, a comrade and I decided to start a social media service, more specifically an image rating service similar to Hot or Not. It seemed like a brilliant idea to us, and we decided to monetize the fashion industry. But we both had main jobs and did not want to leave, so we decided to work on the project in our spare time, not full-time. I already had some ties to the venture capitalist world, and I set us up with a few meetings. Each of them said firmly and clearly: either you work on this all the time, or it won&amp;#x27;t take off&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;EUkQ&quot;&gt;In the end, CZ and its partner got into debt, which they were not able to cover until four years later.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;rto1&quot;&gt;The important lesson from CZ is that if you&amp;#x27;re not fully committed, it&amp;#x27;s not worth a second of your time.&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;Hdgw&quot;&gt;Supplementing this thought we see that CZ almost created Tinder 6 years before the original. &lt;br /&gt;Genius ideas may come often, but they will also require a corresponding return. In other words, don&amp;#x27;t spray every opportunity if you&amp;#x27;ve got the confidence in your business.&lt;/p&gt;
  &lt;p id=&quot;RF98&quot;&gt;In 2013, after becoming interested in cryptocurrencies, CZ left Fusion Systems (what&amp;#x27;s it like to leave your own company?). He had worked there for eight years. &lt;/p&gt;
  &lt;p id=&quot;8EPS&quot;&gt;Going into crypto from your own company - I think a lot of people are familiar ;)&lt;/p&gt;
  &lt;h2 id=&quot;BVxU&quot;&gt;The seductive world of cryptocurrencies&lt;/h2&gt;
  &lt;figure id=&quot;rysg&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/91aff7da89ed619d882af.png&quot; width=&quot;770&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;uGMg&quot;&gt;In 2013, Bobby Li, who was the CEO of BTC China, and his investor friend Ron Cao, then at Lightspeed China Partners, pitched the idea at a poker game:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;6ddJ&quot;&gt;&amp;quot;CZ, you have to convert 10% of your net worth into Bitcoin. Yes, there is a very small chance that it will fall to zero and you will lose that 10%, but there is a big chance that it will increase 10 times and then you will double your equity&amp;quot; (math and probabilities again).&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;qRXC&quot;&gt;Champen was inspired by the gamble.&lt;/p&gt;
  &lt;p id=&quot;NtqU&quot;&gt;CZ soon became familiar with Bitcoin&amp;#x27;s whitepaper and thanks to technical expertise figured it out in 6 months. At that time there was not much educational content on the Internet, only the local bitcointalk.org forum.&lt;/p&gt;
  &lt;p id=&quot;Bnli&quot;&gt;And that&amp;#x27;s the perfect example I&amp;#x27;m trying to convey - once you could only read about bitcoin in one forum, but now, regardless of the price, they&amp;#x27;re ready to queue up for it. &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;hsGI&quot;&gt;The same thing is happening now with young but strong projects. As long as you follow them, you not only get an opportunity to be earlier and earn more, you keep your hand on the pulse of the industry, opening up even more opportunities: for example, to create your own breakthrough product. &lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;0cCF&quot;&gt;In December 2013, at a small conference in Las Vegas, he met with some of today&amp;#x27;s industry giants: Charlie Lee, Matthew Roszak, Vitalik Buterin. There was also a representative from Ripple. He taught Champen how to use the token. &lt;/p&gt;
  &lt;p id=&quot;QPLV&quot;&gt;In the process he transferred some XRP (about $500) to CZ. When they were finished, CZ wanted to give the coins back, but the reply he heard was, &amp;quot;You can keep them and use them to train the next person.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;OjSM&quot;&gt;So I thought, &amp;quot;Well, this is a pretty generous group of people. They really don&amp;#x27;t just do things for profit and really just want to teach.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;VrFM&quot;&gt;Encouraged by the technology, CZ moved on to active investment.&lt;/p&gt;
  &lt;p id=&quot;BuPl&quot;&gt;He purchased a small amount of $BTC to estimate the potential. Having realized it in full, he was already in a hurry to sell his most illiquid asset - his own apartment.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;9i4X&quot;&gt;It sounds nice, &amp;quot;I sold the apartment - I bought bitcoin&amp;quot;, but it is very important to understand the meaning: CZ bought $BTC at $600 and survived its fall to $200. That is, he transferred his &amp;quot;solid and sure asset&amp;quot; to one that depreciated 3 times. Imagine having 2/3 of your living space abruptly disappear. Not very pleasant and even scary. A firmer thesis and confidence in it, helped CZ go the distance and make tens or hundreds of times more from that deal.&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;bbEk&quot;&gt;At the same time, Champen regularly attended topical conferences and actively participated in discussions on cryptocurrency forums.&lt;/p&gt;
  &lt;figure id=&quot;Mnqs&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/aec9c3ad8935cdc41ae8b.png&quot; width=&quot;541&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;iMOW&quot;&gt;There he met the Blockchain.info startup team, which he soon joined as CTO.&lt;/p&gt;
  &lt;p id=&quot;YGaL&quot;&gt;CZ worked in this company for about a year, as he decided that his strength was, after all, in the exchange business. Champen still speaks warmly of that period in his life.&lt;/p&gt;
  &lt;p id=&quot;RmHl&quot;&gt;He contributed significantly in popularizing Blockchain.info from a startup to a widely recognized service.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;cBHG&quot;&gt;Those who have been in crypto long enough understand the importance of this company. In 2016 I thought that only through their service you can create a btc wallet.&lt;/p&gt;
  &lt;/section&gt;
  &lt;figure id=&quot;F15U&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/0135bf7e2dfb5e1fc0666.png&quot; width=&quot;320&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;ul5j&quot;&gt;After Blockchain.info CZ joined OKCoin (a subsidiary of OKEx), at the time the largest cryptocurrency to fiat money exchanger in China, as CTO, to which he was poached by He Yi (Current CMO of Binance).&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;X95n&quot;&gt;It wasn&amp;#x27;t even a year before CZ left the company, explaining his reasons for leaving in a post on Reddit:&lt;br /&gt;&amp;quot;It&amp;#x27;s really just a difference in direction. The differences have become more apparent in the last couple of months, and we&amp;#x27;ve had a lot of discussions. We decided to go our separate ways.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;SWEz&quot;&gt;The move came as a surprise to many, seemingly coming out of nowhere. Under CZ&amp;#x27;s leadership, OKCoin became the leading exchange in China and added advanced features such as futures.&lt;/p&gt;
  &lt;p id=&quot;Fpsu&quot;&gt;After leaving OKCoin, CZ thought about creating his own exchange that focused only on cryptocurrency trading. He worked carefully on the concept, waiting patiently for the right moment to start.&lt;/p&gt;
  &lt;p id=&quot;LMJB&quot;&gt;From 2015 to 2017, CZ worked at BijieTech, the company he founded. The company provided cloud-based digital currency exchange networks for operators in Shanghai. Zhao mentions this period quite rarely in his interviews, and in general the whole time is covered by a veil of secrets and scandals. But if you omit those details, CZ acquired a significant number of useful contacts during this period, which will later become the backbone of the future Binance.&lt;/p&gt;
  &lt;h2 id=&quot;782j&quot;&gt;The birth of Binance&lt;/h2&gt;
  &lt;p id=&quot;owjL&quot;&gt;In the crypto industry, exchanges manage almost the entire infrastructure. Every single part of the transaction except for the buyer and seller, while in traditional finance there are about 12 different firms doing it all. The other important part was the need for a non-American transaction base.&lt;/p&gt;
  &lt;p id=&quot;pAb5&quot;&gt;The name of the exchange came about by combining two words:&lt;/p&gt;
  &lt;figure id=&quot;WPBB&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/6193d6fa4bdd32ee6cdcd.png&quot; width=&quot;627&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;10Wc&quot;&gt;Today, Binance is not just an exchange where you can exchange one cryptocurrency for another. It is a whole ecosystem offering a huge range of services and opportunities to its end user. Specifically, the exchange offers cryptocurrency to cryptocurrency exchange including more than 500 pairs. But there are even more significant products, which we will talk about a little later, because this is an article about CZ, not its project.&lt;/p&gt;
  &lt;p id=&quot;AGOr&quot;&gt;Having summarized all the experience gained, CZ went very long and carefully to its future project, waiting for the right moment, which came in 2017.&lt;/p&gt;
  &lt;p id=&quot;z0P1&quot;&gt;This year was marked in the crypto industry by the ICO boom period.&lt;/p&gt;
  &lt;p id=&quot;C78g&quot;&gt;At that time, if you were a user of a crypto exchange, in most cases you had to deal with clunky interfaces. &lt;/p&gt;
  &lt;p id=&quot;qVZ8&quot;&gt;The underlying systems were unstable and slow. In 2017, after another halving, the price of the major cryptocurrency was rising, while at the same time all crypto exchanges were falling into the abyss. And the worst part was that none of the exchanges had customer support services.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;bj0H&quot;&gt;CZ, in turn, saw this as a huge opportunity for development, forming a series of core ideas that formed the basis of Binance:&lt;/p&gt;
    &lt;p id=&quot;vKWV&quot;&gt;&amp;quot;We have an almost ready-made trading system with a fast matching mechanism. We can make the user interface much friendlier, increase the speed of exchange, provide timely customer service, and lower fees.&lt;/p&gt;
    &lt;p id=&quot;K0FH&quot;&gt;Although hundreds of new exchanges were born every day, they were just copying each other. No one has really made significant improvements.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;V4gx&quot;&gt;It is not known exactly when the concept of Binance was born and began to develop. From Zhao&amp;#x27;s biography we can conclude that back in 2013 he was imbued with a huge interest in the cryptocurrency industry. And after Zhao&amp;#x27;s not the best, according to himself, experience in the OKCoin cryptocurrency to fiat exchange, he began to conceive the image of his own cryptocurrency exchange.&lt;/p&gt;
  &lt;p id=&quot;VcnH&quot;&gt;The concept was actively developed presumably from 2015 to 2017, in parallel with the work in BijieTech, the staff of which subsequently formed the main working team of the future Binance.&lt;/p&gt;
  &lt;p id=&quot;Z95D&quot;&gt;The year 2017, due to the enormous hype in the field, as well as the ICO boom, was the most opportune moment to turn all the accumulated experience, innovative ideas and developments into results.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;pqoA&quot;&gt;&amp;quot;When we launched Binance, we interviewed people from all over the world. One guy just messaged me on Telegram, sent me a resume with a cover letter. He wanted to work for us in any position, and he understood our business very well. We hired him after two interviews and he became the head of listings, which is a very influential position if you understand the impact of listings on Binance. This person is not public and we have never disclosed his name.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;thrP&quot;&gt;The exchange was established in China, but after the local law regarding cryptocurrencies became stricter, the company was forced to move to Japan.&lt;/p&gt;
  &lt;p id=&quot;nCh8&quot;&gt;CZ&amp;#x27;s reputation reached such a level at one point that he was invited to Malta as an advisor to write laws regulating the cryptocurrency industry. Binance&amp;#x27;s headquarters was then moved there. And Malta became the new cryptocurrency capital.&lt;/p&gt;
  &lt;h2 id=&quot;Xsvc&quot;&gt;Opening Utility&lt;/h2&gt;
  &lt;figure id=&quot;6NKE&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://public.bnbstatic.com/image/cms/blog/20210412/3f999b0c-de99-495d-b9bc-634eb7ef4c47.png&quot; width=&quot;1600&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;M1Hg&quot;&gt;Continuing to talk about discoveries - BNB has set a new trend for tokens and their use.&lt;/p&gt;
  &lt;p id=&quot;HAxp&quot;&gt;Many people are convinced that a coin can only have one use case, in fact there are more variations. Look at Ethereum-it can be a means of payment or capital preservation, but it also powers DeFi and NFT. The asset can have many uses.&lt;/p&gt;
  &lt;p id=&quot;y8uT&quot;&gt;At the time of its release BNB was a real breakthrough as it was the first token in combination with an exchange token, it first &amp;quot;ran&amp;quot; on ERC-20 and later its own blockchain was created. &lt;/p&gt;
  &lt;p id=&quot;sBSj&quot;&gt;BNB is a native currency of Binance Smart Chain, initially it was planned for internal use - discounts on commissions for traders, VIP-statuses and allocations on Launchpad. After the introduction of the blockchain, the possibilities of the token expanded beyond the use on the exchange, and today you can even book a trip or a hotel room for BNB. It is utilitarianism (utilitarianism again, no, just practicality) that creates value, and BNB has it in abundance.&lt;/p&gt;
  &lt;p id=&quot;MQc7&quot;&gt;The flow of new users was so enormous that the team had to hire people just to buy servers from Amazon every day.&lt;/p&gt;
  &lt;h2 id=&quot;bDJ7&quot;&gt;The question of centralization: CZ VS Vitaly Buterin&lt;/h2&gt;
  &lt;figure id=&quot;Zv0x&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/f643ba1f8aaeb64a04130.png&quot; width=&quot;1012&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;gg1L&quot;&gt;This conflict was born almost immediately after the emergence of the Binance exchange and continues to this day. CZ suggests that Binance may well become a DAO in the near future, but Binance to this day is to some extent a centralized exchange. Vitalik Buterin, for his part, is an unquestioning supporter of complete decentralization (hahahaha, and this after he transferred ETH to PoS)&lt;/p&gt;
  &lt;p id=&quot;zaJT&quot;&gt;During the TechCrunch Sessions: Blockchain event, Vitalik Buterin expressed concern about the trend toward centralization of the crypto industry:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;Pv2O&quot;&gt;&amp;quot;I really hope the centralized exchanges burn in hell.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;B0x9&quot;&gt;According to him, centralized exchanges exist only because they serve as a kind of bridge between the world of fiat currencies and the sphere of crypto assets. &lt;/p&gt;
  &lt;p id=&quot;Ih4H&quot;&gt;CZ, on the other hand, expressed an alternative opinion:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;48t7&quot;&gt;&amp;quot;It seems to me that when it comes to centralization vs. decentralization, there are more aspects to consider. I am not very much involved in the design and development of BSC, but Vitalik Buterin, for example, is very closely involved in the architecture of Ethereum 2.0. Specifically in this aspect Ethereum seems to me more centralized, everything revolves around one person. Look at bitcoin, you can&amp;#x27;t find the founder - and that makes it more decentralized.&lt;/p&gt;
    &lt;p id=&quot;KUEF&quot;&gt;The Ethereum network has more nodes, yes. They claim it&amp;#x27;s a computer that can&amp;#x27;t be stopped, and that the software can be run from a laptop. But let&amp;#x27;s be honest, if you run a node on a laptop, you can hardly do anything else on it.&lt;/p&gt;
    &lt;p id=&quot;iZe9&quot;&gt;BSC has a limited number of validators, but not all are controlled by Binance. We only control a few. We can&amp;#x27;t control the network, we can&amp;#x27;t freeze user assets, we can&amp;#x27;t undo transactions. There is decentralization in that sense.&lt;/p&gt;
    &lt;p id=&quot;Q5Gt&quot;&gt;Everyone views decentralization differently. It seems to me that BSC is less decentralized than Ethereum by most logical criteria, and there&amp;#x27;s nothing wrong with that.&lt;/p&gt;
    &lt;p id=&quot;8gpI&quot;&gt;In my mind, users care about security, ease of use, and low fees. BSC provides all of that. We&amp;#x27;re just trying to meet people&amp;#x27;s needs (blocks are also on demand).&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;uOBJ&quot;&gt;This question is very relevant to this day, although this dialogue took place several years ago. It is difficult to take an unambiguous position, but CZ and vitalik.eth have raised a very important issue, in our future articles I will try to reveal it. &lt;/p&gt;
  &lt;h2 id=&quot;Wib8&quot;&gt;CZ&amp;#x27;s attitude toward competition&lt;/h2&gt;
  &lt;figure id=&quot;ssez&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/6f/9a/6f9a09e8-6442-4e06-b447-300f73c450c4.jpeg&quot; width=&quot;685&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;keFZ&quot;&gt;Sam and Zhao grew up in North America, worked on Wall Street, and started their business in Asia, where they are somewhat out of the reach of U.S. regulators.&lt;/p&gt;
  &lt;p id=&quot;m2IA&quot;&gt;As Coinbase, the largest U.S. exchange, has grown and gone public, Binance and FTX have created platforms that cater to American traders, offering far fewer advantages over the main company.&lt;/p&gt;
  &lt;p id=&quot;4sZs&quot;&gt;Following a similar path laid out by Changpeng Zhao, the three Bankman-Fried companies form the basis of a nearly independent financial ecosystem in which his firms can better leverage the value they create.&lt;/p&gt;
  &lt;p id=&quot;tw9W&quot;&gt;Binance was one of the first investors in FTX. Isn&amp;#x27;t that a competitor?&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;BjHt&quot;&gt;&amp;quot;I never consider anyone as a competitor. There are people with a mentality of competition and hostility to everything, even businesses from other fields. But I have a mentality of abundance. I think most things in this world are not limited resources. Money is unlimited. The business opportunities are unlimited. And the crypto industry certainly is. We are so far from saturating the crypto market. We have to build the market together.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;c6le&quot;&gt;For all the friendliness of CZ, you can see that the era of Binance vs FTX is starting: exchanges began to race to buy bankrupt projects at cheap prices in order to sell them at a &amp;quot;fair&amp;quot; price during the next bull cycle.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;n1mQ&quot;&gt;&amp;quot;Right now, Binance has the largest cash reserves. We want to help most companies that have liquidity problems get through this cycle, we&amp;#x27;re talking about more than 50 companies. Binance has 6,000 people, and by the end of the year there will be 8,000.&amp;quot; - Binance CEO said in an interview.&lt;/p&gt;
    &lt;p id=&quot;QQTG&quot;&gt;It would seem silly to hire people in crisis because most exchanges are cutting. On the other hand, the employees who come in the crisis may be more grateful. The cost of advertising has fallen? This means that you can attract more famous advertisers and make your product known to a larger audience. In this way the basic need for &amp;quot;bread and circuses&amp;quot; is satisfied. &lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;c0Lk&quot;&gt;Comparing Binance to Coinbase, Liu (Zhao&amp;#x27;s former OKCoin colleague) says the latter still takes a rather traditional Internet company approach to regulation. &lt;/p&gt;
  &lt;p id=&quot;7Wt5&quot;&gt;They prefer to step-by-step offer high-quality services that target the American and European markets, while completely forgetting about the rest of the world. This approach has its risks:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;aCeC&quot;&gt;Huobi were kings in the Chinese market, but government bans and the inability to work with English-speaking users led the financial component to a deplorable state. Now they are on the verge of bankruptcy.&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;Rl9p&quot;&gt;Zhao seems like one of those people who likes to find short (and sometimes simple) ways to be effective. If you need to scale the world = he&amp;#x27;ll find a way to do it.&lt;/p&gt;
  &lt;h2 id=&quot;gZf7&quot;&gt;The ultimate demonstration of loyalty and charm&lt;/h2&gt;
  &lt;figure id=&quot;LZuN&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://www.cryptonary.com/wp-content/uploads/2022/05/cryptonary_kassym-jomart_tokayev_x_changpeng_zhao_1_720.png.webp&quot; width=&quot;720&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;uFY7&quot;&gt;A key component of Zhao&amp;#x27;s charm is his ability to connect with people. &lt;br /&gt;Finding common topics of conversation and actively contributing to the cryptocommunity is the best way to build strong bonds.&lt;br /&gt;Nevertheless, CZ is often criticized for his aggressive introduction into the legal spheres of various countries, and here is his response to that:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;Qz9e&quot;&gt;&amp;quot;I do think we need rules for society to function well. But at the same time - I&amp;#x27;m free. I believe we can increase the overall level of freedom with cryptocurrency.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;Myi8&quot;&gt;As impressive as the list of merits of the exchange is, it gets even more impressive, some of them - Binance Coin, and the Binance Exchange&amp;#x27;s cryptocurrency-only trading policy - were radical at the time of their launch. Add up the number of businesses that have since followed Zhao&amp;#x27;s lead, and it&amp;#x27;s easy to see why he is lauded as a visionary.&lt;/p&gt;
  &lt;p id=&quot;wE13&quot;&gt;At the Forbes Asia Forum in Singapore, Zhao prepared a surprise for the audience. By the time he took the stage, the crowd of businessmen had turned into an excited mass.&lt;/p&gt;
  &lt;figure id=&quot;jRP7&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://cdn1.i-scmp.com/sites/default/files/images/methode/2018/12/11/3f69853e-fc2f-11e8-93b7-146c6b325962_1320x770_081743.JPG&quot; width=&quot;1320&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;3Jer&quot;&gt;It&amp;#x27;s a testament to Zhao&amp;#x27;s cross-over appeal - many in the audience are members of a financial institution who (at least publicly) are still somewhat skeptical, if not derisive, of the technology. On that very stage entrance, however, those differences disappeared when Zhao raised his hand to reveal his first tattoo, the new logo of his exchange, Binance. Since then, he has received no less than a dozen requests for selfies, all provided his right hand is raised high.&lt;/p&gt;
  &lt;p id=&quot;HtrC&quot;&gt;This move shows the root of CZ&amp;#x27;s appeal; if he sometimes seems to shun rebel status by abandoning passive real estate and fiat, what makes him such an effective ambassador for the crypto movement is that he so easily radiates his core beliefs.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;yT36&quot;&gt;&amp;quot;A tattoo is the ultimate demonstration of fidelity, it cannot be bought. It must be voluntary.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;figure id=&quot;Kg4U&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/f2/8e/f28e54c8-1281-4aa8-a565-76d894169ad4.png&quot; width=&quot;1200&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;6Gzq&quot;&gt;Jehan Chu, co-founder and managing partner of Kenetic Capital, whose firm declined to invest in Binance, now believes it was a mistake, and much of it has to do with Zhao&amp;#x27;s talent for spotting market needs.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;i7Dt&quot;&gt;&amp;quot;What worked really well was its ability to adapt to the changing marketplace and offer innovations that the marketplace didn&amp;#x27;t even know it had,&amp;quot; Chu says.&lt;/p&gt;
    &lt;p id=&quot;qPKV&quot;&gt;&amp;quot;They were the first to come up with an exchange token. I think that&amp;#x27;s what&amp;#x27;s most impressive about CZ: his vision to just try different things, repeat and then execute.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;LP4V&quot;&gt;It is easy to forget that Zhao&amp;#x27;s rapid ascent came after nearly two years of exile of sorts, a period during which emails from CoinDesk often went unanswered.&lt;/p&gt;
  &lt;p id=&quot;pC4U&quot;&gt;Binance is neither the first cryptocurrency exchange nor the first decentralized exchange. &amp;quot;But he is able to synthesize his experience, his team and initiatives that he has not been able to implement in OKCoin.&lt;/p&gt;
  &lt;p id=&quot;0Efn&quot;&gt;And part of the reason for his abilities, they say, is that CZ is a very outgoing person. He has a great sense of humor and always seems to be a bit of a smart guy, a bit ahead of the mainstream.&lt;/p&gt;
  &lt;h2 id=&quot;G2Jf&quot;&gt;Actions in the bear market 2022&lt;/h2&gt;
  &lt;figure id=&quot;a3E9&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/2b/17/2b175cb0-0f7d-47d3-a078-0095a0329525.jpeg&quot; width=&quot;1193&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;lss6&quot;&gt;In late November, CZ released an article with 10 postulates on the need for regulation in cryptocurrency.&lt;/p&gt;
  &lt;p id=&quot;iMmg&quot;&gt;On March 26, CZ met with San Salvador President Nayib Buquel. To discuss the implementation of crypto in Central America.&lt;/p&gt;
  &lt;p id=&quot;JSaU&quot;&gt;Zhao is pretty positive about what&amp;#x27;s happening with the crypto market in the summer of 2022. Here&amp;#x27;s a snippet from the interview:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;OCJ2&quot;&gt;&amp;quot;As far as I know, we have a much bigger budget than anyone else in the industry. This may put Binance among the few people for whom the trend change in the market is good news. Although it&amp;#x27;s painful for many, it weeds out the weak projects and only the strong ones remain.&amp;quot;&lt;/p&gt;
    &lt;p id=&quot;mLY4&quot;&gt;&amp;quot;Everyone who survives, who survives, will become stronger.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;5xqd&quot;&gt;According to CZ, the key difference between today&amp;#x27;s market and the bear market of 2018 is that our industry now has more leverage. There are two types of leverage: fast and slow.&lt;/p&gt;
  &lt;p id=&quot;5Gln&quot;&gt;Fast leverage is found on centralized exchanges, often with futures. They work, as you can easily guess, very &amp;quot;fast.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;9cOW&quot;&gt;For example, there was a cascading liquidation on BitMex on March 12, 2020, which caused the price of bitcoin to drop from $8,000 to $3,000 in one day. Fast enough. However, the situation resolved itself within 24 hours. The next day, the markets began to recover.&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;JNkj&quot;&gt;Slow leverage is when funds are lent by other funds or DeFi protocols for investment. When one goes into liquidation, it usually takes days or weeks for the affected lenders to realize or accept the pain. They can also have a cascading effect, but the rate of spread is much slower. Fortunately, the more such cascading events occur, the fewer they become and the more they are distributed.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;lQwO&quot;&gt;&amp;quot;So far, I think the blockchain industry has shown tremendous resilience. If you had told me two years ago, on March 12, 2020, that the price of bitcoin in June 2022 would be $20,000, I would have been very happy. So why not zoom out for a more balanced perspective? Let&amp;#x27;s take the situation as a chance to replicate proper risk management and educate the masses.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;piZC&quot;&gt;With all this, the red candles did not escape Zhao.&lt;br /&gt;CZ equity fell from $96 billion to $11 billion.&lt;br /&gt;Of which 1.6 billion losses are Terra coins.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;wcfg&quot;&gt;There are pronounced cycles of four years in the market. By the way, they exist in the stock market and in other areas, even the U.S. elections take place with such periodicity. But he does not predict how it will be this time. But CZ advises business owners to have free cash for a period of a decade with zero bearish returns. This is the only way to be confident in the stability of the business. Binance has such funds. What about you?&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;E0LW&quot;&gt;Right now, Binance remains the largest cryptocurrency company in the world, processing an unimaginable number of transactions. Every day, more than $50 billion changes hands on the platform, which typically takes a 0.1% fee. In practice, this means that Zhao, who is by far the company&amp;#x27;s largest shareholder, makes money regardless of whether its customers buy or sell.&lt;/p&gt;
  &lt;h2 id=&quot;GhU1&quot;&gt;CZ in ordinary life&lt;/h2&gt;
  &lt;figure id=&quot;dRMB&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/78/43/78436a68-54bc-47b1-8307-d09327f6c8c2.jpeg&quot; width=&quot;960&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;tmxM&quot;&gt;Despite his wealth, Champen doesn&amp;#x27;t think life has changed much. He works hard every day because he likes it and it feels good.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;McWT&quot;&gt;&amp;quot;Work is the most meaningful thing I can do with my time/life. I feel very lucky to have this opportunity.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;sJ8Q&quot;&gt;Now he travels more and still takes advantage of some perks, such as attending the premiere of &amp;quot;Top Gun&amp;quot; in Cannes. Nevertheless, the Binance team helps him stay humble as he served and delivered pizzas later that week.&lt;/p&gt;
  &lt;p id=&quot;ibcz&quot;&gt;Champen was once asked, &amp;quot;What&amp;#x27;s the most luxurious thing you&amp;#x27;ve bought for yourself because of your success?&amp;quot; To which he replied:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;YG1j&quot;&gt;&amp;quot;I bought five or six laptops. In fact, I destroy laptops pretty quickly-they break. As soon as new ones come out, I buy them. So I buy a lot of gadgets. But by and large, it&amp;#x27;s not that expensive. I don&amp;#x27;t have a car. I don&amp;#x27;t have a house. The problem with cars and houses is that I just don&amp;#x27;t consider them liquid. Once you buy them, you can&amp;#x27;t trade them in as easily. You can rent an apartment or stay in a hotel - that gives you much more liquidity. So I&amp;#x27;m one of those guys who values freedom of choice much more than owning physical objects.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;tsFT&quot;&gt;As a follow-up, the question came in, &amp;quot;At this point, how much of your own capital do you think is invested in cryptocurrencies?&amp;quot; The answer was as follows:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;mxrY&quot;&gt;&amp;quot;I would say probably 100 percent. I have no fiat money, and the physical things I own are negligible in terms of my assets. It&amp;#x27;s a concept shift. I don&amp;#x27;t use cryptocurrency to buy fiat money, I don&amp;#x27;t use cryptocurrency to buy houses. I just want to keep cryptocurrency and I don&amp;#x27;t plan on converting it to cash in the future.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;KPUk&quot;&gt;His personal assets are also simple Zhao is all in crypto, BNB and BTC.&lt;/p&gt;
  &lt;p id=&quot;JW26&quot;&gt;What is the reason for breakthrough entrepreneurs to create a business based on? Pain. In Zhao&amp;#x27;s case, it&amp;#x27;s a personal pain-he hates fiat in all its forms-and what&amp;#x27;s a great way to get rid of intermediary banks? That&amp;#x27;s right, to create his own Binance Card. Naturally good intentions for others have a place too, that&amp;#x27;s why the product works. And what other examples of products/platforms in crypto from &amp;quot;personal pain&amp;quot; do you know?&lt;/p&gt;
  &lt;h2 id=&quot;MbYP&quot;&gt;Iron Man. Who does CZ see himself as?&lt;/h2&gt;
  &lt;figure id=&quot;TiHF&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/80/2a/802a1830-e191-4282-b3ec-398bf7a1f2dd.png&quot; width=&quot;1538&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;aemk&quot;&gt;It turns out that Zhao prefers comparisons to Tony Stark, the billionaire superhero known from the Marvel Comics.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;ruyt&quot;&gt;&amp;quot;Tony Stark is very inventive, he masters a lot of things. We&amp;#x27;re talking about technology, all the tools he creates and uses to act.&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;esBx&quot;&gt;In his eyes, he&amp;#x27;s just trying to do as much good as he can, and if that means challenging the establishment in the process, it&amp;#x27;s just a byproduct of his mission.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;R4Hx&quot;&gt;&amp;quot;We should always give people more choices. The more choices, the better. People can choose whether to use a bank, and people can choose whether to use cryptocurrency.&amp;quot;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;DOKW&quot;&gt;Nonetheless, Zhao does his best to develop the cryptoecosystem and avoids banks whenever possible.  Thanks in part to a team that handles his expenses. Whenever possible, he pays for hotels and airfare with cryptocurrency - even if with a surcharge.&lt;/p&gt;
  &lt;p id=&quot;lBpp&quot;&gt;It&amp;#x27;s a personal mission that has also reached his staff, where he estimates that 95% of the Binance team receives at least part of their salary in cryptocurrency. (Since he doesn&amp;#x27;t work with cash, he says the company works with a network of over-the-counter traders to pay fiat).&lt;/p&gt;
  &lt;p id=&quot;eI8N&quot;&gt;&lt;strong&gt;CZ is convinced that we live in a simulation:&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&amp;quot;When I was a child 40 years ago, I lived in a small village without running water or electricity. We had to carry water from a well 200 meters away and use kerosene lamps when I did my homework in the evening. A few years later we had a water pump installed in our own yard, which was a huge improvement. Another year later we had tap water. When electricity became available, it was only available for a few hours a day. That also improved very quickly. Now we have cell phones, the Internet and blockchain. Given the exponential growth of technology, imagine in 20 years we have the technology to stick a rod in our head like in the movie &amp;quot;The Matrix&amp;quot; and everything will be modeled for us?&amp;quot;&lt;/p&gt;
  &lt;p id=&quot;WClN&quot;&gt;Zhao thus identifies himself as a HODLer, a cryptocurrency enthusiast who believes that whether the market is rising or falling, the best investment strategy is simply to buy, hold and wait for the world to wake up to the asset class.&lt;/p&gt;
  &lt;p id=&quot;QGEe&quot;&gt;His other qualities have infiltrated the Binance team, he says. He describes his core mantra as &amp;quot;be fair, be ethical, don&amp;#x27;t do anything stupid.&amp;quot; Nevertheless, there are differences between the superhero and his team of cryptomystics.&lt;/p&gt;
  &lt;p id=&quot;rynv&quot;&gt;The final and best way to summarize CZ&amp;#x27;s ideal is his conviction-those who believe in cryptography and help push the technology toward the mainstream will be rewarded.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;SuzF&quot;&gt;Real believers (crypto-evangelists) make a lot more money.&lt;/p&gt;
  &lt;/section&gt;
  &lt;h2 id=&quot;9aaM&quot;&gt;Afterword&lt;/h2&gt;
  &lt;p id=&quot;PhWw&quot;&gt;Friends, with this article I wanted to show you that the way to success is often through years of experience, coupled with the idea of changing the world. &lt;br /&gt;Wealth rarely comes to us by itself; it is important to remain optimistic in any situation. Especially in a bear market, when the market presents opportunities to enter at the most delicious prices.&lt;/p&gt;
  &lt;p id=&quot;vDlG&quot;&gt;One of the ideas behind the CZ article was to show that even when thrown into an unknown country as a stranger among strangers, you can with hard work and ingenuity get what you really deserve. Hard work is important, and working smart is even more important.&lt;/p&gt;

</content></entry><entry><id>maycluben:DAO</id><link rel="alternate" type="text/html" href="https://teletype.in/@maycluben/DAO?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=maycluben"></link><title>DAO: a harbinger of algocracy</title><published>2022-10-13T13:38:23.142Z</published><updated>2022-10-13T13:38:23.142Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img4.teletype.in/files/36/38/363882d1-7467-44a5-9de8-698f9b820295.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://img1.teletype.in/files/0a/55/0a551a4b-8cbf-43f9-8cfd-c214319b5a7b.png&quot;&gt;DAO (decentralized autonomous organization) is a concept of organization based on the interaction of smart contracts in a blockchain and without a single control center.</summary><content type="html">
  &lt;figure id=&quot;o7Ye&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/0a/55/0a551a4b-8cbf-43f9-8cfd-c214319b5a7b.png&quot; width=&quot;4800&quot; /&gt;
  &lt;/figure&gt;
  &lt;h2 id=&quot;voc2&quot;&gt;The concept&lt;/h2&gt;
  &lt;p id=&quot;PrDK&quot;&gt;DAO (decentralized autonomous organization) is a concept of organization based on the interaction of smart contracts in a blockchain and without a single control center.&lt;/p&gt;
  &lt;p id=&quot;KLOt&quot;&gt;Traditional companies organize groups of people around specific goals. But such companies have a hierarchical structure and are run from the top down. DAOs have no hierarchy. They operate transparently, according to the rules spelled out in the code, and allow any participant to make suggestions.&lt;/p&gt;
  &lt;p id=&quot;Fl2r&quot;&gt;Native DAO token holders vote on proposals designed to benefit the entire community.&lt;/p&gt;
  &lt;p id=&quot;ilqS&quot;&gt;A DAO usually has a treasury to implement the ideas voted on by the community. Most DAO activity focuses on coordinating treasury decisions.&lt;/p&gt;
  &lt;h2 id=&quot;NjB5&quot;&gt;Appearance&lt;/h2&gt;
  &lt;p id=&quot;54AS&quot;&gt;The concept of DAO (first name DAC - decentralized autonomous corporations) was born in 2013. The key principles of DAC were decentralization of companies, tokenization of their shares and openness of operations with publicly verifiable code. Over time, the community refined the idea and adapted it to any organization of people, the concept was called DAO.&lt;/p&gt;
  &lt;p id=&quot;c22O&quot;&gt;Blockchain is the basic infrastructure for creating a DAO, as now any DAO is a system from smart contracts (Dapp). Some believe that Bitcoin is the first open source DAO where miners and developers maintain the integrity of the system.&lt;/p&gt;
  &lt;p id=&quot;J20Q&quot;&gt;In 2016, one of the first DAOs in history, called &amp;quot;The DAO,&amp;quot; was launched. Investors invested more than 14% of all circulating ETH at the time.&lt;/p&gt;
  &lt;p id=&quot;8eqO&quot;&gt;The goal of The DAO was to create a community-driven venture capital fund that would invest in projects based on voting. However, just three months later, hackers hacked The DAO and stole $60 million worth of ETH.&lt;/p&gt;
  &lt;p id=&quot;noqP&quot;&gt;Although this experiment with The DAO was unsuccessful, it opened the door for the development of this conduit in subsequent projects.&lt;/p&gt;
  &lt;h2 id=&quot;WdAL&quot;&gt;Principle of operation&lt;/h2&gt;
  &lt;p id=&quot;YG1w&quot;&gt;DAO is a combination of people and algorithms. A set of rules attached to the governance structure and built into the code.&lt;/p&gt;
  &lt;p id=&quot;SFGR&quot;&gt;In order to decide on any proposal, a vote is held in the community, where the strength of a participant&amp;#x27;s vote depends on the number of project tokens.&lt;/p&gt;
  &lt;p id=&quot;ljmW&quot;&gt;The voting process itself can take place either on dedicated services or on third-party platforms like Tally or Snapshot.&lt;/p&gt;
  &lt;p id=&quot;8Uq2&quot;&gt;DAO members work together based on the rules spelled out in the smart contract and a common goal. All rules are transparent.&lt;/p&gt;
  &lt;p id=&quot;IdwK&quot;&gt;DAO membership can be divided into two categories:&lt;/p&gt;
  &lt;h3 id=&quot;HJP1&quot;&gt;Token-based membership. &lt;/h3&gt;
  &lt;p id=&quot;8hbl&quot;&gt;DAO tokens are freely traded on decentralized exchanges and are mostly used for governance. Each token gives the right to vote.&lt;/p&gt;
  &lt;p id=&quot;FWJd&quot;&gt;Users can receive tokens from the DAO in exchange for providing services to the organization itself. Uniswap&amp;#x27;s Airdrop for early users was an example of such a situation.&lt;/p&gt;
  &lt;h3 id=&quot;oqM0&quot;&gt;Equity-based membership. &lt;/h3&gt;
  &lt;p id=&quot;scb9&quot;&gt;Share-based DAOs are not necessarily open to all comers. Instead, they often screen potential participants before allowing them to join and require a certain monetary contribution. MolochDAO is one such organization.&lt;/p&gt;
  &lt;h2 id=&quot;RbwL&quot;&gt;Pros and cons&lt;/h2&gt;
  &lt;h3 id=&quot;E5OE&quot;&gt;Pros&lt;/h3&gt;
  &lt;ul id=&quot;ruXM&quot;&gt;
    &lt;li id=&quot;AbLL&quot;&gt;There is no clear hierarchy. In DAO every interested party can participate in voting and decision making.&lt;/li&gt;
    &lt;li id=&quot;cxRy&quot;&gt;Transparency. History of the decisions is available to all.&lt;/li&gt;
    &lt;li id=&quot;J1AW&quot;&gt;Openness. Almost everyone with access to the Internet can become a DAO token holder and thereby obtain the right to make decisions.&lt;/li&gt;
    &lt;li id=&quot;bWRd&quot;&gt;Trustless. The concept of DAO allows people to interact with each other to achieve a common goal without the need to trust all participants in the organization.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;h3 id=&quot;MqFG&quot;&gt;Cons&lt;/h3&gt;
  &lt;ul id=&quot;etMr&quot;&gt;
    &lt;li id=&quot;huxb&quot;&gt;Undefined legal status. At the moment there is no clear legal regulation for DAO.&lt;/li&gt;
    &lt;li id=&quot;3M6l&quot;&gt;The risk of hacker attack. Such decentralized structures are vulnerable to risks of attacks.&lt;/li&gt;
    &lt;li id=&quot;ETng&quot;&gt;Low efficiency and friction. The lack of a clear hierarchy can cause a split community and slow down the decision-making process.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;h2 id=&quot;1yfr&quot;&gt;Perspectives&lt;/h2&gt;
  &lt;p id=&quot;tk5v&quot;&gt;According to a recent Messari report, one of the trends in the crypto industry in 2022 will be DAOs. Over the course of the year, we may see the restructuring of such organizations, the emergence of subsidiary DAOs, and a new way of distributing roles among participants. &lt;/p&gt;
  &lt;p id=&quot;mXZS&quot;&gt;Better collaboration tools await DAOs, which will allow the community to shake off passivity and become more effective.&lt;/p&gt;
  &lt;p id=&quot;PE81&quot;&gt;DAOs are moving toward formal recognition. In April 2021, Wyoming passed a law recognizing decentralized autonomous organizations as a new form of company. A few months later, the first official DAO was approved. &lt;/p&gt;
  &lt;p id=&quot;Z4Gq&quot;&gt;But in November 2021, the SEC suspended the token registration of the first legally recognized organization, saying it had provided &amp;quot;misleading information&amp;quot; to potential investors.&lt;/p&gt;

</content></entry><entry><id>maycluben:protection</id><link rel="alternate" type="text/html" href="https://teletype.in/@maycluben/protection?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=maycluben"></link><title>How do you lose all your money in a moment?</title><published>2022-10-11T08:16:22.298Z</published><updated>2022-10-11T08:16:22.298Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img2.teletype.in/files/58/18/5818263b-6031-4766-83f3-94900e7269dc.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://img4.teletype.in/files/f3/e7/f3e71b82-4762-4877-b154-74adf167a3d1.png&quot;&gt;Did you read the headline? Surely you are convinced that such a fate will always pass you by... I think everyone who woke up and suddenly saw zeros in their wallets, also thought so :) </summary><content type="html">
  &lt;figure id=&quot;kzAt&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/f3/e7/f3e71b82-4762-4877-b154-74adf167a3d1.png&quot; width=&quot;626&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;NhTW&quot;&gt;Did you read the headline? Surely you are convinced that such a fate will always pass you by... I think everyone who woke up and suddenly saw zeros in their wallets, also thought so :) &lt;/p&gt;
  &lt;p id=&quot;GBbX&quot;&gt;Reasons for losses may be different: exchanger blocked your account, or hackers stole all the crypto by breaking into your Metamask, etc.&lt;/p&gt;
  &lt;p id=&quot;F6CE&quot;&gt;And that&amp;#x27;s why I wrote this mini guide so you, my beloved subscriber, never had to face a sudden loss of all your money. Make sure you read it all the way to the end (if you want to make sure your savings are safe). Let&amp;#x27;s go &lt;/p&gt;
  &lt;p id=&quot;r1WA&quot;&gt;&lt;a href=&quot;https://t.me/+BJkd5-wqTz03MDky&quot; target=&quot;_blank&quot;&gt;(Don&amp;#x27;t forget to subscribe to my May CLUB channel) &lt;/a&gt;&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(199, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;kNHC&quot; data-align=&quot;center&quot;&gt;Cold Wallets&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;CCGJ&quot;&gt;Naturally, hard wallets are considered the safest way to store crypto. But you must have heard about Ledger, which is considered by many to be the most convenient and safest wallet. Well, the hell you have. The crooks can easily take your money from there as well. &lt;/p&gt;
  &lt;figure id=&quot;Pc7t&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/c3/38/c338c5a9-e709-40a4-a2ae-e99210b44fd9.jpeg&quot; width=&quot;1280&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;h2Ix&quot;&gt;First of all, from the obvious, you might run into a bad Ledger if you order it from God knows where. That&amp;#x27;s how they steal millions... They come to their cryptan friends&amp;#x27; birthday parties, give them a Ledger, having learned the cid phrase beforehand, and then take all the money out of there. But that&amp;#x27;s not the point now... &lt;/p&gt;
  &lt;h3 id=&quot;7Qv5&quot;&gt;!!! EthClipper attack !!!&lt;/h3&gt;
  &lt;p id=&quot;JHYR&quot;&gt;Developers of cold wallets say in one voice that there is no way to steal your crypto when connecting the wallet even to a virus-infected computer. But there&amp;#x27;s no way... So, let&amp;#x27;s imagine that you need to transfer crypto, for example, from Ledger to your own Binance. You copied your wallet from Binance, inserted it into interface, confirmed on Ledger and waits until the money appears on the exchange. By the way, here is what the interfaces of different Hard Walets look like at the moment of transaction confirmation  &lt;/p&gt;
  &lt;figure id=&quot;1h3B&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/53/49/5349e5bb-bfbc-4848-89eb-b6a7132508e9.png&quot; width=&quot;1210&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;igYc&quot;&gt;You wait and wait, but the crypto doesn&amp;#x27;t come and doesn&amp;#x27;t come. And it seems that the transaction in the blockchain is already confirmed, but nothing appears on the balance. I don&amp;#x27;t want to upset you, bro, but nothing will appear there ;) Your money was stolen. How? For now just look at the picture below and try to understand something&lt;/p&gt;
  &lt;figure id=&quot;h3Lt&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/a4/72/a4724d88-c083-4b84-8ec6-4fcd8cc09a75.png&quot; width=&quot;1506&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;A5BA&quot;&gt;In short... First, you catch a virus on your computer, which can even be encrypted into an ordinary .pdf file. It sits on your computer, waiting for the right moment. As soon as you&amp;#x27;re about to transfer crypto somewhere, in 99% of cases you have to copy the recipient&amp;#x27;s address from somewhere. You&amp;#x27;re not going to manually write a multisymbol wallet address. The virus sees that you have someone else&amp;#x27;s crypto-wallet on the clipboard. In a split second, it sends a request to ClipperCloud (it has a huge collection of fraudsters&amp;#x27; wallets) and looks for a visually identical wallet in the pre-gathered database. As a rule, enough that the first and last 4-5 characters coincide with your real purse (chance that you will notice 1%). Then the clipboard is swapped, and it turns out that you insert the number of a completely different purse. And finally, unsuspecting, you confirming the transaction in Ledger and that&amp;#x27;s it... the money&amp;#x27;s gone to the scammers.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(199, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;hOlJ&quot; data-align=&quot;center&quot;&gt;Social Engineering &lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;JlRg&quot;&gt;Fast forward to one of the super-effective ways to get you to download that very pdf with the virus... social engineering.&lt;/p&gt;
  &lt;figure id=&quot;ykS4&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/99/bf/99bfd451-9e75-4357-9c7c-5f6066bb269f.jpeg&quot; width=&quot;663&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;AzFB&quot;&gt;Imagine that you are an ordinary office worker, an accountant in a small company, who in his spare time trades crypto and dreams of a better life. &lt;/p&gt;
  &lt;p id=&quot;u6MP&quot;&gt;But at one moment, you start getting cyber-bullied in all the social networks by some nonnamese person. Leaves negative comments, teases you in every way, hurts you, writes all sorts of nastiness, insults you, etc. &lt;/p&gt;
  &lt;p id=&quot;1knR&quot;&gt;It would seem easy to get rid of this type, just block or ignore. But no, he creates new accounts, he already knows your phone number and spams you in messengers. He knows your address, orders all sorts of couriers to visit you late at night. In short, he doesn&amp;#x27;t let you live in peace, and you can&amp;#x27;t do anything about it. And so, you do not know where to go. You can not calmly work, rest. Your body is emotionally exhausted. &lt;/p&gt;
  &lt;p id=&quot;ePcP&quot;&gt;And suddenly another person writes to you, who has also encountered similar cyberbullying. At first he couldn&amp;#x27;t do anything about it either, just like you, but then he found a solution. You correspond on a common topic, you communicate, he helps you get rid of that very annoying type, there is a connection between you, the resource of trust increases. He sends you a pdf, and you download it on your computer, open it, read it, and a week later you lose your bitcoins. &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(199, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;bJFX&quot; data-align=&quot;center&quot;&gt;Non-custodial wallets (Metamask, Trust Wallet, etc.) &lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;lGHR&quot;&gt;Once again, an abrupt transition. Now that we&amp;#x27;ve dealt with cold wallets, let&amp;#x27;s talk about ways to steal dough from non-custodial wallets. &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;ol id=&quot;SvQ3&quot;&gt;
      &lt;li id=&quot;Z3zA&quot;&gt;Connecting apps(sites) with excessive permissions to use funds&lt;/li&gt;
      &lt;li id=&quot;IgOM&quot;&gt;Discrediting the cid-phrase&lt;/li&gt;
      &lt;li id=&quot;RYXO&quot;&gt;Malicious smart contract (which sets unlimited spending limit)&lt;/li&gt;
      &lt;li id=&quot;u02N&quot;&gt;Notification of a fake failed transaction (due to re-signing a contract, but already fraudulent)&lt;/li&gt;
      &lt;li id=&quot;TmTH&quot;&gt;Counterfeit tokens on DeFi site purchases&lt;/li&gt;
      &lt;li id=&quot;oYQj&quot;&gt;Exploits of browser extensions (which gain control over other extensions, i.e. MetaMask, for example) &lt;/li&gt;
    &lt;/ol&gt;
  &lt;/section&gt;
  &lt;p id=&quot;Fstb&quot;&gt;Here, in fact, are the most frequent reasons for losing money. To be honest, I don&amp;#x27;t really want to stop, because there is a lot of information about how crypto is stolen from metamask. I think everything is clear here. The main thing is to be careful and not to try to confirm on all the sites, disclose your seed-phrase, etc. from the main wallet, where there are millions.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(199, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;Fnw7&quot; data-align=&quot;center&quot;&gt;Centralized exchanges &lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;RiYB&quot;&gt;And here it is already much more interesting. &lt;/p&gt;
  &lt;p id=&quot;qFSa&quot;&gt;First, any exchange can suddenly ask for additional checks, KYC, etc. And then it may consider your account suspicious and block the withdrawal, until you provide an explanation where the balance funds come from. This fact alone can encourage many to completely refuse to use centralized exchanges like Binance, Coinbase, ByBit, etc. &lt;/p&gt;
  &lt;p id=&quot;nhQs&quot;&gt;If we talk about scammers, they also have a lot of ways to gain access to your account and withdraw all your money. &lt;/p&gt;
  &lt;p id=&quot;BBu2&quot;&gt;For example, SIM card spoofing is one of the most popular. Making a SIM Jack and getting an SMS to log in to your account at the exchange is not the most difficult task for advanced hackers. The password can be hacked or, if you use the same password on all the sites and services in a row, just find it. Email isn&amp;#x27;t hard to dig up either. And if you are good at OSINT, you&amp;#x27;ll have no problems at all with searching for information. By the way, catch HavelBeenPwned service, which you can use to check if your email is somewhere in the public domain or not.&lt;/p&gt;
  &lt;p id=&quot;XEhG&quot;&gt;There is also always the risk of catching a keylogger on your computer. For those in the tank, this is a virus that reads keystrokes. That is, all the logins and passwords that you will enter through the keyboard at Binance will end up in the hands of fraudsters. &lt;/p&gt;
  &lt;p id=&quot;fptW&quot;&gt;A keylogger is half the trouble. They can easily throw in software that will record your screen and steal not only logins / passwords, but also all kinds of photos, videos, other personal data, etc. &lt;/p&gt;
  &lt;p id=&quot;w07U&quot;&gt;It often happens that seed phrases or login-password are photographed on the iPhone or put in the notes on the iPhone. At the same time, the person has automatic synchronization with iCloud, which requires only a mail and password to hack... As you can already understand, this is not a problem at all for pro-hackers. With Google Drive and Google Docs the same song. &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(199, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;OaRF&quot; data-align=&quot;center&quot;&gt;How to protect yourself from losing money &lt;/h2&gt;
  &lt;/section&gt;
  &lt;ol id=&quot;nyWh&quot;&gt;
    &lt;li id=&quot;8eeL&quot;&gt;First, read &lt;a href=&quot;https://github.com/OffcierCia/Crypto-OpSec-SelfGuard-RoadMap&quot; target=&quot;_blank&quot;&gt;these 25 points&lt;/a&gt;, going into each one.&lt;/li&gt;
    &lt;li id=&quot;uDXV&quot;&gt;Don&amp;#x27;t forget that blockchain.info, TrustWallet, MetaMask and other non-custodial wallets are just interfaces.&lt;/li&gt;
    &lt;li id=&quot;1cde&quot;&gt;About cold wallets. Personally, I don&amp;#x27;t trust Ledger or Trezor. There is a hardcore version of BitLox Ultimate, which is literally packed with security features, passes traffic through Tor, and has several levels of encryption. &lt;/li&gt;
    &lt;li id=&quot;J8HG&quot;&gt;If you&amp;#x27;re going to keep billions, make a cold wallet yourself. For example, from an old smartphone. You can make a cold wallet with Electrum and let all the traffic through Tor. &lt;/li&gt;
    &lt;li id=&quot;E6bm&quot;&gt;Always check the contract before signing. Do not you confirm the unlimited withdrawal of crypto from the wallet, etc. Better don&amp;#x27;t use your main wallet for signing anything at all, create separate wallets for it and put small amounts there. &lt;/li&gt;
    &lt;li id=&quot;jsUS&quot;&gt;Don&amp;#x27;t let the device with the wallets fall into the hands of intruders physically. Or, at the very least, encrypt the drives with VeraCrypt&lt;/li&gt;
    &lt;li id=&quot;T1dD&quot;&gt;Always double check the address you copied to the clipboard. Clipper does not forgive mistakes.&lt;/li&gt;
    &lt;li id=&quot;Y0DK&quot;&gt;Use OpenSource password store and OpSec services. Stay up-to-date with the latest anonymity and privacy technologies. &lt;/li&gt;
    &lt;li id=&quot;faKB&quot;&gt;The easiest way is to buy a Mac. After all, 99% of malware thefts occur on Windows. &lt;/li&gt;
  &lt;/ol&gt;

</content></entry><entry><id>maycluben:nftearn</id><link rel="alternate" type="text/html" href="https://teletype.in/@maycluben/nftearn?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=maycluben"></link><title>A comprehensive guide to the NFT</title><published>2022-10-08T13:14:29.677Z</published><updated>2022-10-08T13:22:17.190Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img3.teletype.in/files/66/2f/662f243c-7698-44ce-8ca5-072f7f23d258.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://img.kapital.kz/2wyYn-W4r_M/czM6Ly9rYXBpdGFsLXN0YXRpYy9pbWcvNy9kLzcvMC8zL2I2YjdkNTUzOTkwOGQ3ZDU4ZDg5OWM1YmVhMy5qcGc&quot;&gt;My channel - https://t.me/may_crypto_nft </summary><content type="html">
  &lt;figure id=&quot;kNtm&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img.kapital.kz/2wyYn-W4r_M/czM6Ly9rYXBpdGFsLXN0YXRpYy9pbWcvNy9kLzcvMC8zL2I2YjdkNTUzOTkwOGQ3ZDU4ZDg5OWM1YmVhMy5qcGc&quot; width=&quot;970&quot; /&gt;
  &lt;/figure&gt;
  &lt;ol id=&quot;IpCH&quot;&gt;
    &lt;li id=&quot;2y6M&quot;&gt;Introduction &lt;/li&gt;
    &lt;li id=&quot;LOun&quot;&gt;What is NFT&lt;/li&gt;
    &lt;li id=&quot;H46a&quot;&gt;Types of NFT&lt;/li&gt;
    &lt;li id=&quot;iwW3&quot;&gt;How to make money with NFT&lt;/li&gt;
    &lt;li id=&quot;5h3K&quot;&gt;What is Mint, its types, methods, stages, problems.&lt;/li&gt;
    &lt;li id=&quot;xLbw&quot;&gt;What is GAS and how much of it is needed? &lt;/li&gt;
    &lt;li id=&quot;lcRZ&quot;&gt;How to mint by contract?&lt;/li&gt;
    &lt;li id=&quot;LpQ3&quot;&gt;Marketplaces&lt;/li&gt;
    &lt;li id=&quot;p0nl&quot;&gt;Useful Toolboxes&lt;/li&gt;
    &lt;li id=&quot;l7FO&quot;&gt;WhiteList and what to do with it?&lt;/li&gt;
    &lt;li id=&quot;vEmz&quot;&gt;How to Make Money with Mint?&lt;/li&gt;
    &lt;li id=&quot;tho0&quot;&gt;Earnings on Flip&lt;/li&gt;
    &lt;li id=&quot;BxkA&quot;&gt;Flip of rare NFTs&lt;/li&gt;
    &lt;li id=&quot;wh78&quot;&gt;Earnings on Pump&lt;/li&gt;
    &lt;li id=&quot;H9bZ&quot;&gt;Buy on Warrants&lt;/li&gt;
    &lt;li id=&quot;wVsZ&quot;&gt;Flips on the news&lt;/li&gt;
    &lt;li id=&quot;9W3s&quot;&gt;Flips on correction &lt;/li&gt;
    &lt;li id=&quot;9MNA&quot;&gt;General Rules of Flips&lt;/li&gt;
    &lt;li id=&quot;HOP1&quot;&gt;Final Instructions Written With Blood&lt;/li&gt;
    &lt;li id=&quot;n9qz&quot;&gt;Useful Links &lt;/li&gt;
    &lt;li id=&quot;ApZ6&quot;&gt;Final&lt;/li&gt;
  &lt;/ol&gt;
  &lt;p id=&quot;IiOR&quot;&gt;&lt;strong&gt;My channel&lt;/strong&gt; - &lt;a href=&quot;https://t.me/may_crypto_nft&quot; target=&quot;_blank&quot;&gt;https://t.me/may_crypto_nft&lt;/a&gt; &lt;/p&gt;
  &lt;p id=&quot;Ncll&quot;&gt;&lt;strong&gt;Follow me&lt;/strong&gt;  - &lt;a href=&quot;https://t.me/may_crypto_nft&quot; target=&quot;_blank&quot;&gt;https://t.me/may_crypto_nft&lt;/a&gt;&lt;/p&gt;
  &lt;p id=&quot;8NcM&quot;&gt;&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;KrCD&quot; data-align=&quot;center&quot;&gt;&lt;strong&gt;Introduction &lt;/strong&gt;&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;8riu&quot;&gt;This huge manual is a compilation of my knowledge from more than a year of working with NFT. I wrote the article alone, so omitting something is quite real and you should not judge it harshly. &lt;/p&gt;
  &lt;p id=&quot;rF5F&quot;&gt; In this fundamental guide you will find all the information you may be interested in, this and the ways of flips, which no one writes about, this and a guide on gas, which many have problems with, this and the contract mines, as well as many, many others, which will help you make money on the NFT.&lt;/p&gt;
  &lt;p id=&quot;Mr3m&quot;&gt;I won&amp;#x27;t rant too much and get to the point! All of the information below is about working with NFT on the Ethereum blockchain&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;JEot&quot; data-align=&quot;center&quot;&gt;What is NFT?&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;Wwz1&quot;&gt;NFT or Non-Fungible Token is a unique token that is created on a particular blockchain (ETH, Solana, Wax, etc.).&lt;/p&gt;
  &lt;p id=&quot;dWMT&quot;&gt;The main point of NFT is that it can&amp;#x27;t be replaced, it is unique, like a snowflake, it can&amp;#x27;t be changed without being noticed.  &lt;/p&gt;
  &lt;p id=&quot;CHkN&quot;&gt;The main purpose of NFT is to confirm the possession of the active. Now this model is beginning to be actively used in different areas of our lives. Music, games, text, screenshots and more.&lt;/p&gt;
  &lt;p id=&quot;1N4a&quot;&gt;The first embryos of NFT appeared back in 2012, at that time they were &amp;quot;Colored Coins&amp;quot;. At the time, these coins had several uses, including the ability to be used as collectibles. Popularity to NFTs came with CryptoPunks, which were created in 2017. By the way, they brought such a meta as 10k collections.&lt;/p&gt;
  &lt;p id=&quot;6uEE&quot;&gt;With the basics taken care of, now let&amp;#x27;s move on. &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;7efm&quot; data-align=&quot;center&quot;&gt;Types of NFTs&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;d1tc&quot;&gt;To begin with, let&amp;#x27;s get a sense of what NFTs are, who takes them at all, and how they are used.&lt;/p&gt;
  &lt;p id=&quot;5Xpc&quot;&gt;I have subdivided all NFTs into conditional groups. NFTs are bought for different purposes. Someone wants to support an artist or an artist, someone wants to have unique skins or game items, someone wants to make money, that&amp;#x27;s why they can be divided into different groups.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;ol id=&quot;x1k2&quot;&gt;
      &lt;li id=&quot;0VSw&quot;&gt;  NFT in the form of art&lt;/li&gt;
      &lt;li id=&quot;YcYE&quot;&gt;  NFT with utilities&lt;/li&gt;
      &lt;li id=&quot;r71P&quot;&gt;  NFT game projects and meta universes&lt;/li&gt;
      &lt;li id=&quot;hS4t&quot;&gt;  NFT musicians, athletes, etc.&lt;/li&gt;
      &lt;li id=&quot;hPtv&quot;&gt;  NFT HYIP&lt;/li&gt;
      &lt;li id=&quot;nm1Z&quot;&gt;  Other NFT&lt;/li&gt;
    &lt;/ol&gt;
  &lt;/section&gt;
  &lt;p id=&quot;Vera&quot;&gt; Now let&amp;#x27;s break down each group individually.&lt;/p&gt;
  &lt;h3 id=&quot;xHEw&quot;&gt;NFT in the form of art&lt;/h3&gt;
  &lt;p id=&quot;vCSu&quot;&gt;This group includes the works of famous and not only artists. These NFTs create value through their aesthetic benefit to society, as well as bringing other spiritual joy. I have, of course, described it as crudely as possible, but it is enough to understand it.&lt;/p&gt;
  &lt;p id=&quot;lXbj&quot;&gt;If you look at pricing, in this segment the price is proportional to the weight of the artist&amp;#x27;s name. You can be incredibly talented, but your work no one will buy if Banksy spit on the canvas and sell it as NFT, the price will be cosmic.&lt;/p&gt;
  &lt;p id=&quot;2Bps&quot;&gt;If you decide to sell this category, always look at the name of the artist, as well as the platform on which it is presented.&lt;/p&gt;
  &lt;p id=&quot;kYrv&quot;&gt;A vivid illustration of the influence of the site can be seen when referring to Art Blocks. This is the most popular NFT platform where digital art is primarily housed. Works that are sold there consistently yield X&amp;#x27;s, regardless of the author&amp;#x27;s name. Of course, you can highlight the auction houses, such as Sotheby&amp;#x27;s, but that would be superfluous, because NFT is there more for the sake of hype.&lt;/p&gt;
  &lt;h3 id=&quot;zg6q&quot;&gt;NFT with utility&lt;/h3&gt;
  &lt;p id=&quot;NW7U&quot;&gt;These NFTs have a practical basis that helps them stay afloat and raise their price.&lt;/p&gt;
  &lt;p id=&quot;0CVX&quot;&gt;Such NFTs can give:&lt;/p&gt;
  &lt;ol id=&quot;tC2d&quot;&gt;
    &lt;li id=&quot;HqRp&quot;&gt;  Access to a closed alpha community (e.g. Mirror Pass)&lt;/li&gt;
    &lt;li id=&quot;TXUN&quot;&gt;  Access to a gated community (e.g. Alpha Sharks)&lt;/li&gt;
    &lt;li id=&quot;iuCX&quot;&gt;  Opportunity to receive royalties (e.g. Kataro Sharks)&lt;/li&gt;
    &lt;li id=&quot;dA3L&quot;&gt;  Access to software (e.g. Trait Sniper)&lt;/li&gt;
    &lt;li id=&quot;ItbC&quot;&gt;  Other bonuses (PreMint Pass, etc.)&lt;/li&gt;
  &lt;/ol&gt;
  &lt;p id=&quot;hw8Z&quot;&gt;The main essence of these NFT - the ability to use what is available only to the holders.&lt;/p&gt;
  &lt;h3 id=&quot;bNV8&quot;&gt;NFT game projects and metaverse&lt;/h3&gt;
  &lt;p id=&quot;u54m&quot;&gt;There is nothing to describe here. A prime example that even your grandmother knows is the sneakers in StepN. These NFTs are needed to work with their M2E project.&lt;/p&gt;
  &lt;p id=&quot;Ctqh&quot;&gt;If you consider a classic game project, you can take SplinterLands. There NFTs are presented as game maps that we use on the battlefield.&lt;/p&gt;
  &lt;p id=&quot;fIDY&quot;&gt;Taking metaverses, the first thing we look at is SandBox. There NFTs are also used in the game. These include avatars, various buildings, lands, and more.&lt;/p&gt;
  &lt;h3 id=&quot;Xilo&quot;&gt;NFT musicians, athletes, etc.&lt;/h3&gt;
  &lt;p id=&quot;7bxr&quot;&gt;The NFT data comes from the faces of famous personalities. It&amp;#x27;s mostly a kind of merchandise. These NFTs are not very popular, so I won&amp;#x27;t focus on them. &lt;/p&gt;
  &lt;p id=&quot;Gu5n&quot;&gt;Of course, there are exceptions in such projects, for example CryptoBatz by Ozzy Osbourne. Their creators did wisely and mixed NFT project with a big name, which in its peak led to several ethereum!&lt;/p&gt;
  &lt;h3 id=&quot;45W8&quot;&gt;NFT HYIP&lt;/h3&gt;
  &lt;p id=&quot;R44G&quot;&gt;This includes the dozens of collections that come out daily. These are various copies, ripoffs, etc. They have no value, and working with them is risky enough.&lt;/p&gt;
  &lt;h3 id=&quot;AMr7&quot;&gt;Other NFTs&lt;/h3&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;Yy1p&quot; data-align=&quot;center&quot;&gt;How do I make money at NFT? &lt;/h2&gt;
  &lt;/section&gt;
  &lt;h3 id=&quot;HWQX&quot;&gt;White List&lt;/h3&gt;
  &lt;p id=&quot;wcPx&quot;&gt;Using WL in any plane:&lt;/p&gt;
  &lt;p id=&quot;teVy&quot;&gt;- Knocking out followed by selling, or minte NFT,&lt;/p&gt;
  &lt;p id=&quot;Df6x&quot;&gt;- Buying WL and mint NFT,&lt;/p&gt;
  &lt;p id=&quot;BLuf&quot;&gt;- Buying WL and reselling it.&lt;/p&gt;
  &lt;p id=&quot;PAA3&quot;&gt;All these options are great for beginners, because getting WL&amp;#x27;a not associated with risks (except that 8 dollars for art), here is spent your time, not money.&lt;/p&gt;
  &lt;h3 id=&quot;JOQ3&quot;&gt;Mint&lt;/h3&gt;
  &lt;p id=&quot;88bW&quot;&gt;Here also everything is clear, after the NFT mint we sell it more expensive in the secondary market. Of course, there are pitfalls, about which I will talk in detail further.&lt;/p&gt;
  &lt;h3 id=&quot;4Nkk&quot;&gt;Flips&lt;/h3&gt;
  &lt;p id=&quot;yYBE&quot;&gt;Buy cheap, sell expensive. That&amp;#x27;s just to make a long story short. In general, flips are different. These are flips of hype projects, flips of rare NFTs, classic flips, etc. About this I will tell in detail further.&lt;/p&gt;
  &lt;h3 id=&quot;njLl&quot;&gt;Investments&lt;/h3&gt;
  &lt;p id=&quot;YwHU&quot;&gt;Buying NFTs on a long-term hold. Basically we are talking about Blue chip collections, because guessing which NFT will go up from 0.001 ETH to at least 1 ETH is almost unreal.&lt;/p&gt;
  &lt;h3 id=&quot;N2DI&quot;&gt;Create a rug collection and walk off into the sunset&lt;/h3&gt;
  &lt;p id=&quot;sxd5&quot;&gt;It&amp;#x27;s a joke, don&amp;#x27;t do that!&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;fi3v&quot; data-align=&quot;center&quot;&gt;What is Mint, its types, ways, stages, problems.&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;0oCU&quot;&gt; Mint - the process of creating an NFT.&lt;/p&gt;
  &lt;p id=&quot;dS1l&quot;&gt; Mint comes in two varieties: &lt;/p&gt;
  &lt;p id=&quot;OTAT&quot;&gt;&lt;strong&gt;A free mint&lt;/strong&gt; is a mint in which we do not pay the creator of the collection, but only pay a transaction fee. &lt;/p&gt;
  &lt;p id=&quot;d2XU&quot;&gt;&lt;strong&gt;A paid min&lt;/strong&gt;t is a mint in which we pay not only a transaction fee, but also the price set by the creator of the collection. &lt;/p&gt;
  &lt;h3 id=&quot;I8tO&quot;&gt;Methods of minting&lt;/h3&gt;
  &lt;ol id=&quot;lqjC&quot;&gt;
    &lt;li id=&quot;0I47&quot;&gt;Through the website that the creators represent. We go to the page and click the &amp;quot;Mint&amp;quot; button, the contract opens, we sign it and get the NFT. This is the easiest and most common option. &lt;/li&gt;
    &lt;li id=&quot;lb2d&quot;&gt;Through the contract. In this case, we go to ethscan, look for a contract and mint through it. What is the advantage of this method? We do not have to wait for the opening of the site. Having a contract, we can start minting before everybody else, because before the opening of the mint and the public disclosure of the page where the minting takes place, the time passes, during which the ordinary people can not start to pollute the network. All of this will help us to mint the right amount of NFTs unhindered.&lt;/li&gt;
  &lt;/ol&gt;
  &lt;h3 id=&quot;twSf&quot;&gt;Stages of Mint&lt;/h3&gt;
  &lt;p id=&quot;Lvwx&quot;&gt;In general, mint stages are optional, depending on the creators of the collection. Their number is not regulated anywhere, but there are two standard stages that many developers use:&lt;/p&gt;
  &lt;p id=&quot;IP22&quot;&gt;&lt;strong&gt;1) White List sale. &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;OloH&quot;&gt;The WL mint stage is different in that the mint is for a separate group of people who are guaranteed a mint. As a rule, this includes people who have actively interacted with the project, winners of raffles, etc. &lt;/p&gt;
  &lt;p id=&quot;sm0L&quot;&gt;The main advantage of this stage is that you are guaranteed a mint, which is why the price in popular WL projects can reach several thousand and sometimes tens of thousands of dollars. &lt;/p&gt;
  &lt;p id=&quot;kmq4&quot;&gt;&lt;strong&gt;2) Public sale.&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;DmLx&quot;&gt;In this stage, anyone can mint an NFT. &lt;/p&gt;
  &lt;p id=&quot;JHE7&quot;&gt;It happens that there is only a public sale or sale only for WL, it happens that there are several stages of mint. For example, WL category 1, WL category 2, public sale. &lt;/p&gt;
  &lt;p id=&quot;GL9X&quot;&gt;It&amp;#x27;s also worth mentioning the restrictions on the number of NFTs you can mint. These limits are needed so that a skilled fraction of people don&amp;#x27;t mint all at once. Usually it&amp;#x27;s a few NFT per wallet or per transaction. &lt;/p&gt;
  &lt;h3 id=&quot;gWRH&quot;&gt;The mint problem on the ETH blockchain&lt;/h3&gt;
  &lt;p id=&quot;uQDI&quot;&gt;The main problem with mint on ether is the price of transactions. They can range from $0.5 to $3k+. &lt;/p&gt;
  &lt;p id=&quot;uA2d&quot;&gt;And the price of gas does not depend on whether the mines are free or not. The main catalyst for the growth of commission prices is the number of transactions. The more of them, the higher the price. &lt;/p&gt;
  &lt;p id=&quot;ISUp&quot;&gt;That&amp;#x27;s why the cost of free mint can exceed any reasonable standard, all because of gas prices. &lt;/p&gt;
  &lt;p id=&quot;cv73&quot;&gt;There is also a side problem that stems from mints through the contract. Having the latter, skilled bots can start attacking the contract and start minting even before the official announcement, thereby taking away liquidity and shedding the market. &lt;/p&gt;
  &lt;p id=&quot;eGPc&quot;&gt;There is no upside to this, except for one, which is a profit for the bots. &lt;/p&gt;
  &lt;p id=&quot;mPR1&quot;&gt;If anyone does not understand, when a significant part of NFT is redeemed, botologists go to drain everything at floor price, thereby increasing the supply, with which the current demand can not cope. This moment leads to a direct plummeting of floor price to the bottom and fading of interest in the collection (I took an example of an ordinary, not fundamental collection).&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;uzif&quot; data-align=&quot;center&quot;&gt;What is GAS and how much is needed? &lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;kxUU&quot;&gt;Each ETH transaction is accompanied by a commission. This commission is called Gas.&lt;/p&gt;
  &lt;h3 id=&quot;GOfj&quot;&gt;What you need to know:&lt;/h3&gt;
  &lt;p id=&quot;uWnq&quot;&gt;- Each transaction is accompanied by a gas.&lt;/p&gt;
  &lt;p id=&quot;yE1n&quot;&gt;- You can change the inputs, thereby changing the speed of your transaction&lt;/p&gt;
  &lt;p id=&quot;chkk&quot;&gt;- You have two main factors to look at: Priority and Max Gwei&lt;/p&gt;
  &lt;p id=&quot;6mS7&quot;&gt;- If you are going to enter a high drop on a public sale, you should always count on gas war&lt;/p&gt;
  &lt;p id=&quot;ztL7&quot;&gt;&lt;strong&gt;Priority fee is&lt;/strong&gt; a fee to the miners. The higher the priority, the faster your transaction will go through.&lt;/p&gt;
  &lt;p id=&quot;XnsX&quot;&gt;Important point - Do not change this value if you are not going to pay the full amount. I.e. if you set the Priority fee to 100, you will pay at least 100 gwei.&lt;/p&gt;
  &lt;p id=&quot;5tk6&quot;&gt;&lt;strong&gt;Max Gas Fee&lt;/strong&gt; is the total fee you are willing to pay for a transaction. With this box you can play more, since it is only a limit on the amount you are willing to pay.&lt;/p&gt;
  &lt;p id=&quot;gc4N&quot;&gt;Why would you put a high maximum price at the mint?&lt;/p&gt;
  &lt;p id=&quot;nVyl&quot;&gt;If you set a low amount that you&amp;#x27;re willing to spend, and a gaswar attack occurs at the mint, your transaction will be delayed until the gas goes down.&lt;/p&gt;
  &lt;p id=&quot;klEd&quot;&gt;Gas limit is better not to touch, because if you screw up there, your transaction will screw up and you will lose money (I lost $1k per transaction that way).&lt;/p&gt;
  &lt;h3 id=&quot;y3JU&quot;&gt;How much gas?&lt;/h3&gt;
  &lt;p id=&quot;VFVL&quot;&gt;This is a very popular question that you see in any air sale.&lt;/p&gt;
  &lt;p id=&quot;7SP1&quot;&gt;To begin, I will write what to pay attention to when gas war&lt;/p&gt;
  &lt;ul id=&quot;jnBH&quot;&gt;
    &lt;li id=&quot;jjx4&quot;&gt;General Supply&lt;/li&gt;
    &lt;li id=&quot;YTne&quot;&gt;Allocation for WL and Public Sale&lt;/li&gt;
    &lt;li id=&quot;RA2l&quot;&gt;Hype near the project&lt;/li&gt;
    &lt;li id=&quot;985j&quot;&gt;Is it possible to mine through the contract. If it is possible, then most likely most of it will be taken out by bots.&lt;/li&gt;
    &lt;li id=&quot;l6oP&quot;&gt;At projected or existing price&lt;/li&gt;
    &lt;li id=&quot;CGnX&quot;&gt;How much are you willing to pay&lt;/li&gt;
    &lt;li id=&quot;kKPF&quot;&gt;How much are you willing to lose&lt;/li&gt;
    &lt;li id=&quot;M9un&quot;&gt;Do you have a chance to take&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p id=&quot;ZKed&quot;&gt;That is, if there is a public sale at free mint, where NFT is trading at 2 ether, and you have 0.1 ETH for gas. Here you should think about the flop and most likely skip.&lt;/p&gt;
  &lt;h3 id=&quot;cyq0&quot;&gt;What should I pay attention to when setting the gas?&lt;/h3&gt;
  &lt;ul id=&quot;tRLP&quot;&gt;
    &lt;li id=&quot;5QWH&quot;&gt;Is the contract available?&lt;/li&gt;
    &lt;li id=&quot;AgsC&quot;&gt;Did WL have a mint? If so, see how much they paid for gas&lt;/li&gt;
    &lt;li id=&quot;b6uT&quot;&gt;NFT&amp;#x27;s current price.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;h3 id=&quot;3AU9&quot;&gt;Tips&lt;/h3&gt;
  &lt;ul id=&quot;ji4Z&quot;&gt;
    &lt;li id=&quot;0nIX&quot;&gt;Priority Gas is a key factor in miners&lt;/li&gt;
    &lt;li id=&quot;d4Hq&quot;&gt;Miners give priority to people who have the highest priority gwei&lt;/li&gt;
    &lt;li id=&quot;iUqq&quot;&gt;Private nodes are your friend&lt;/li&gt;
    &lt;li id=&quot;WK6e&quot;&gt;Set gwei which is not a multiple of 10 / 5. I.e. better 1001 than 1000&lt;/li&gt;
  &lt;/ul&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;NOsE&quot; data-align=&quot;center&quot;&gt;How do I pre-set the gas in metamask?&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;nlYt&quot;&gt;- Go to settings and click &amp;quot;Experimental&amp;quot;.&lt;/p&gt;
  &lt;p id=&quot;Sndd&quot;&gt;- Turn on Enhanced Gas Fee UI&lt;/p&gt;
  &lt;p id=&quot;xljj&quot;&gt;- Now send yourself a transaction with zero ether (0.00001)&lt;/p&gt;
  &lt;p id=&quot;PirX&quot;&gt;- Press Market and go to Advanced&lt;/p&gt;
  &lt;p id=&quot;GcdH&quot;&gt;- Set up the gas you want and click &amp;quot;Save&amp;quot;&lt;/p&gt;
  &lt;p id=&quot;gyLL&quot;&gt;  At the end don&amp;#x27;t forget to change the gas back, otherwise you will pay a higher amount for a regular transfer.&lt;/p&gt;
  &lt;figure id=&quot;lorj&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/15/2e/152ef0fb-5ec6-4757-a347-98df9a6b9fe8.png&quot; width=&quot;345&quot; /&gt;
  &lt;/figure&gt;
  &lt;figure id=&quot;yJso&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/b7/45/b7453a39-b908-4bbf-b06d-8037b9a5beac.png&quot; width=&quot;316&quot; /&gt;
  &lt;/figure&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;hOdR&quot; data-align=&quot;center&quot;&gt;How do you contract mint? &lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;QWB2&quot;&gt;Why contract mint? I have already described, but I&amp;#x27;ll say it again. There are different occasions, the site where mint are held, may lie, the administration hesitates and send the link later than planned, but the mint will open in time, etc. In all these cases, you can not get the cherished NFT, unlike those who minted on the contract. &lt;/p&gt;
  &lt;p id=&quot;GuWh&quot;&gt;First you need to find a contract. Usually it can be found through the OpenSea or social networks - twitter / discord &lt;/p&gt;
  &lt;figure id=&quot;veQe&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/9a/26/9a2650ab-4f9f-4fb9-a948-7f0809348153.png&quot; width=&quot;1909&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;TvJA&quot;&gt;Now that you have a contract, go to Ethetscan and go to the tab &amp;quot;Contract&amp;quot;, &amp;quot;Write Contract&amp;quot; &lt;/p&gt;
  &lt;p id=&quot;qnDc&quot;&gt;Do not forget to connect your MetaMask, using the &amp;quot;Connect to Web3&amp;quot; button&lt;/p&gt;
  &lt;figure id=&quot;JPGn&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/fc/e7/fce7d21e-cfdc-44bd-a443-23a13e542a6d.png&quot; width=&quot;1543&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;8Yj2&quot;&gt;Now look for something similar to &amp;quot;mint&amp;quot; / &amp;quot;public mint&amp;quot;. In this case, the mint was located in the tab &amp;quot;spawnInfernal&amp;quot; (line 8) &lt;/p&gt;
  &lt;figure id=&quot;ViPH&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/ff/b0/ffb052b3-2dd7-44f7-a895-c50d345f5a40.png&quot; width=&quot;1425&quot; /&gt;
    &lt;figcaption&gt;spawninfernal - price&lt;br /&gt;spawns - number of nft &lt;/figcaption&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;exPT&quot;&gt;In this line we need to put the data, namely the price of the mint, as well as the number of NFT that we plan to buy. &lt;/p&gt;
  &lt;p id=&quot;lYbL&quot;&gt;PayableAmount (ether) - ether, which we will spend on the mint. If the cost of a mint is higher than zero and you are going to mint several pieces, then multiply the cost of the mint. &lt;/p&gt;
  &lt;p id=&quot;JQBC&quot;&gt; Example: the price of a mint is 0.1 ETH, you are minting 2 NFT. 0.1*2=0.2 ETH. Write 0.2 or .2 (to your taste)&lt;/p&gt;
  &lt;p id=&quot;dfm6&quot;&gt;numberOfTokens (uint256) - this is number of nft, you are going to take. There is no need to be clever here, so just put the number you are going to mint.&lt;/p&gt;
  &lt;p id=&quot;40O6&quot;&gt;These data we find out in advance on the site, or in social networks.&lt;/p&gt;
  &lt;p id=&quot;LYct&quot;&gt;Press &amp;quot;Write&amp;quot;, if you have done everything correctly, the window MetaMask will appear. There are two options here. If you get inadequate gas (several thousand dollars), it means that the mint has not yet started and you need to wait. If the price is adequate, then we confirm the contract and wait for the coveted NFT in your inventory. &lt;/p&gt;
  &lt;p id=&quot;PVYm&quot;&gt;Sometimes it happens that the developers put protection in the form of &amp;quot;signature&amp;quot;, it means that ordinary mortals through the contract can not mint.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;lPKk&quot; data-align=&quot;center&quot;&gt;Marketplaces&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;nWGr&quot;&gt;There are several basic marketplaces that are used when working with the secondary market.&lt;/p&gt;
  &lt;h3 id=&quot;foVQ&quot;&gt;OpenSea&lt;/h3&gt;
  &lt;p id=&quot;fCts&quot;&gt;It&amp;#x27;s worth starting with the largest secondary NFT marketplace, OpenSea. This site was the first to successfully start providing NFT listing services for sale. Due to the fact that it used to be the only marketplace, the site allowed itself a lot of bad things.&lt;/p&gt;
  &lt;p id=&quot;9P0G&quot;&gt;Frequent complaints about bugs, server outages, deleting collections for no reason, poor support, as well as a bunch of other problems were simply not solved, because they were the only one.&lt;/p&gt;
  &lt;p id=&quot;BYsr&quot;&gt;Now they have started to move and updated the design, added support for other networks, but the problem of monopoly is still there.&lt;/p&gt;
  &lt;h3 id=&quot;1VOg&quot;&gt;LooksRare&lt;/h3&gt;
  &lt;p id=&quot;xy8i&quot;&gt;Marketplace, which tried to remove OS from the throne, but it did not work. The main problem was that the site could only use WETH, ETH was not quoted. The site also tried to lure with their token, but it didn&amp;#x27;t work out because people simply abused the coin scheme, which led to the collapse.&lt;/p&gt;
  &lt;p id=&quot;HcOQ&quot;&gt;Now the site remains in the outsiders, giving way to popularity and convenience.&lt;/p&gt;
  &lt;h3 id=&quot;tcrP&quot;&gt;X2Y2&lt;/h3&gt;
  &lt;p id=&quot;pw5h&quot;&gt;Marketplace distinguished by its low commissions, as well as the presence of its own token, which is issued for the use of their site.&lt;/p&gt;
  &lt;p id=&quot;KTzk&quot;&gt;The low commissions are not an empty sound. The marketplace takes 0.5% of the cost, and the royalty of the author on HYIP collections is often equal to 0%, which makes the site ideal for flips.&lt;/p&gt;
  &lt;h3 id=&quot;JNO8&quot;&gt;What to choose?&lt;/h3&gt;
  &lt;p id=&quot;J1Rf&quot;&gt; It all depends on you and your goals, if you want a quick flip, then choose OS, if you want to get more profits, then choose LR or X2Y2. For buying cheap NFTs, it is also better to go to them.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;RjUs&quot; data-align=&quot;center&quot;&gt;Useful tools&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;FNMW&quot;&gt;No matter how experienced you are in the nft field, it&amp;#x27;s almost impossible to do anything without tools. I&amp;#x27;m talking about flips now. Looking for projects on Twitter and farming WL in them, no one is still stopping you.&lt;/p&gt;
  &lt;p id=&quot;7iSc&quot;&gt;What useful tools are there?&lt;/p&gt;
  &lt;h3 id=&quot;KfNd&quot;&gt;Minter bots&lt;/h3&gt;
  &lt;p id=&quot;xdPP&quot;&gt;These are bots whose main purpose is to mint the NFT. No matter how fast your pens are, bots will always make it faster. &lt;/p&gt;
  &lt;h3 id=&quot;QPP8&quot;&gt;Analytical services&lt;/h3&gt;
  &lt;p id=&quot;n39W&quot;&gt;This is something without which a successful flip is maximally difficult to do. Such tools show all the information that can come in handy. This includes sales charts, sales walls, current listings and their correlation to sales and much more. &lt;/p&gt;
  &lt;h3 id=&quot;Ogii&quot;&gt;Sniper Bots&lt;/h3&gt;
  &lt;p id=&quot;UXDh&quot;&gt;Snipers are bots that help you redeem rare NFTs first. These bots are popular during collection revivals, when you need to quickly find the top rank for a cheap price.&lt;/p&gt;
  &lt;h3 id=&quot;y9gM&quot;&gt;Wallet trackers&lt;/h3&gt;
  &lt;p id=&quot;byfm&quot;&gt;This is one of my favorite tools lately. This bot helps you keep track of the wallets you are interested in. Such tools are useful because quite often degens and whales buy this or that collection by insider information.&lt;/p&gt;
  &lt;p id=&quot;6H1f&quot;&gt;Also, quite often it happens that the owners of such wallets take advantage of their position and make a pump n dump of the collection.&lt;/p&gt;
  &lt;h3 id=&quot;6a14&quot;&gt;Other tools&lt;/h3&gt;
  &lt;p id=&quot;O9xC&quot;&gt;Above were described tools that help with flips. In addition to the above, there are third-party tools that make life easier. For example, Twitter tracker. It helps track activity on wallets. I.e. we can see which account is popular now. This is useful for buying HYIP projects or for tracking interesting projects or personalities.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;tBrT&quot; data-align=&quot;center&quot;&gt;White List and what to do with it? &lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;9P9A&quot;&gt;WL, many people start earning their first money thanks to the white list. &lt;/p&gt;
  &lt;p id=&quot;fkYs&quot;&gt;The ways of earning, I have already described, are:&lt;/p&gt;
  &lt;p id=&quot;es1M&quot;&gt;- Knocking out with subsequent sale, or NFT mints,&lt;/p&gt;
  &lt;p id=&quot;SGif&quot;&gt;- Buying WL and NFT mints,&lt;/p&gt;
  &lt;p id=&quot;xxVz&quot;&gt;- Buying WL and reselling it.&lt;/p&gt;
  &lt;p id=&quot;rZ8J&quot;&gt;No one has a problem with that. So how do you get these whitelists? &lt;/p&gt;
  &lt;p id=&quot;pVka&quot;&gt;&lt;strong&gt;I can only give you a general outline here:&lt;/strong&gt;&lt;/p&gt;
  &lt;ul id=&quot;EL0o&quot;&gt;
    &lt;li id=&quot;2meT&quot;&gt;Be active in chat, don&amp;#x27;t spam, but participate in the dialogue. Of course, in eng chats, because in others it&amp;#x27;s much harder to get&lt;/li&gt;
    &lt;li id=&quot;ReMi&quot;&gt;Show initiative, organize games, events, etc.&lt;/li&gt;
    &lt;li id=&quot;8TBo&quot;&gt;Draw or buy art, make figurines, make stickers and hang them around town, etc.&lt;/li&gt;
    &lt;li id=&quot;w9tE&quot;&gt;Communicate with moderators or admins&lt;/li&gt;
    &lt;li id=&quot;thdh&quot;&gt;Participate in drawings held on Twitter and other platforms (Premint, etc.)&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p id=&quot;wEAR&quot;&gt;Once again, these are general provisions that can help you get a WL. Every project needs to come up with something different. &lt;/p&gt;
  &lt;h3 id=&quot;8li6&quot;&gt;Safety when buying&lt;/h3&gt;
  &lt;p id=&quot;1Ikn&quot;&gt;An important factor is safety when buying / selling WL&amp;#x27;s. Often scammers like to take advantage of inexperienced participants in this relationship. Below is a list of popular scams that can lead to loss of money or WL.&lt;/p&gt;
  &lt;p id=&quot;UXiq&quot;&gt;&lt;strong&gt;Fake Guarantors. &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;jdlv&quot;&gt;You agree with the person to buy / sell and he offers his guarantor. There are two options for scam: &lt;/p&gt;
  &lt;p id=&quot;f6VQ&quot;&gt;1) You are offered a guarantor of some unknown site, with a cheated audience.&lt;br /&gt;2) Creates a group with fake guarantor verified site. &lt;/p&gt;
  &lt;p id=&quot;LUcp&quot;&gt;&lt;strong&gt;They ask for a nickname to verify&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;r7aG&quot;&gt;In this case, people will ask for the nickname of the account, which received WL, to send information about the sale administration and get loyalty and WL. In this case you get banned and you are left with empty pockets. &lt;/p&gt;
  &lt;p id=&quot;8mbY&quot;&gt;&lt;strong&gt;After the purchase, the data are leaked to the administration&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;1jQz&quot;&gt;This happens rarely, but it does happen. After the sale, information about the account is leaked to the administration and you get a ban, and the perpetrator returns his WL and stays with the money. &lt;/p&gt;
  &lt;p id=&quot;Pqir&quot;&gt;To avoid this, you must always be careful, as well as use a proven site. I also recommend working with guarantors who are over the age of 18, because underage people like to make up rules and leave their account and money with them. &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;277S&quot; data-align=&quot;center&quot;&gt;  How do I make money with Mint?&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;Or9f&quot;&gt;In fact, this is the easiest way to make money on NFT and there is nothing to tell about it. &lt;/p&gt;
  &lt;p id=&quot;1fmb&quot;&gt;You can participate in both paid and free mints, it all depends on your bank. When participating in any mint you should consider the interest of the public, because if you underestimate it, you can spend on commission more than you get when selling. &lt;/p&gt;
  &lt;p id=&quot;QoPv&quot;&gt;Also, if you&amp;#x27;re going to mint with purchased WL, then calculate the minimum NFT value, which can get you a profit, otherwise you risk losing money. &lt;/p&gt;
  &lt;p id=&quot;JiLU&quot;&gt;In general, any ultimatum advice is not, for here everything is simple, the price of mint should not exceed the current value of NFT on the secondary market or its projected value, if this happens, then the mines skip.  &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;YDzb&quot; data-align=&quot;center&quot;&gt;Earnings on the flip&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;oN0D&quot;&gt;There are many kinds of flips, here I will try to describe in detail all the types that I know. &lt;/p&gt;
  &lt;p id=&quot;grXD&quot;&gt;The main essence of flip - buy cheap and sell expensive, ie classic speculation, only in WEB3&lt;/p&gt;
  &lt;h3 id=&quot;vKnm&quot;&gt;Flip Rare NFTs&lt;/h3&gt;
  &lt;p id=&quot;6oxf&quot;&gt;Many people know about the flip and often practice it, but often everything is limited to buying nft for cheap and selling for more. There is nothing wrong with that, but in order to increase your earnings you need to grasp new heights.&lt;/p&gt;
  &lt;p id=&quot;5dc8&quot;&gt;Now I&amp;#x27;m going to talk about rare nft flips. Where to look for rare nft, at what price and where to buy, how to buy, etc.&lt;/p&gt;
  &lt;p id=&quot;6tXw&quot;&gt;I&amp;#x27;ll start with the basics, namely why do we flip on rare nfts and who is it good for?&lt;/p&gt;
  &lt;p id=&quot;NcVn&quot;&gt;Flips on rare nfts is one of the easiest ways to farm money. This is due to the fact that working with a collection where the floor price has not moved for a long time, you can still make money on it. This way of flipping is suitable for people of different bank. It doesn&amp;#x27;t matter if you have $100 or $10,000 in your wallet. You will always be able to find a collection that works for you.&lt;/p&gt;
  &lt;p id=&quot;gt1q&quot;&gt;&lt;strong&gt;Where do I look for flip collections? &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;2jO5&quot;&gt;It all depends on your bank. If you have enough money, then go to OS and see what&amp;#x27;s at the top, choose a suitable collection and start conjuring.&lt;/p&gt;
  &lt;p id=&quot;gCPG&quot;&gt;If you don&amp;#x27;t have an extensive bank or there&amp;#x27;s nothing suitable in OS top, then go to AlphaShark and look for suitable options there. &lt;/p&gt;
  &lt;p id=&quot;EgIi&quot;&gt;What collection is suitable for us? &lt;/p&gt;
  &lt;p id=&quot;4qk9&quot;&gt;The most important thing - the presence of activity, because it is our main weapon. The more active the collection, the easier to catch rare NFTs on the cheap, as well as easier to sell them at a higher price. &lt;/p&gt;
  &lt;p id=&quot;BiaU&quot;&gt;&lt;strong&gt;How to catch rare nft?&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;6jTY&quot;&gt;You can use separate utilities, like &amp;quot;HowRare&amp;quot;, which show the rarity of nft, but this is all masochism. The easiest way is to use TraitSniper.&lt;/p&gt;
  &lt;p id=&quot;31ES&quot;&gt;There you can set up settings that will show you nfts with the top 10% rank, as well as the minimum price.&lt;/p&gt;
  &lt;p id=&quot;1RgI&quot;&gt;But there is one problem, the free version does not automatically update the table and we have to reload it every time. Since this is quite a nuisance, we will use another option.&lt;/p&gt;
  &lt;p id=&quot;KrD2&quot;&gt;On the right side we have another table with the latest sales / listings. This will help us.&lt;/p&gt;
  &lt;p id=&quot;9BnY&quot;&gt;We select the tab &amp;quot;Listing&amp;quot; and start watching.&lt;/p&gt;
  &lt;h3 id=&quot;ZNxq&quot;&gt;At what price to take and sell?&lt;/h3&gt;
  &lt;p id=&quot;0Fgv&quot;&gt;There is no universal formula for all groups of nft, so I&amp;#x27;ll take the teer2 - teer3 categories and show by their example.&lt;/p&gt;
  &lt;p id=&quot;qg62&quot;&gt;I was monitoring AlphaShark and saw high activity on this collection. Having entered OS, I found a segment from 0.006 to 0.01 Eth, in which the floor price fluctuates, with the price of rare nft starting from 0.015. I immediately decided to take advantage of this opportunity.&lt;/p&gt;
  &lt;p id=&quot;dj7c&quot;&gt;Such collections should always be taken at floor price, or with minimal markup, of course, taking into account the floor price on rare nfts.&lt;/p&gt;
  &lt;p id=&quot;1jab&quot;&gt;As a result, using AlphaSharks + TraitSniper, I was able to raise several hundred dollars, minding my own business and occasionally glancing at the second monitor.&lt;/p&gt;
  &lt;p id=&quot;dZ8q&quot;&gt; The time/reward ratio is excellent.&lt;/p&gt;
  &lt;p id=&quot;rvYJ&quot;&gt;Of course, there&amp;#x27;s a risk involved, because if you get into a questionable collection at over-price you might end up in the red, so always count on the possibility of rekt&lt;/p&gt;
  &lt;p id=&quot;sIYu&quot;&gt;But if you did everything right and took at floor price, then the chance of rekt will be minimal, because in the worst case you sell at 0 or - a couple of dollars.&lt;/p&gt;
  &lt;h3 id=&quot;ufhE&quot;&gt;Conclusion&lt;/h3&gt;
  &lt;p id=&quot;qLXI&quot;&gt;Here I did not delve into flips of expensive collections, because most of my people sit with the bank, which does not yet allow to flip the same BAYC.&lt;/p&gt;
  &lt;p id=&quot;HgGl&quot;&gt;But the provided information is enough to loot your profits on the tir2 - tir3 collections. &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;FWoS&quot; data-align=&quot;center&quot;&gt;Earnings on pump&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;IfuZ&quot;&gt;We are going to talk about Pump and dump. You&amp;#x27;ve definitely heard of some Influencer who&amp;#x27;s been pumping this or that coin and then unloading it on other people. We&amp;#x27;ll be doing about the same thing.&lt;/p&gt;
  &lt;p id=&quot;9KtV&quot;&gt;Only we will act as vultures who eat up after others.&lt;/p&gt;
  &lt;p id=&quot;e4Wg&quot;&gt;Let me tell you right away that this is a very risky topic, because it is as easy to lose as to make money.&lt;/p&gt;
  &lt;p id=&quot;6f6b&quot;&gt;Let me get to the point. We ourselves will not pump anything, because the audience we have no, and in general, we are nobody. Our goal - to enter with other popular pumpers. How do we do this?&lt;/p&gt;
  &lt;p id=&quot;0e5L&quot;&gt;We will use wallet trackers. &lt;/p&gt;
  &lt;p id=&quot;cTW4&quot;&gt;What are the principles of pump and how is it defined?&lt;/p&gt;
  &lt;ol id=&quot;b9kz&quot;&gt;
    &lt;li id=&quot;HeXF&quot;&gt;&lt;strong&gt;Low supply.&lt;/strong&gt; Mostly use projects with low supply, up to 1k, rarely up to 2k.&lt;/li&gt;
    &lt;li id=&quot;n3gd&quot;&gt;&lt;strong&gt;Small wall.&lt;/strong&gt; This means that FP is very flimsy and it is enough to sell 10 NFTs for a conditional x2&lt;/li&gt;
    &lt;li id=&quot;x2yK&quot;&gt;&lt;strong&gt;Small volumes&lt;/strong&gt;. It&amp;#x27;s simple, the lower the volume of sales, the easier it will be to unload the instigators.&lt;/li&gt;
    &lt;li id=&quot;n5Xz&quot;&gt;&lt;strong&gt;Low price&lt;/strong&gt;. Usually select projects with a price of up to 0.01 ETH.&lt;/li&gt;
  &lt;/ol&gt;
  &lt;p id=&quot;YqT6&quot;&gt;When we see a match on these points, we can think about a fly-in. I advise to do this if the price is not higher than 20% of the purchase price of the pumper.&lt;/p&gt;
  &lt;p id=&quot;1063&quot;&gt;This is due to the fact that as a rule the pamp is made to x2, and then there is unloading.&lt;/p&gt;
  &lt;p id=&quot;fP1C&quot;&gt;An example of such a pamp is &amp;quot;A FIRE BURNS (https://opensea.io/collection/a-fire-burns/activity)&amp;quot;. Pamped by mikesnft.eth.&lt;/p&gt;
  &lt;p id=&quot;55O4&quot;&gt;At that time it was possible to buy at 0.02 and sell in 10 minutes at 0.04.&lt;/p&gt;
  &lt;p id=&quot;3yeh&quot;&gt;If you&amp;#x27;re going to do it, always consider the OS commission and gas prices. By the way, you can bypass the OS commission by using x2y2 &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;vQSf&quot; data-align=&quot;center&quot;&gt;Buying on orders&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;v1zs&quot;&gt;The OS has an option to buy NFTs not only at market price, but also on demand. For each NFT, you can make an offer at which you are willing to buy the NFT. &lt;/p&gt;
  &lt;p id=&quot;xCZc&quot;&gt;For example, the market price of an NFT is 1 ETH, you make an order that you are willing to buy for 0.8 ETH. The person agrees, thereby you obtain the desired asset 20% cheaper, after which you sell it at floor price and receive your profit. &lt;/p&gt;
  &lt;p id=&quot;S9cv&quot;&gt;The scheme itself is simple, but it works. &lt;/p&gt;
  &lt;p id=&quot;OBYK&quot;&gt;How it can be upgraded? Here it&amp;#x27;s up to you. One of the most obvious ways is to speculate on a popular collection. You can place orders on OS at 20% below the market value and sell at X2Y2 without commission.&lt;/p&gt;
  &lt;p id=&quot;LyOP&quot;&gt;It&amp;#x27;s all up to you and your ingenuity! &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;sJqP&quot; data-align=&quot;center&quot;&gt;Flips on the news&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;sy7A&quot;&gt;One of the safest ways to flip. The idea is that on the basis of some news we buy some asset and sell it at the flip.&lt;/p&gt;
  &lt;p id=&quot;zdHq&quot;&gt;The news can be anything, it can be a collaboration with a major project, it can be an investment attraction, it can be the purchase of a collection by a major company, etc. etc. &lt;/p&gt;
  &lt;p id=&quot;tGZv&quot;&gt;The difficulty is that you need to keep track of the collection or other projects, but it always pays off. &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;RS2v&quot; data-align=&quot;center&quot;&gt;Flips on correction&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;yYQQ&quot;&gt;It will not be a secret to you that no asset can grow forever, someday the moment of correction will come. This is due to the dominance of supply over demand. &lt;/p&gt;
  &lt;p id=&quot;FM1k&quot;&gt;This method is risky and will not suit everyone, because many collections after the first peak, roll back to the bottom and it is quite difficult to catch the necessary iks. &lt;/p&gt;
  &lt;p id=&quot;76y7&quot;&gt;The essence is simple as hell. When we start to observe a local decline in interest in the collection, and hence the FP, we begin to think about buying NFT. How properly the price drops by 30% to 50%. &lt;/p&gt;
  &lt;p id=&quot;ojBU&quot;&gt;If you see a similar drawdown and are confident in the project, then you can repurchase, do not forget to look for a better price on other sites. &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;QrBb&quot; data-align=&quot;center&quot;&gt;General Flip Rules&lt;/h2&gt;
  &lt;/section&gt;
  &lt;ol id=&quot;vdge&quot;&gt;
    &lt;li id=&quot;su9D&quot;&gt;&lt;strong&gt;Common supply&lt;/strong&gt;. The higher the supply, the riskier the flip. &lt;/li&gt;
    &lt;li id=&quot;VRkq&quot;&gt;&lt;strong&gt;Hype and its quality near the project&lt;/strong&gt;. By quality hype I mean its origin. There is a hype, which is formed due to the fact that the collection cooperates with a fundamental project or a blue chip, and there is a hype, which is obtained through a huge amount of advertising and accrual. &lt;/li&gt;
    &lt;li id=&quot;WKaK&quot;&gt;&lt;strong&gt;% of Unique Holders&lt;/strong&gt;. The higher the % of unique holders, the better, because concentrating a large number of NFTs in the hands of a small number of people can lead to a quick dump of the collection.&lt;/li&gt;
    &lt;li id=&quot;5ynE&quot;&gt;&lt;strong&gt;Total sales per day.&lt;/strong&gt;&lt;/li&gt;
    &lt;li id=&quot;0Zru&quot;&gt;&lt;strong&gt;Total commission.&lt;/strong&gt;&lt;/li&gt;
    &lt;li id=&quot;1QjM&quot;&gt;&lt;strong&gt;Sales Wall.&lt;/strong&gt;&lt;/li&gt;
    &lt;li id=&quot;dxPf&quot;&gt;&lt;strong&gt;Number of listings for a certain period.&lt;/strong&gt;&lt;/li&gt;
  &lt;/ol&gt;
  &lt;h3 id=&quot;hZ7K&quot;&gt; Tips&lt;/h3&gt;
  &lt;p id=&quot;HRT4&quot;&gt;&lt;strong&gt; - Do not flip overhype projects if you have little experience and a small bank. It&amp;#x27;s fraught with the risk of losing money.&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;sf5j&quot;&gt;&lt;strong&gt; - Use a fictitious balance.&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;hykg&quot;&gt;By this I mean that you will mentally buy this or that asset, and then look at the result.&lt;/p&gt;
  &lt;p id=&quot;aJ9r&quot;&gt;It will not replace real experience, because the same moment of transaction fails, the fact that you will not buy NFT for a long time can not be predicted, but thinly or thinly to improve the skills will help. &lt;/p&gt;
  &lt;p id=&quot;sRP6&quot;&gt;&lt;strong&gt; - Allocate to the flip the amount you are willing to lose.&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;GyCH&quot;&gt;This will help you to lose more easily and not to lose all the money, as well as easier to deal with defeats in the flipper field. &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;mTWD&quot; data-align=&quot;center&quot;&gt; The final admonitions, which are written in blood&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;z93k&quot;&gt;&lt;/p&gt;
  &lt;p id=&quot;YjMQ&quot;&gt;To begin with, all the advice presented here is written &amp;quot;in blood. If there is advice here, it is for a reason. Either I or someone I know has fallen for it and gone negative.&lt;/p&gt;
  &lt;p id=&quot;Pqzt&quot;&gt;That is why I strongly advise you to read this part, because it will help you save the bank in times of need.&lt;/p&gt;
  &lt;p id=&quot;imxI&quot;&gt;And everyone knows from childhood that fools learn from their mistakes, and smart - from others.&lt;/p&gt;
  &lt;p id=&quot;wEIP&quot;&gt;Also, let me remind you that 99% of the time, the flip is a fool&amp;#x27;s game, where every buyer thinks there will be a new hamster who will buy their nft at a higher price.&lt;/p&gt;
  &lt;h3 id=&quot;FX13&quot;&gt;Always think for yourself&lt;/h3&gt;
  &lt;p id=&quot;jw8G&quot;&gt;A rule that many people neglect, even though they realize that they make a mistake by flying into another noname topic on the advice of another crypto admin. It has to do with the same fomo and desire to make quick money. This is often seen in flips on solana. &lt;/p&gt;
  &lt;p id=&quot;2YgS&quot;&gt;Some channel drops information about the collection and the call to buy it. The person, going to the market, sees that the FP has increased by a few percent since the post was dropped. With the desire to earn more, he does not hesitate to buy nft. As a result, 10 minutes later FP increased by several tens of percents and the hamster will run to fix the negative profit.&lt;/p&gt;
  &lt;p id=&quot;LW3W&quot;&gt;To avoid such situations, you should ALWAYS use your head. No matter how unrealistic the dealer may be in telling you about the purchase, you must first recheck the project yourself, make sure it is good, recheck it again and only then decide to buy.&lt;/p&gt;
  &lt;h3 id=&quot;s5GQ&quot;&gt;Don&amp;#x27;t flip in the tilt &lt;/h3&gt;
  &lt;p id=&quot;NSB0&quot;&gt;A basic rule of thumb that gets nailed down anyway. Being in a tilt, the flip turns into a casino, not a way to make money. You start flying into everything, thinking that you&amp;#x27;re sure to flip in the plus, but in fact it turns out that you become the last fool and everyone closes in on you.&lt;/p&gt;
  &lt;p id=&quot;18sx&quot;&gt;Remember, I wrote about how all advice is written in blood. I realized this on myself, when I bought C-01 for 2 Ether, and next day sold it for 1.44 ETH, losing about 3k$ on it. At that point I thought my best bet would be to buy NFT for overpriced. Even though I knew it was a horrible collection and would sell out in a matter of days, I understood that and told others, but I didn&amp;#x27;t listen to myself and bought it.&lt;/p&gt;
  &lt;p id=&quot;2ekr&quot;&gt;If there had been someone to tell me not to do that, I would have had money and nerve cells, but what happened is what happened.&lt;/p&gt;
  &lt;h3 id=&quot;f1J5&quot;&gt;Set sales limits&lt;/h3&gt;
  &lt;p id=&quot;8bdw&quot;&gt;What are the limits? We&amp;#x27;re not in the futures market. That&amp;#x27;s right, we&amp;#x27;re not in futures, but we&amp;#x27;re still in a market where you have to put limits. Let me explain what I mean by that.&lt;/p&gt;
  &lt;p id=&quot;LkkL&quot;&gt;Before you buy an NFT (or other asset) you must set a limit, beyond which you will liquidate your position. You should know in advance what price of elimination is appropriate for you, that is how much in the red you are ready to go. Calculate the maximum price you are ready to lose.&lt;/p&gt;
  &lt;p id=&quot;vHQT&quot;&gt;Also set a profit limit. No matter how it sounds. Why set some profit limits, if you can catch the high? That&amp;#x27;s one of the main mistakes flippers make - they go down in losses, even though they could have fixed x&amp;#x27;s. Such limits should be set in order to find oneself in the plus. The most important thing is to keep your LIMITS in check!&lt;/p&gt;
  &lt;p id=&quot;pnUg&quot;&gt;Before you buy an NFT, you choose the approximate profit you want to make. After reaching and exceeding this goal, you begin to have thoughts in your head: &amp;quot;Maybe you should wait a little longer. I wanted x2, and I already have x2.2, now I&amp;#x27;ll wait for x3 and I&amp;#x27;ll definitely sell. This is where you fall into the trap. Often, I would even say in most cases, this leads to a zero or negative flip.&lt;/p&gt;
  &lt;p id=&quot;WuNH&quot;&gt;This is due to your greed, while you&amp;#x27;re watching your unfixed x&amp;#x27;s, the tipping point will happen, when the FP starts to fall, but you can&amp;#x27;t sell anymore, because FOMO. A couple of minutes you had x2.3 from your investment, and now it&amp;#x27;s only x1.8. You start to get worked up and think that your asset will grow, but in the end you sell your nft at 0 or minus.&lt;/p&gt;
  &lt;p id=&quot;YEd5&quot;&gt;Again, this is not taken from my head. I myself have fallen into such a trap many times, mostly it was on solana, because there are most of these instant flips. As a recent example, I may take Saudis, when I set 1.5, maximum 1.6 ETH. I missed it and flopped 1.7 ETH. I decided to be greedy and wait for 2 ether, as a result saud flew below my goal.&lt;/p&gt;
  &lt;p id=&quot;dule&quot;&gt;I believe that limits and following them is one of the most important, if not the most important advice you can take away from this article. If you follow your goals, neither your psyche nor your balance will fly into tatters.&lt;/p&gt;
  &lt;h3 id=&quot;m2Ot&quot;&gt;Don&amp;#x27;t give in to vanity &lt;/h3&gt;
  &lt;p id=&quot;S9hn&quot;&gt;I got burned on this, and very badly, so this point should be read very carefully.&lt;/p&gt;
  &lt;p id=&quot;mBir&quot;&gt;You are happy with your success, you can start to fly into everything, thinking that it will be another easy profit, but something unimaginable happens and the project rekt or even crashes. But you do not pay attention to this and continue to fly into everything, this is not your fault, but the project is bad. Finishing a month, you realize that you have lost a significant part of the bank. Well, after that you start to flip in the tilt and that&amp;#x27;s it...&lt;/p&gt;
  &lt;p id=&quot;7gsC&quot;&gt;Again, these are not made up stories. I myself fell into such a trap and lost a significant portion of the pot.&lt;/p&gt;
  &lt;p id=&quot;gJSc&quot;&gt;If you&amp;#x27;re starting to see things like that, sit down and analyze the situation. Analyze the projects you&amp;#x27;ve already lost because of your &amp;quot;flippancy&amp;quot;, and find the red flags that were there, but you didn&amp;#x27;t pay attention to them. Work on your mistakes and you&amp;#x27;ll be happy.&lt;/p&gt;
  &lt;h3 id=&quot;AxzX&quot;&gt;Use other sites&lt;/h3&gt;
  &lt;p id=&quot;2FXj&quot;&gt;Many people who flip use only the main platforms. If ether, then only OpenSea, if solana, then MagicEden, old-timers go to Solanart.&lt;/p&gt;
  &lt;p id=&quot;PrKs&quot;&gt;Although most have a clue about the other platforms. For example, there is x2y2 on ether network (We managed to get free money from them) with zero commissions. And there is CoralCube on solana, where nft list earlier than on ME. Also, they show the best price there, considering the listings on ME.&lt;/p&gt;
  &lt;p id=&quot;S5jr&quot;&gt;Using other venues helps to maximize your profits. When selling or buying nft all you have to do is compare prices on all popular sites and choose the best price. I&amp;#x27;ve made more than a thousand dollars by doing this.&lt;/p&gt;
  &lt;p id=&quot;9ZZg&quot;&gt;A prime example would be the HypeBears sale. At 1.3 ETH on OS, I was able to sell for 2 ETH on LooksRare.&lt;/p&gt;
  &lt;figure id=&quot;7Sx5&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/e0/49/e049d1d5-9aa0-4399-8b60-28d4f1d01ce2.png&quot; width=&quot;1425&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;bME4&quot;&gt;This can be used not only for selling, but also for buying. Essentially you can arbitrage nft. Buying on conditional ME for x $SOL, and selling on OS for FP and get your profits.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h3 id=&quot;NC2B&quot; data-align=&quot;center&quot;&gt;Work on the basis of your bank&lt;/h3&gt;
  &lt;/section&gt;
  &lt;p id=&quot;s6d2&quot;&gt;This is a universal rule that applies to many areas related to finance.&lt;/p&gt;
  &lt;p id=&quot;AHgY&quot;&gt;But if you take the nft field specifically, you should always consider your bank and choose your flip network based on that. Let me explain what I mean by that in a moment.&lt;/p&gt;
  &lt;p id=&quot;4B10&quot;&gt;If your bank is less than a thousand dollars, it is better to stay on solana, for there are small gas prices and also nft is not so expensive. I don&amp;#x27;t take into account the tier 1 collections like DeGods. If you take the average projects that are coming out now, the price of a mint rarely gets to 2 SOL. On average, it&amp;#x27;s 1 SOL or $30. If the flip or mint fails, you&amp;#x27;ll lose a couple dozen % (if you didn&amp;#x27;t take an outright scam) or a few $.&lt;/p&gt;
  &lt;p id=&quot;4QfN&quot;&gt;If you go for ether, immediately count on commissions equal to $20-50 per mint (if the collection has a HYIP) and $5-10 per listing. If you want to accept an offer, it&amp;#x27;s another $5-10.&lt;/p&gt;
  &lt;p id=&quot;qlWR&quot;&gt;That&amp;#x27;s not so rosy anymore, is it? And that&amp;#x27;s just gas prices. Factor in the fact that your flip might not work out. And by buying an nft for $300 you&amp;#x27;ll not only go down selling at - but you&amp;#x27;ll also give up 2.5% to the site and 5-10% royalties to the author.&lt;/p&gt;
  &lt;p id=&quot;q9kz&quot;&gt;In the end, you could end up putting out the nft for the same amount as you bought it for, you will lose $30-50.&lt;/p&gt;
  &lt;p id=&quot;7Wd8&quot;&gt;It&amp;#x27;s also worth mentioning a trivial point. If you have a pot of $500, then you shouldn&amp;#x27;t buy an nft for $400, because you will lose a huge part of your pot, and you obviously don&amp;#x27;t need it.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;WatM&quot; data-align=&quot;center&quot;&gt;Useful links and tools&lt;/h2&gt;
  &lt;/section&gt;
  &lt;h3 id=&quot;QorO&quot; data-align=&quot;center&quot;&gt;Marketplaces&lt;/h3&gt;
  &lt;p id=&quot;XUij&quot;&gt;&lt;strong&gt;OpenSea: &lt;a href=&quot;https://opensea.io/&quot; target=&quot;_blank&quot;&gt;https://opensea.io/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;PcO6&quot;&gt;&lt;strong&gt;LooksRare: &lt;a href=&quot;https://looksrare.org/ru&quot; target=&quot;_blank&quot;&gt;https://looksrare.org/ru&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;zHUy&quot;&gt;&lt;strong&gt;X2Y2: &lt;a href=&quot;https://x2y2.io/&quot; target=&quot;_blank&quot;&gt;https://x2y2.io/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;GXOo&quot;&gt;&lt;strong&gt;Gem: &lt;a href=&quot;https://www.gem.xyz/&quot; target=&quot;_blank&quot;&gt;https://www.gem.xyz/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;1BJx&quot;&gt;&lt;strong&gt;MagicEden: &lt;a href=&quot;https://magiceden.io&quot; target=&quot;_blank&quot;&gt;https://magiceden.io&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;onWR&quot;&gt;&lt;strong&gt;ArtBlocks: &lt;a href=&quot;https://www.artblocks.io/&quot; target=&quot;_blank&quot;&gt;https://www.artblocks.io/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;h3 id=&quot;IXf4&quot; data-align=&quot;center&quot;&gt;Analytical Tools&lt;/h3&gt;
  &lt;p id=&quot;ZFDx&quot;&gt;&lt;strong&gt;AlphaSharks: &lt;a href=&quot;https://vue.alphasharks.io/trends&quot; target=&quot;_blank&quot;&gt;https://vue.alphasharks.io/trends&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;gWTh&quot;&gt;&lt;strong&gt;Mintify: &lt;a href=&quot;https://mintify.xyz/&quot; target=&quot;_blank&quot;&gt;https://mintify.xyz/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;hgh5&quot;&gt;&lt;strong&gt;NFT Flip: &lt;a href=&quot;https://review.nftflip.ai/&quot; target=&quot;_blank&quot;&gt;https://review.nftflip.ai/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;yQqr&quot;&gt;&lt;strong&gt;Flips.finance: &lt;a href=&quot;https://www.flips.finance/&quot; target=&quot;_blank&quot;&gt;https://www.flips.finance/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;lrLJ&quot;&gt;&lt;strong&gt;NFT Nerds: &lt;a href=&quot;https://nftnerds.ai/&quot; target=&quot;_blank&quot;&gt;https://nftnerds.ai/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;6i4E&quot;&gt;&lt;strong&gt;icy.tools: &lt;a href=&quot;https://icy.tools/collections&quot; target=&quot;_blank&quot;&gt;https://icy.tools/collections&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;wqIw&quot;&gt;&lt;strong&gt;moby: &lt;a href=&quot;https://moby.gg/&quot; target=&quot;_blank&quot;&gt;https://moby.gg/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;fUc4&quot;&gt;&lt;strong&gt;TraitSniper: &lt;a href=&quot;https://app.traitsniper.com/&quot; target=&quot;_blank&quot;&gt;https://app.traitsniper.com/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  &lt;h3 id=&quot;Jo6N&quot; data-align=&quot;center&quot;&gt;Other tools &lt;/h3&gt;
  &lt;p id=&quot;KQRJ&quot;&gt;&lt;strong&gt;Mint Price Calculator: https://www.nonfungible.bot/calculator&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;2DUj&quot;&gt;Allows you to calculate the potential profit&lt;/p&gt;
  &lt;p id=&quot;U5tq&quot;&gt;&lt;strong&gt;Degenmint: https://degenmint.xyz/&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;yMUB&quot;&gt;Allows you to track current popular mints&lt;/p&gt;
  &lt;p id=&quot;LDAB&quot;&gt;&lt;strong&gt;Flips.watch: https://flips.watch/&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;EpoB&quot;&gt;Helps you keep track of your flipping results&lt;/p&gt;
  &lt;p id=&quot;IfWV&quot;&gt;&lt;strong&gt;DegenScan: https://degenscan.pro/&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;Xmir&quot;&gt;Allows you to track popular mines as well as some popular wallet activity. &lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(263, 48%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;h2 id=&quot;BwnU&quot; data-align=&quot;center&quot;&gt; Finale&lt;/h2&gt;
  &lt;/section&gt;
  &lt;p id=&quot;gE1E&quot;&gt;This is the end of my fundamental work. In it I have listed all my knowledge gained during my stay in crypto. Some people may think that it is not enough, some people may think that it is too much, but the fact is still the fact. &lt;/p&gt;
  &lt;p id=&quot;Au81&quot;&gt;This information is enough to accelerate greatly learning in NFT sphere on air. The above information is enough to stand on par with other cryptans who have spent many months learning NFT on air. &lt;/p&gt;
  &lt;p id=&quot;PdR3&quot;&gt;I&amp;#x27;m sure this material will help more than a dozen or even a hundred people. I wish you good luck and success in your current field.&lt;/p&gt;
  &lt;p id=&quot;LKmt&quot;&gt;&lt;strong&gt;My channel&lt;/strong&gt; - &lt;a href=&quot;https://t.me/may_crypto_nft&quot; target=&quot;_blank&quot;&gt;https://t.me/may_crypto_nft&lt;/a&gt; &lt;/p&gt;
  &lt;p id=&quot;vkkN&quot;&gt;&lt;strong&gt;Follow me&lt;/strong&gt;  - &lt;a href=&quot;https://t.me/may_crypto_nft&quot; target=&quot;_blank&quot;&gt;https://t.me/may_crypto_nft&lt;/a&gt;&lt;/p&gt;

</content></entry><entry><id>maycluben:metaverse</id><link rel="alternate" type="text/html" href="https://teletype.in/@maycluben/metaverse?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=maycluben"></link><title>Metaverse: hype or our future?</title><published>2022-10-06T08:08:31.531Z</published><updated>2022-10-06T08:08:31.531Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img1.teletype.in/files/89/77/89777756-6f81-47ef-9767-c2525f678116.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://img3.teletype.in/files/e9/7d/e97d1dd7-c135-4f21-9cff-0b42f3f76a0b.png&quot;&gt;The term &quot;metaverse&quot; first appeared in 1992 in the science fiction novel Snow Crash.</summary><content type="html">
  &lt;figure id=&quot;VfDv&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img3.teletype.in/files/e9/7d/e97d1dd7-c135-4f21-9cff-0b42f3f76a0b.png&quot; width=&quot;1323&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;Pj7b&quot;&gt;The term &amp;quot;metaverse&amp;quot; first appeared in 1992 in the science fiction novel Snow Crash.&lt;/p&gt;
  &lt;p id=&quot;8VzI&quot;&gt;Defining its meaning is a very difficult task. To give you an idea of how vague the meaning of the word is, do the following exercise: in any sentence, replace &amp;quot;metaverse&amp;quot; with &amp;quot;cyberspace. Ninety percent of the time, the meaning of the sentence will not change.&lt;/p&gt;
  &lt;p id=&quot;PKW4&quot;&gt;This is because the term does not refer to any particular type of technology, but rather to a broad (and often speculative) notion of how we interact with technology.&lt;/p&gt;
  &lt;p id=&quot;3IVv&quot;&gt;What is the metaverse?&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;blockquote id=&quot;uqct&quot;&gt;Metaverse is a permanent virtual space that people can interact with through their avatars.&lt;/blockquote&gt;
  &lt;/section&gt;
  &lt;p id=&quot;5kwR&quot;&gt;Metaverses can include:&lt;/p&gt;
  &lt;ul id=&quot;fbRh&quot;&gt;
    &lt;li id=&quot;t9wI&quot;&gt;&lt;strong&gt;A virtual reality&lt;/strong&gt; with permanent game worlds that continue to exist even when you&amp;#x27;re not playing them.&lt;/li&gt;
    &lt;li id=&quot;rKnn&quot;&gt;&lt;strong&gt;Augmented reality&lt;/strong&gt;, which combines aspects of the digital and physical world.&lt;/li&gt;
    &lt;li id=&quot;dGAN&quot;&gt;&lt;strong&gt;Any other digital worlds&lt;/strong&gt; that can be accessed without VR and AR.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p id=&quot;IGSk&quot;&gt;The metaverse also has a kind of digital economy, where users can create, buy, and sell goods.&lt;/p&gt;
  &lt;p id=&quot;hCHz&quot;&gt;In a more idealistic representation of metaverse, it is interoperable, i.e., it allows virtual items such as clothes or cars to be transferred from one platform to another.&lt;/p&gt;
  &lt;p id=&quot;f5T0&quot;&gt;There are already examples of detached metaverses.&lt;/p&gt;
  &lt;p id=&quot;AlhA&quot;&gt;For example, there is the game World of Warcraft - a permanent virtual world where players can buy and sell goods. Or Fortnite, where concerts and other virtual events take place all the time.&lt;/p&gt;
  &lt;p id=&quot;Her8&quot;&gt;You can also put on an Oculus headset and be in your own personal virtual home.&amp;quot;&lt;/p&gt;
  &lt;p id=&quot;z9hE&quot;&gt;Initially, the word &amp;quot;metaverse&amp;quot; did not mean fragmented worlds, but a single virtual space, with a seamless transition between platforms.&lt;/p&gt;
  &lt;p id=&quot;OHyC&quot;&gt;In that case, saying that Fortnite is a &amp;quot;metaverse&amp;quot; is the same as saying that Google is the &amp;quot;Internet. They are only parts of a whole.&lt;/p&gt;
  &lt;p id=&quot;eYxl&quot;&gt;In sum, the term &amp;quot;metaverse&amp;quot; means both a single virtual world for all of humanity and separate fragmented parts of digital reality.&lt;/p&gt;
  &lt;h2 id=&quot;Qkck&quot;&gt;The Role of Blockchain in Metaverse&lt;/h2&gt;
  &lt;p id=&quot;vfBk&quot;&gt;It is largely thanks to cryptocurrencies and NFT that there was a big hype around this topic. So why is blockchain so well suited to the idea of the metaverse?&lt;/p&gt;
  &lt;p id=&quot;ZIN1&quot;&gt;Well, first of all, every metaverse has its own economy. And a very handy feature is a direct link between the internal economy of the metaverse and the global market. This is where blockchain technology, and more precisely the cryptocurrency market as an intermediary, can help.&lt;/p&gt;
  &lt;p id=&quot;7uWW&quot;&gt;And secondly, the main problem in creating metaverses is the realization of the universality of objects. If you can&amp;#x27;t create a single metaverse, then instead there will be many separate ones. And for them to be able to exchange items between them, they need a single platform and item format. Blockchain can become this platform, and NFT can become the object format.&lt;/p&gt;
  &lt;h2 id=&quot;PQC0&quot;&gt;Examples of individual metaverses&lt;/h2&gt;
  &lt;h3 id=&quot;JD5s&quot;&gt;&lt;strong&gt;Theta Network&lt;/strong&gt;&lt;/h3&gt;
  &lt;p id=&quot;NX84&quot;&gt;&lt;br /&gt;The Theta Network is a turnkey infrastructure that allows you to run any project in the metaverse. The resources of the platform allow creating special assets and storing them in the NFT format. A promising way to develop Theta Network, is to sign a partnership agreement with Decentraland or Sandbox.&lt;/p&gt;
  &lt;h3 id=&quot;1uY6&quot;&gt;The Sandbox&lt;/h3&gt;
  &lt;p id=&quot;eE0z&quot;&gt;&lt;br /&gt;A metaverse developed on the Ethereum blockchain. The prospect of the project is due to the start of open testing of the virtual reality platform. The user content ecosystem has its own NFT trading platform and gaming platform.&lt;/p&gt;
  &lt;h3 id=&quot;z9xw&quot;&gt;Decentraland&lt;/h3&gt;
  &lt;p id=&quot;OCci&quot;&gt;&lt;br /&gt;This is one of the first projects launched in 2017 to create a decentralized virtual reality platform on the Ethereum blockchain. The user here is able to acquire land and create artwork.&lt;/p&gt;
  &lt;h3 id=&quot;2D8h&quot;&gt;Bloktopia&lt;/h3&gt;
  &lt;p id=&quot;MsC4&quot;&gt;&lt;br /&gt;Despite the young age of the Bloktopia project, it has already managed to attract the interest of high-level investors (for example, Animoca Brands), as well as get the support of several exchanges (OKEx, KuCoin). &lt;/p&gt;
  &lt;h2 id=&quot;Q78E&quot;&gt;Why a &amp;quot;universal metaverse&amp;quot; is impossible&lt;/h2&gt;
  &lt;figure id=&quot;DlNR&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://www.mirf.ru/wp-content/uploads/2018/03/ready-player-one.jpg&quot; width=&quot;2048&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;VuW7&quot;&gt;&lt;/p&gt;
  &lt;p id=&quot;q0ce&quot;&gt;All of what is now called the metaverse is just a parody of the idea that the word originally carried. There is no full immersion, no unified economy, even an open and content-filled world is often missing.&lt;/p&gt;
  &lt;p id=&quot;bxBa&quot;&gt;At this stage of humanity&amp;#x27;s technological development, we cannot create a full-fledged metaverse, as it appears in fantasies. And here are the reasons:&lt;/p&gt;
  &lt;h3 id=&quot;ZaLI&quot;&gt;NFT is not the answer.&lt;/h3&gt;
  &lt;p id=&quot;ztaH&quot;&gt;&lt;br /&gt;In an ideal representation of the meta universe, it is interoperable. That is, it allows you to transfer virtual items, such as clothes or cars, from one platform to another.&lt;/p&gt;
  &lt;p id=&quot;560l&quot;&gt;But the process is more complicated than it seems. Some argue that NFT technology may be able to solve this problem. However, this is simply not true, and transferring elements from one video game or virtual world to another is an extremely difficult task that no company can solve right now.&lt;/p&gt;
  &lt;p id=&quot;A6gp&quot;&gt;The complexity of interaction between companies&lt;br /&gt;As much as we would like to, the realization of the idea of a single metaworld, such as the one presented in the movie &amp;quot;First Player Standby&amp;quot;, is currently impossible.&lt;/p&gt;
  &lt;p id=&quot;FmC7&quot;&gt;This is partly because creating such a world requires companies to collaborate, which is simply not profitable or desirable.&lt;/p&gt;
  &lt;p id=&quot;RLfp&quot;&gt;For example, Fortinte has little motivation to provide a portal for players to go directly to World of Warcraft, even if it could easily be done.&lt;/p&gt;
  &lt;h3 id=&quot;G8Qu&quot;&gt;Low processing power&lt;/h3&gt;
  &lt;p id=&quot;V9kT&quot;&gt;Although Intel is quite optimistic about the idea of a metaverse, it also states that there is not enough computing power to implement this idea.&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(0,   0%,  var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;blockquote id=&quot;Auf8&quot;&gt;&amp;quot;The metaverse could be the next big platform for computing after the World Wide Web and mobile devices. But our current computing and networking infrastructure is simply not enough to realize this vision. We need 1,000 times more power than our current collective computing power.&amp;quot;&lt;/blockquote&gt;
    &lt;p id=&quot;5hrm&quot;&gt;© Raja Koduri, Senior Vice President, Intel&lt;/p&gt;
  &lt;/section&gt;
  &lt;h3 id=&quot;0BQU&quot;&gt;Limitations of the headset&lt;/h3&gt;
  &lt;p id=&quot;UfVe&quot;&gt;When tech companies like Microsoft or Meta show artistic videos about their vision of the future, they often tend to be silent about how people will interact with the metaverse.&lt;/p&gt;
  &lt;p id=&quot;GtoS&quot;&gt;VR headsets are still very clunky, and most people experience motion sickness or physical pain if they wear them for too long.&lt;/p&gt;
  &lt;p id=&quot;cKpR&quot;&gt;Augmented reality glasses face a similar problem, in addition to the problem of how people can wear them in public without looking weird. &lt;/p&gt;
  &lt;p id=&quot;GKdg&quot;&gt;There are also virtual reality accessibility issues that many companies have not yet addressed.&lt;/p&gt;
  &lt;h3 id=&quot;Ih0H&quot;&gt;Hype is no guarantee of success&lt;/h3&gt;
  &lt;p id=&quot;QfoB&quot;&gt;In the months since Facebook rebranded itself as Meta, the &amp;quot;metaverse&amp;quot; concept has served as a powerful vehicle for capturing the imagination of speculative investors. &lt;/p&gt;
  &lt;p id=&quot;xf1G&quot;&gt;But money pouring into the idea doesn&amp;#x27;t necessarily mean that a massive paradigm shift is just around the corner, as everything from 3D TVs to Amazon delivery drones to Google Glass can attest. &lt;/p&gt;
  &lt;p id=&quot;IrXe&quot;&gt;The history of technology is strewn with skeletons of failed investments.&lt;/p&gt;
  &lt;h3 id=&quot;zctz&quot;&gt;Problems in the Real World&lt;/h3&gt;
  &lt;p id=&quot;WO9v&quot;&gt;And finally, the question that many miss when parsing the idea of a metaverse: what will become of reality when some people leave it for another world?&lt;/p&gt;
  &lt;p id=&quot;udtp&quot;&gt;Are we out of crises? We don&amp;#x27;t have food shortages in the third world? We don&amp;#x27;t have pollution? We don&amp;#x27;t have wars?&lt;/p&gt;
  &lt;p id=&quot;anZe&quot;&gt;We have to deal with this world first before we can go to another world.&lt;/p&gt;
  &lt;h2 id=&quot;ylMV&quot;&gt;Hope?&lt;/h2&gt;
  &lt;p id=&quot;PxeY&quot;&gt;Unfortunately or fortunately, it is now impossible to create a single metaverse where we could go at night while wearing VR glasses. But maybe our grandchildren, or maybe our children, will be able to see this idea come to fruition.&lt;/p&gt;
  &lt;p id=&quot;l9CR&quot;&gt;For now, all we can do is watch individual companies realize their idea of what a &amp;quot;metaverse&amp;quot; should look like.&lt;/p&gt;

</content></entry></feed>