diff --git a/docs/Developers/Oracles/IntroductionOfPtOracle.md b/docs/Developers/Oracles/IntroductionOfPtOracle.md
index 6d58d632f..9f1a671b0 100644
--- a/docs/Developers/Oracles/IntroductionOfPtOracle.md
+++ b/docs/Developers/Oracles/IntroductionOfPtOracle.md
@@ -4,12 +4,12 @@ hide_table_of_contents: true
# Introduction of PT Oracle
-In Pendle system, $PT$ can be freely traded from and to $SY$ ultilizing our AMM. With the built-in TWAP oracle library, the geometric mean price of $PT$ in terms of SY or asset can be derived from our `PendleMarket` contracts fully on-chain. Please refer to the [StandardizedYield doc](../Contracts/StandardizedYield) for more details of SY & asset
+In Pendle system, $PT$ can be freely traded from and to $SY$ utilizing our AMM. With the built-in TWAP oracle library, the geometric mean price of $PT$ in terms of SY or asset can be derived from our `PendleMarket` contracts fully on-chain. Please refer to the [StandardizedYield doc](../Contracts/StandardizedYield) for more details of SY & asset
## Oracle design
-Pendle's oracle implementation is inspired from the idea of UniswapV3 Oracle (see [here](https://docs.uniswap.org/concepts/protocol/oracle)) with a slight difference in how we define the cumulative rate. In short, our oracle stores the cumulative logarithm of implied APY (the interest rate implied by $PT/asset$ pricing). From the cumulative logarithm of Implied APY, we can calculate the geometric mean of Implied APY, which will used to derive the mean $PT$ price.
+Pendle's oracle implementation is inspired from the idea of UniswapV3 Oracle (see [here](https://docs.uniswap.org/concepts/protocol/oracle)) with a slight difference in how we define the cumulative rate. In short, our oracle stores the cumulative logarithm of implied APY (the interest rate implied by $PT/asset$ pricing). From the cumulative logarithm of Implied APY, we can calculate the geometric mean of Implied APY, which will be used to derive the mean $PT$ price.
-In a way, the Pendle AMM contract has a built-in oracle of interest rate, which can used to derive $PT$ prices.
+In a way, the Pendle AMM contract has a built-in oracle of interest rate, which can be used to derive $PT$ prices.
### Formulas
Our oracle storage is in the following form:
diff --git a/docs/Developers/Oracles/LPAsCollateral.md b/docs/Developers/Oracles/LPAsCollateral.md
index c9f005cf9..f58519972 100644
--- a/docs/Developers/Oracles/LPAsCollateral.md
+++ b/docs/Developers/Oracles/LPAsCollateral.md
@@ -33,7 +33,7 @@ This use case is similar to depositing a yield bearing asset like wstETH and bor
### 3. Oracle exploit:
* If the oracle for LP price is easily manipulated or exploited, LP price could inflate unnaturally (leading to an attack of using over-priced LP to borrow, and get away with free money leading to bad protocol debt after LP price drops sharply after), or drops sharply (leading to bad debt for the protocol)
* Assessment:
- * Pendle's oracle for LP/asset builds on top of the PT/asset oracle. The PT/asset oracle is permissionless and built into the contract (no maintanance needed), hence liveness and correctness is not a concern.
+ * Pendle's oracle for LP/asset builds on top of the PT/asset oracle. The PT/asset oracle is permissionless and built into the contract (no maintenance needed), hence liveness and correctness is not a concern.
* The LP/asset oracle returns TWAP prices for any customisable duration (within 65536 blocks, which is ~9 days for Ethereum), hence is not susceptible to short term or within-a-block manipulation of prices if the TWAP duration used is sufficient.
* **Important note**:
* You should only use the current LP oracle is the `SY` contract doesn't have a callback function. If the `SY` contract has a callback function, it is technically possible for the oracle to return an incorrect LP price, if it's called inside a SY's callback function.
diff --git a/docs/Developers/UncategorisedQuestions.md b/docs/Developers/UncategorisedQuestions.md
index 31a83a690..3a008b32e 100644
--- a/docs/Developers/UncategorisedQuestions.md
+++ b/docs/Developers/UncategorisedQuestions.md
@@ -1,7 +1,7 @@
---
hide_table_of_contents: true
---
-# Uncategorised questions
+# Uncategorized questions
**This document is being iterated on rapidly due to incoming questions from partner protocols.**
## Router
diff --git a/docs/PrivacyPolicy.md b/docs/PrivacyPolicy.md
index 0da698c4e..eb3f0662a 100644
--- a/docs/PrivacyPolicy.md
+++ b/docs/PrivacyPolicy.md
@@ -55,7 +55,7 @@ Most of the services available on this platform are aimed at people aged 18 and
## Social Media
-We maintain online presences on [Twitter](https://twitter.com/en/privacy), [Medium](https://policy.medium.com/medium-privacy-policy-f03bf92035c9), [Discord](https://discord.com/privacy), [Telegram](https://telegram.org/privacy) in order to be able to communicate with users active there and to inform them about our services there. When calling up the respective networks and platforms, the terms and conditions and data processing policies of their respective operators apply.
+We maintain online presences on [X](https://x.com/en/privacy), [Medium](https://policy.medium.com/medium-privacy-policy-f03bf92035c9), [Discord](https://discord.com/privacy), [Telegram](https://telegram.org/privacy) in order to be able to communicate with users active there and to inform them about our services there. When calling up the respective networks and platforms, the terms and conditions and data processing policies of their respective operators apply.
## Obligation to provide data
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 7b2ed54f7..d7c81cf81 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -95,8 +95,8 @@ const config = {
href: 'https://discord.gg/qshFxh6965/',
},
{
- label: 'Twitter',
- href: 'https://twitter.com/pendle_fi/',
+ label: 'X',
+ href: 'https://x.com/pendle_fi/',
},
{
label: 'Telegram',
diff --git a/i18n/cn/docusaurus-theme-classic/footer.json b/i18n/cn/docusaurus-theme-classic/footer.json
index 416dad092..e30814a93 100644
--- a/i18n/cn/docusaurus-theme-classic/footer.json
+++ b/i18n/cn/docusaurus-theme-classic/footer.json
@@ -24,8 +24,8 @@
"description": "The label of footer link with label=Discord linking to https://discord.gg/qshFxh6965/"
},
"link.item.label.Twitter": {
- "message": "Twitter",
- "description": "The label of footer link with label=Twitter linking to https://twitter.com/pendle_fi/"
+ "message": "X",
+ "description": "The label of footer link with label=X linking to https://x.com/pendle_fi/"
},
"link.item.label.Telegram": {
"message": "Telegram",
diff --git a/src/theme/Footer/index.js b/src/theme/Footer/index.js
index 6d2011121..72c0ec2de 100644
--- a/src/theme/Footer/index.js
+++ b/src/theme/Footer/index.js
@@ -25,8 +25,8 @@ function Footer() {
Discord
-
- Twitter
+
+ X
Telegram