当前位置: 首页 > news >正文

Web3 常用语和黑话你知道吗?

My friend Dave used to be a bagholder, but he FOMO’d and bought even more BTC. Now, he’s a big whale HODLing for that moon.

…that’s a lot to take in for just two sentences. If you’re new to Bitcoin and the world of cryptocurrencies, we understand if the statement didn’t make any sense to you—it didn’t make sense to us at first too. 

All jokes aside, it’s one thing to start buying and selling Bitcoin, but another to engage with an entire community that’s built an entire dictionary-worth of slang. If you’re looking to get yourself into the conversation and begin speaking the language, there’s quite a bit to cover. Luckily, we’ve compiled a list of some of the most popular slang being used today.

1. FOMO 

Short for fear of missing out, FOMO can be used in everyday life. It refers to the sense of urgency to buy Bitcoin when everyone else is talking about it.

2. Shill

Shilling refers to the promotion of a cryptocurrency for the person’s own personal benefit. Although the term didn’t originate in crypto, its use in the space became widely popular. 

People that would shill are likely those that have invested in a particular cryptocurrency that isn’t performing as well as they hoped and are trying to persuade other people to buy it so that the price would go up. Essentially, it’s all for personal gain. 

3. FUD

Short for fear, uncertainty, and doubt, FUD refers to when people spread negative feelings about Bitcoin.

4. HODL

HODL is probably the most popular slang in Bitcoin. It refers to holding on to your BTC, despite volatility in price. Its use originated from a typo, where the user intended to type “hold” and misspelled it—probably out of pure excitement. It was then turned into a backronym, where the phrase hold on for dear life was attached after the typo happened.

5. Rekt

Rekt refers to the rock-bottom feeling of when someone experiences major losses from cryptocurrencies that have plummeted in value. 

The term comes from the word wrecked, which is often used in gaming when a player gets completely destroyed. So whenever someone loses a significant amount of money on a cryptocurrency, they’re getting rekt

6. Going to the moon

Going to the moon refers to the belief that the price of Bitcoin will experience a significant spike in the future. 

If you say that Bitcoin is going to the moon, it means that you believe your investment is going to pay off very well in the future.

7. Whale

whale is someone who owns a significant amount—usually 5% or more of the total supply—of a cryptocurrency. 

8. Pump and dump

The term pump and dump refers to a tactic used by a group of cryptocurrency users to manipulate the sentiments of the market. 

To pump effectively means to hype a cryptocurrency based on fake or misleading information and when the prices go up due to increased investor sentiment, the group will dump all their coins by selling them—which will, in turn, cause the price to drop again. 

9. Bagholder

bagholder refers to someone that’s holding onto a cryptocurrency that has plummeted in price—even to the point where it becomes worthless. 

It’s similar to the thinking of hoarders: a bagholder will save their money—even if they’re worthless—for “a rainy day.” 

10. Sats

Short for satoshis, sats are the smallest unit of Bitcoin. One sat is equal to 0.00000001 BTC. 

11. No-coiner

no-coiner is someone who believes Bitcoin is either doomed to fail or will have minimal value in the future. Because of that belief, they don’t hold any coins themselves.

12. Vaporware

Vaporware refers to a software project, cryptocurrency included, that never actually gets developed. It’s usually marketed and hyped to the point where everyone’s talking about it, but it’s simply never completed. 

13. Cryptosis

Cryptosis refers to that never-ending thirst for cryptocurrency knowledge. Although it sounds like a disease, don’t worry—it isn’t life-threatening. However, the symptoms will include scouring forums, forcing cryptocurrency discussions among your friends, and overall, minimizing risks when trading.

14. ICO

An initial coin offering or ICO is the cryptocurrency equivalent to an initial public offering (IPO) which means raising funds through the sale of securities or shares for the first time to the public.

Basically, it refers to a crypto company’s fundraising project. They’ll lay out what it’s all about, the team behind it, and ask for investments to help build it. As a reward, they’ll offer new tokens—some of which may have utility in the project, while others will just represent a stake in the company. 

15. Market cap

Market cap, short for market capitalization, refers to the total value of a specific cryptocurrency. It’s calculated by multiplying a coin’s current price by the circulating supply. 

At the time of writing (March 15, 2022), Bitcoin’s current market cap is at 732,061,633,831 USD. 

16. KYC

Short for know your customer or know your client, KYC refers to the verification of a user’s identity. Most cryptocurrency exchanges will implement this sort of rule not only to verify a trader’s identity but also to comply with regulations and keep their marketplaces safe. 

17. NFTs

Non-fungible tokens or NFTs are unique, 1-of-1 cryptographic assets that have special identification codes built within them. They come in many shapes and sizes—Tweets, digital artwork, audio, and more. 

18. WAGMI/NGMI

WAGMI is short for we’re all gonna make it. It is often used in the crypto community to build confidence and encourage everyone not to lose hope. 

NGMI, on the other hand, is short for not gonna make it. It refers to the sentiment that you made a bad decision and your investment will not be successful. 

Both of these terms are used in the cryptocurrency world but are more prominent in the NFT space—specifically Twitter and Discord groups. 

19. Diamond hands/paper hands

Similar to HODL, diamond hands refer to holding Bitcoin even when there’s a ton of pressure to sell. 

Paper hands refer to investors that sell off their investments too early—mostly because they’re afraid of the risk and are susceptible to panic. 

20. Bullish/bearish

Bullish and bearish both represent a pattern in the market. Although they were mainly applied to traditional stock markets at first, they’ve found their way to the cryptocurrency space. 

bullish market will feature upward trends in price, while a bearish market will present downward trends. 

21. Buy the dip (BTD)

Buying the dip or BTD means purchasing an asset after its price has dropped. The belief behind it is the same as when you convince yourself to buy something on sale at the mall.

Buying the dip represents buying Bitcoin at lower prices, hoping that it will rise again in the future.

Ready to join the conversation?

New slang finds its way onto the Internet every day. For a space that’s so young and lively, you can expect even more to find their way into online communities. There’s no need for FOMO though because even the greatest trader starts from zero.

Originally published on September 16, 2020 and updated on March 24, 2022

相关文章:

Web3 常用语和黑话你知道吗?

My friend Dave used to be a bagholder, but he FOMO’d and bought even more BTC. Now, he’s a big whale HODLing for that moon. …that’s a lot to take in for just two sentences. If you’re new to Bitcoin and the world of cryptocurrencies, we understand if …...

物联网和边缘计算:如何将数据处理和决策推向设备边缘

第一章:引言 当我们谈论物联网(IoT)时,我们通常指的是将各种设备连接到互联网,并通过数据交换来实现智能化的网络。然而,传统的物联网模型通常涉及将数据发送到云端进行处理和分析。然而,随着技…...

【Android学习专题】java基本语法和概念(学习记录)

学习记录来自菜鸟教程 Java 变量 Java 中主要有如下几种类型的变量 局部变量 在方法、构造方法或者语句块中定义的变量被称为局部变量。变量声明和初始化都是在方法中,方法结束后,变量就会自动销毁类变量(静态变量) 类变量也声…...

Android系统启动全流程分析

当我们买了一个手机或者平板,按下电源键的那一刻,到进入Launcher,选择我们想要使用的某个App进入,这个过程中,系统到底在做了什么事,伙伴们有仔细的研究过吗?可能对于Framework这块晦涩难懂的专…...

RabbitMQ --- 惰性队列、MQ集群

一、惰性队列 1.1、消息堆积问题 当生产者发送消息的速度超过了消费者处理消息的速度,就会导致队列中的消息堆积,直到队列存储消息达到上限。之后发送的消息就会成为死信,可能会被丢弃,这就是消息堆积问题。 解决消息堆积有三种…...

1.Buffer_Overflow-1.Basic_Jump

github上面的练习题 git clone https://github.com/Adamkadaban/LearnPwn 然后开始做 先进行 readelf 然后进行执行看看 是怎么回事 ./buf1发现就是一个输入和输出 我们checksec看看 发现stack 保护关闭 开启了NX保护 我们进入ida64看看反汇编 我习惯先看看字符串 SHITF…...

MySQL入门语法第三课:表结构的创建

数据表结构 定点数类型decimal(m,d) m表示数字总位数 d表示小数位数 ★创建数据表先要选择数据库 1 . CREATE TABLE 表名称 创建数据表 (字段名1 数据类型1 [,字段名2 数据名2] [, .....] ); 一个字段写一行 修改表名 alter table 旧表名 rename 新表名…...

SpringSecurity框架学习与使用

SpringSecurity框架学习与使用 SpringSecurity学习SpringSecurity入门SpringSecurity深入认证授权自定义授权失败页面权限注解SecuredPreAuthorizePostAuthorizePostFilterPreFilter 参考 SpringSecurity学习 SpringSecurity入门 引入相关的依赖,SpringBoot的版本…...

DHCP+链路聚合+NAT+ACL小型实验

实验要求: 1.按照拓扑图上标识规划网络。 2.使用0SPF协议进程100实现ISP互通。 3.私网内PC属于VLAN1O, FTP Server属于VLAN2O,网关分 别为所连接的接入交换机,其中PC要求通过DHCP动态获取 4:私网内部所有交换机都为三层交换机,请合理规划VLAN&#…...

西瓜书读书笔记整理(三)—— 第二章 模型评估与选择

第二章 模型评估与选择 第 2 章 模型评估与选择2.1 经验误差与过拟合1. 错误率 / 精度 / 误差2. 训练误差 / 经验误差 / 泛化误差3. 过拟合 / 欠拟合4. 学习能力5. 模型选择 2.2 评估方法1. 评估方法概述2. 留出法3. 交叉验证法4. 自助法5. 调参 / 最终模型 2.3 性能度量1. 回归…...

AcWing算法提高课-1.3.6货币系统

宣传一下算法提高课整理 <— CSDN个人主页&#xff1a;更好的阅读体验 <— 本题链接&#xff08;AcWing&#xff09; 点这里 题目描述 给你一个n种面值的货币系统&#xff0c;求组成面值为m的货币有多少种方案。 输入格式 第一行&#xff0c;包含两个整数n和m。 接…...

vue3回到上一个路由页面

学习链接 Vue Router获取当前页面由哪个路由跳转 在Vue3的setup中如何使用this beforeRouteEnter 在这个路由方法中不能访问到组件实例this&#xff0c;但是可以使用next里面的vm访问到组件实例&#xff0c;并通过vm.$data获取组件实例上的data数据getCurrentInstance 是vue3提…...

Linux三种网络模式 | 仅主机、桥接、NAT

&#x1f497;wei_shuo的个人主页 &#x1f4ab;wei_shuo的学习社区 &#x1f310;Hello World &#xff01; Linux三种网络模式 仅主机模式&#xff1a;虚拟机只能访问物理机&#xff0c;不能上网 桥接模式&#xff1a;虚拟机和物理机连接同一网络&#xff0c;虚拟机和物理机…...

数据库设计与前端框架

数据库设计与前端框架 学习目标&#xff1a; 理解多租户的数据库设计方案 熟练使用PowerDesigner构建数据库模型理解前端工程的基本架构和执行流程 完成前端工程企业模块开发 多租户SaaS平台的数据库方案 多租户是什么 多租户技术&#xff08;Multi-TenancyTechnology&a…...

技术探秘:揭秘Bean Factory与FactoryBean的区别!

大家好&#xff0c;我是小米&#xff0c;一个热衷于技术分享的29岁小编。今天&#xff0c;我们来聊一聊在Spring框架中常用的两个概念&#xff1a;beanFactory和FactoryBean。它们虽然看似相似&#xff0c;但实际上有着不同的用途和作用。让我们一起来揭开它们的神秘面纱吧&…...

MD-MTSP:遗传算法GA求解多仓库多旅行商问题(提供MATLAB代码,可以修改旅行商个数及起点)

一、多仓库多旅行商问题 多旅行商问题&#xff08;Multiple Traveling Salesman Problem, MTSP&#xff09;是著名的旅行商问题&#xff08;Traveling Salesman Problem, TSP&#xff09;的延伸&#xff0c;多旅行商问题定义为&#xff1a;给定一个&#x1d45b;座城市的城市集…...

技术面试的终极指南:助你取得成功的关键步骤

背景 技术面试是许多求职者最关键的一环&#xff0c;因为它评估了你在特定领域的知识和技能。无论你是刚毕业的大学应届生&#xff0c;还是有多年工作经验的职场老兵&#xff0c;准备充分是成功面试的关键。 这篇文章将提供一系列关键步骤&#xff0c;帮助你充分准备和展现自己…...

Nautilus Chain 测试网第二阶段,推出忠诚度计划及广泛空投

随着更多的公链底层面向市场&#xff0c;通过参与早期测试在主网上线后获得激励成为了行业的一个热点话题&#xff0c;在 Apots、Arbitrum One、Optimism等陆续发放了测试空投后&#xff0c;以 Layer3为主要特性的 Nautilus Chain 也在前不久明确表示将会有空投&#xff0c;引发…...

Python爬虫(三):BeautifulSoup库

BeautifulSoup 是一个可以从 HTML 或 XML 文件中提取数据的 Python 库&#xff0c;它能够将 HTML 或 XML 转化为可定位的树形结构&#xff0c;并提供了导航、查找、修改功能&#xff0c;它会自动将输入文档转换为 Unicode 编码&#xff0c;输出文档转换为 UTF-8 编码。 Beauti…...

Python使用CV2库捕获、播放和保存摄像头视频

Python使用CV2库捕获、播放和保存摄像头视频 特别提示&#xff1a;CV2指的是OpenCV2&#xff08;Open Source Computer Vision Library&#xff09;&#xff0c;安装的时候是 opencv_python&#xff0c;但在导入的时候采用 import cv2。 若想使用cv2库必须先安装&#xff0c;P…...

day52 ResNet18 CBAM

在深度学习的旅程中&#xff0c;我们不断探索如何提升模型的性能。今天&#xff0c;我将分享我在 ResNet18 模型中插入 CBAM&#xff08;Convolutional Block Attention Module&#xff09;模块&#xff0c;并采用分阶段微调策略的实践过程。通过这个过程&#xff0c;我不仅提升…...

.Net框架,除了EF还有很多很多......

文章目录 1. 引言2. Dapper2.1 概述与设计原理2.2 核心功能与代码示例基本查询多映射查询存储过程调用 2.3 性能优化原理2.4 适用场景 3. NHibernate3.1 概述与架构设计3.2 映射配置示例Fluent映射XML映射 3.3 查询示例HQL查询Criteria APILINQ提供程序 3.4 高级特性3.5 适用场…...

为什么需要建设工程项目管理?工程项目管理有哪些亮点功能?

在建筑行业&#xff0c;项目管理的重要性不言而喻。随着工程规模的扩大、技术复杂度的提升&#xff0c;传统的管理模式已经难以满足现代工程的需求。过去&#xff0c;许多企业依赖手工记录、口头沟通和分散的信息管理&#xff0c;导致效率低下、成本失控、风险频发。例如&#…...

【Web 进阶篇】优雅的接口设计:统一响应、全局异常处理与参数校验

系列回顾&#xff1a; 在上一篇中&#xff0c;我们成功地为应用集成了数据库&#xff0c;并使用 Spring Data JPA 实现了基本的 CRUD API。我们的应用现在能“记忆”数据了&#xff01;但是&#xff0c;如果你仔细审视那些 API&#xff0c;会发现它们还很“粗糙”&#xff1a;有…...

Linux-07 ubuntu 的 chrome 启动不了

文章目录 问题原因解决步骤一、卸载旧版chrome二、重新安装chorme三、启动不了&#xff0c;报错如下四、启动不了&#xff0c;解决如下 总结 问题原因 在应用中可以看到chrome&#xff0c;但是打不开(说明&#xff1a;原来的ubuntu系统出问题了&#xff0c;这个是备用的硬盘&a…...

DeepSeek 技术赋能无人农场协同作业:用 AI 重构农田管理 “神经网”

目录 一、引言二、DeepSeek 技术大揭秘2.1 核心架构解析2.2 关键技术剖析 三、智能农业无人农场协同作业现状3.1 发展现状概述3.2 协同作业模式介绍 四、DeepSeek 的 “农场奇妙游”4.1 数据处理与分析4.2 作物生长监测与预测4.3 病虫害防治4.4 农机协同作业调度 五、实际案例大…...

C++.OpenGL (14/64)多光源(Multiple Lights)

多光源(Multiple Lights) 多光源渲染技术概览 #mermaid-svg-3L5e5gGn76TNh7Lq {font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#333;}#mermaid-svg-3L5e5gGn76TNh7Lq .error-icon{fill:#552222;}#mermaid-svg-3L5e5gGn76TNh7Lq .erro…...

【Linux手册】探秘系统世界:从用户交互到硬件底层的全链路工作之旅

目录 前言 操作系统与驱动程序 是什么&#xff0c;为什么 怎么做 system call 用户操作接口 总结 前言 日常生活中&#xff0c;我们在使用电子设备时&#xff0c;我们所输入执行的每一条指令最终大多都会作用到硬件上&#xff0c;比如下载一款软件最终会下载到硬盘上&am…...

Linux 下 DMA 内存映射浅析

序 系统 I/O 设备驱动程序通常调用其特定子系统的接口为 DMA 分配内存&#xff0c;但最终会调到 DMA 子系统的dma_alloc_coherent()/dma_alloc_attrs() 等接口。 关于 dma_alloc_coherent 接口详细的代码讲解、调用流程&#xff0c;可以参考这篇文章&#xff0c;我觉得写的非常…...

Java 与 MySQL 性能优化:MySQL 慢 SQL 诊断与分析方法详解

文章目录 一、开启慢查询日志&#xff0c;定位耗时SQL1.1 查看慢查询日志是否开启1.2 临时开启慢查询日志1.3 永久开启慢查询日志1.4 分析慢查询日志 二、使用EXPLAIN分析SQL执行计划2.1 EXPLAIN的基本使用2.2 EXPLAIN分析案例2.3 根据EXPLAIN结果优化SQL 三、使用SHOW PROFILE…...