From 3bf39ba552ed3a97c9028266abaa66d05a4f0629 Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Mon, 11 May 2026 15:27:09 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Alphabetize=20glossary=20ent?= =?UTF-8?q?ries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- docs/learn/glossary.mdx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/learn/glossary.mdx b/docs/learn/glossary.mdx index 107a6dabc5..47e24f7bcb 100644 --- a/docs/learn/glossary.mdx +++ b/docs/learn/glossary.mdx @@ -143,10 +143,6 @@ An online repository for documents that can be accessed and shared among multipl A fully qualified domain name (FQDN) linked to a Stellar account, used to generate an on-chain link to a Stellar Info File, which holds off-chain metadata. See the Set Options operation. Can be up to 32 characters. -### Stellar RPC - -A node that provides an interface for submitting transactions and reading data from the Stellar network. - ### Inflation The inflation operation is deprecated because it wasn’t working as intended. Most users either ignored it or used it for personal gain, and the costs kept rising, so the network voted to disable it in Protocol 12 through [CAP-26: Disable Inflation Mechanism](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0026.md). @@ -187,6 +183,12 @@ The native, built-in token on the Stellar network. Learn more about lumens in our [Lumens section](./fundamentals/lumens.mdx). +### Mainnet or Pubnet + +The Stellar Public Network, aka mainnet, the main network used by applications in production. + +Read more in our [Networks section](../networks/README.mdx). + ### Master key The private key used in initial account creation. @@ -259,18 +261,6 @@ The ratio of the quote asset and the base asset in an order. The public part of a keypair that identifies a Stellar account. The public key is public- it is visible on the ledger, anyone can look it up, and it is used when sending payments to the account, identifying the issuer of an asset, and verifying that a transaction is authorized. -### Mainnet or Pubnet - -The Stellar Public Network, aka mainnet, the main network used by applications in production. - -Read more in our [Networks section](../networks/README.mdx). - -### Sequence number - -Used to identify and verify the order of transactions with the source account. - -A transaction’s sequence number must always increase by one (unless minimum sequence number preconditions are set, or a bump sequence operation is used). SDKs and the Stellar Lab automatically increment the account’s sequence number by one when you build a transaction. - ### Secret (private) key The private key is part of a keypair, which is associated with an account. Do not share your secret key with anyone. @@ -281,6 +271,12 @@ Standards and protocols to allow the Stellar ecosystem to interoperate. Learn more in our [SEPs section](./fundamentals/stellar-ecosystem-proposals.mdx). +### Sequence number + +Used to identify and verify the order of transactions with the source account. + +A transaction’s sequence number must always increase by one (unless minimum sequence number preconditions are set, or a bump sequence operation is used). SDKs and the Stellar Lab automatically increment the account’s sequence number by one when you build a transaction. + ### Signer Refers to the master key or to any other signing keys added later. A signer is defined as the pair: public key + weight. Signers can be set with the Set Options operation. @@ -321,6 +317,10 @@ A replicated state machine that maintains a local copy of a cryptographic ledger A non-profit organization founded to support the development and growth of the Stellar network. +### Stellar RPC + +A node that provides an interface for submitting transactions and reading data from the Stellar network. + ### Stellar.toml A formatted configuration file containing published information about a node and an organization. For more, see the [Stellar Info File spec (SEP-0001)](https://stellar.org/protocol/sep-1) @@ -391,10 +391,10 @@ An integer representing a given date and time, as used on UNIX and Linux compute A basic validator keeps track of the ledger and submits transactions for possible inclusion. It ensures reliable access to the network and sign-off on transactions. A full validator performs the functions of a basic validator, but also publishes a history archive containing snapshots of the ledger, including all network transactions and their results. -### XLM (lumens) - -The native currency of the Stellar network. - ### Wallet An interface that gives a user access to an account stored on the ledger; that access is controlled by the account’s secret key. The wallet allows users to store and manage their assets. + +### XLM (lumens) + +The native currency of the Stellar network. From 25800a61a3a2de88918cd9b2022a0b7277be6621 Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Mon, 11 May 2026 15:52:12 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A4=20Alphabetize=20glossary=20aft?= =?UTF-8?q?er=20upstream=20sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- docs/learn/glossary.mdx | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/learn/glossary.mdx b/docs/learn/glossary.mdx index 0b73305f32..c67e60675d 100644 --- a/docs/learn/glossary.mdx +++ b/docs/learn/glossary.mdx @@ -59,12 +59,6 @@ Learn more in our [Lumens section](./fundamentals/lumens.mdx#base-reserves). Remove an asset from circulation, which can happen in two ways: 1) a holder sends the asset back to the issuing account 2) an issuer claws back a clawback-enabled asset from a holder's account. -### Core Advancement Proposals (CAPs) {#caps} - -Proposals of standards to improve the Stellar protocol. CAPs deal with changes to the core protocol of the Stellar network. - -Find a list of all draft, accepted, implemented, and rejected CAPs in [GitHub](https://github.com/stellar/stellar-protocol/tree/master/core). - ### Claim Predicate A recursive data structure used to construct complex conditionals with different values of ClaimPredicateType. @@ -103,6 +97,12 @@ Contract tokens used to be referred to as "custom tokens", which has been deprec ::: +### Core Advancement Proposals (CAPs) {#caps} + +Proposals of standards to improve the Stellar protocol. CAPs deal with changes to the core protocol of the Stellar network. + +Find a list of all draft, accepted, implemented, and rejected CAPs in [GitHub](https://github.com/stellar/stellar-protocol/tree/master/core). + ### Create account operation Makes a payment to a 0-balance public key (Stellar address), thereby creating the account. You must use this operation to initialize an account rather than a standard payment operation. @@ -269,11 +269,9 @@ The ratio of the quote asset and the base asset in an order. The public part of a keypair that identifies a Stellar account. The public key is public- it is visible on the ledger, anyone can look it up, and it is used when sending payments to the account, identifying the issuer of an asset, and verifying that a transaction is authorized. -### Mainnet or Pubnet - -The Stellar Public Network, aka mainnet, the main network used by applications in production. +### Secret (private) key -Read more in our [Networks section](../networks/README.mdx). +The private key is part of a keypair, which is associated with an account. Do not share your secret key with anyone. ### Sequence Number @@ -281,10 +279,6 @@ Used to identify and verify the order of transactions with the source account. A transaction’s sequence number must always increase by one (unless minimum sequence number preconditions are set, or a bump sequence operation is used). SDKs and the Stellar Lab automatically increment the account’s sequence number by one when you build a transaction. -### Secret (private) key - -The private key is part of a keypair, which is associated with an account. Do not share your secret key with anyone. - ### Signer Refers to the master key or to any other signing keys added later. A signer is defined as the pair: public key + weight. Signers can be set with the Set Options operation.