+
+
+
+### Summary
+
+The Query API uses an RPC interface instead of REST for its client-server communication. This is because RPC can provide more efficient communication and support for batch/multi-calls, which is useful for dashboards that have lots of queries powering them. Future functionality will make use of the RPC architecture to enable more efficient/scalable application use cases.
There are three RPC methods you must interact with to execute a query:
@@ -245,6 +253,10 @@ query_status <- get_query_status(query_id, api_key)
{% endtab %}
{% endtabs %}
+Every QueryRun has the following life cycle:
+
+
+
Once the `getQueryRun` has returned a state of `QUERY_STATE_SUCCESS` call the `getQueryRunResults` RPC method to retrieve the result set in Step3.
### Step 3: Get the Query Run Results
diff --git a/choose-your-flipside-tier/README.md b/choose-your-flipside-tier/README.md
new file mode 100644
index 0000000..976f726
--- /dev/null
+++ b/choose-your-flipside-tier/README.md
@@ -0,0 +1,9 @@
+---
+description: Free, Pro, and Builder (coming soon) tiers designed for your success in web3
+---
+
+# Choose your Flipside tier
+
+Click next to see available tiers.
+
+**Developers**, check back soon for a new tier designed to support your product journey from testing with free credits to launch with data that scales as your users do!
diff --git a/choose-your-flipside-tier/free.md b/choose-your-flipside-tier/free.md
new file mode 100644
index 0000000..22f6256
--- /dev/null
+++ b/choose-your-flipside-tier/free.md
@@ -0,0 +1,25 @@
+---
+description: Protecting your right to transparency in web3 with onchain data
+---
+
+# Free
+
+At Flipside, we believe access to onchain data in web3 is a public good, because transparency can't exist without human-readable data.
+
+That's why you can always query the entire Flipside database with SQL in your [Studio](https://flipside.new) for free.
+
+To get started, simply create a free account [here](https://flipsidecrypto.com).
+
+## Earn and educate
+
+The more analysts create dashboards to help keep the industry informed, the better off we all are together. To that end, we also offer many ways to earn for sharing the insights you find.
+
+Programs like Leaderboard Rewards, direct-to-analyst bounties, and more can help you build your portfolio and your bags 💰
+
+See [💰Earn with Flipside](https://app.gitbook.com/o/-LdEn7uFmFX9w2zbU4Eu/s/-LdEnDLYh6Su5z7LbnEZ/\~/changes/488/sql-studio-analysts/analyst-rewards) to learn more.
+
+
+
+### P.S.
+
+_If you need more powerful compute, faster speeds, and other features designed to help you profit with the data, try_ [_Flipside Pro_](https://app.gitbook.com/o/-LdEn7uFmFX9w2zbU4Eu/s/-LdEnDLYh6Su5z7LbnEZ/\~/changes/488/choose-your-flipside-tier/pro)_._
diff --git a/choose-your-flipside-tier/pro.md b/choose-your-flipside-tier/pro.md
new file mode 100644
index 0000000..b9aacdc
--- /dev/null
+++ b/choose-your-flipside-tier/pro.md
@@ -0,0 +1,19 @@
+---
+description: >-
+ Archival & Real-time blockchain data without the hassle of managing nodes or
+ complex data pipelines.
+---
+
+# Pro
+
+Want to build a business or app with blockchain data? Get access to the commercial speed, compute, privacy, and programmatic control you need to scale.
+
+Flipside Pro gives you the entirety of Flipside's on-chain database in a hosted Snowflake server. Flipside covers data storage, so you only pay for computation in a fast **dedicated** warehouse.
+
+**If it happens on-chain, we've got it for 26+ blockchains and protocols:**
+
+
+
+_For more details on the schema design see our_ [_data modeling approach_](https://app.gitbook.com/o/-LdEn7uFmFX9w2zbU4Eu/s/-LdEnDLYh6Su5z7LbnEZ/\~/changes/488/data-methodology/data-models)_._
+
+You can try Flipside Pro for 2 weeks completely free at [https://data.flipsidecrypto.com/](https://data.flipsidecrypto.com/)
diff --git a/contribute/contribute-to-flipside-data.md b/contribute/contribute-to-flipside-data.md
index 1048dc8..0a043a7 100644
--- a/contribute/contribute-to-flipside-data.md
+++ b/contribute/contribute-to-flipside-data.md
@@ -16,7 +16,7 @@ The models for each chain that we offer can be reviewed and contributed to on ou
### Tags & Labels
-See [How to Add Tags](../our-data/featured-tags-and-sql-examples/how-to-add-your-own-tags.md) on the address tags & labels data model page.\
+See [How to Add Tags](../data-methodology/featured-tags-and-sql-examples/how-to-add-your-own-tags.md) on the address tags & labels data model page.\
Add a label by submitting through our [label submission form](https://science.flipsidecrypto.xyz/add-a-label/).
### SQL Models
diff --git a/our-data/archive/README.md b/data-methodology/archive/README.md
similarity index 100%
rename from our-data/archive/README.md
rename to data-methodology/archive/README.md
diff --git a/our-data/archive/algorand-tutorials.md b/data-methodology/archive/algorand-tutorials.md
similarity index 100%
rename from our-data/archive/algorand-tutorials.md
rename to data-methodology/archive/algorand-tutorials.md
diff --git a/our-data/archive/data-updates.md b/data-methodology/archive/data-updates.md
similarity index 100%
rename from our-data/archive/data-updates.md
rename to data-methodology/archive/data-updates.md
diff --git a/our-data/archive/tables/README.md b/data-methodology/archive/tables/README.md
similarity index 100%
rename from our-data/archive/tables/README.md
rename to data-methodology/archive/tables/README.md
diff --git a/our-data/archive/tables/aave-tables/README.md b/data-methodology/archive/tables/aave-tables/README.md
similarity index 100%
rename from our-data/archive/tables/aave-tables/README.md
rename to data-methodology/archive/tables/aave-tables/README.md
diff --git a/our-data/archive/tables/aave-tables/borrows.md b/data-methodology/archive/tables/aave-tables/borrows.md
similarity index 100%
rename from our-data/archive/tables/aave-tables/borrows.md
rename to data-methodology/archive/tables/aave-tables/borrows.md
diff --git a/our-data/archive/tables/aave-tables/deposits.md b/data-methodology/archive/tables/aave-tables/deposits.md
similarity index 100%
rename from our-data/archive/tables/aave-tables/deposits.md
rename to data-methodology/archive/tables/aave-tables/deposits.md
diff --git a/our-data/archive/tables/aave-tables/flashloans.md b/data-methodology/archive/tables/aave-tables/flashloans.md
similarity index 100%
rename from our-data/archive/tables/aave-tables/flashloans.md
rename to data-methodology/archive/tables/aave-tables/flashloans.md
diff --git a/our-data/archive/tables/aave-tables/liquidations.md b/data-methodology/archive/tables/aave-tables/liquidations.md
similarity index 100%
rename from our-data/archive/tables/aave-tables/liquidations.md
rename to data-methodology/archive/tables/aave-tables/liquidations.md
diff --git a/our-data/archive/tables/aave-tables/market-stats.md b/data-methodology/archive/tables/aave-tables/market-stats.md
similarity index 100%
rename from our-data/archive/tables/aave-tables/market-stats.md
rename to data-methodology/archive/tables/aave-tables/market-stats.md
diff --git a/our-data/archive/tables/aave-tables/proposals.md b/data-methodology/archive/tables/aave-tables/proposals.md
similarity index 100%
rename from our-data/archive/tables/aave-tables/proposals.md
rename to data-methodology/archive/tables/aave-tables/proposals.md
diff --git a/our-data/archive/tables/aave-tables/repayments.md b/data-methodology/archive/tables/aave-tables/repayments.md
similarity index 100%
rename from our-data/archive/tables/aave-tables/repayments.md
rename to data-methodology/archive/tables/aave-tables/repayments.md
diff --git a/our-data/archive/tables/aave-tables/votes.md b/data-methodology/archive/tables/aave-tables/votes.md
similarity index 100%
rename from our-data/archive/tables/aave-tables/votes.md
rename to data-methodology/archive/tables/aave-tables/votes.md
diff --git a/our-data/archive/tables/aave-tables/withdraws.md b/data-methodology/archive/tables/aave-tables/withdraws.md
similarity index 100%
rename from our-data/archive/tables/aave-tables/withdraws.md
rename to data-methodology/archive/tables/aave-tables/withdraws.md
diff --git a/our-data/archive/tables/algorand-tables/README.md b/data-methodology/archive/tables/algorand-tables/README.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/README.md
rename to data-methodology/archive/tables/algorand-tables/README.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/README.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/README.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/README.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/README.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/account-app.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/account-app.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/account-app.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/account-app.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/account-asset.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/account-asset.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/account-asset.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/account-asset.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/account.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/account.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/account.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/account.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/app.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/app.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/app.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/app.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/application-call-transaction.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/application-call-transaction.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/application-call-transaction.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/application-call-transaction.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/asset-configuration-transaction.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset-configuration-transaction.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/asset-configuration-transaction.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset-configuration-transaction.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/asset-freeze-transaction.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset-freeze-transaction.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/asset-freeze-transaction.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset-freeze-transaction.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/asset-transfer-transaction.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset-transfer-transaction.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/asset-transfer-transaction.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset-transfer-transaction.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/asset.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/asset.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/block.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/block.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/block.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/block.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/daily-balances.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/daily-balances.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/daily-balances.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/daily-balances.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/key-registration-transaction.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/key-registration-transaction.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/key-registration-transaction.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/key-registration-transaction.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/payment-transaction.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/payment-transaction.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/payment-transaction.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/payment-transaction.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/prices-pool-balances.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/prices-pool-balances.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/prices-pool-balances.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/prices-pool-balances.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/prices-swap.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/prices-swap.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/prices-swap.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/prices-swap.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/swaps.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/swaps.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/swaps.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/swaps.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/transactions-participation.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/transactions-participation.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/transactions-participation.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/transactions-participation.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/transactions.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/transactions.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/transactions.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/transactions.md
diff --git a/our-data/archive/tables/algorand-tables/algorand-base-tables/transfers.md b/data-methodology/archive/tables/algorand-tables/algorand-base-tables/transfers.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/algorand-base-tables/transfers.md
rename to data-methodology/archive/tables/algorand-tables/algorand-base-tables/transfers.md
diff --git a/our-data/archive/tables/algorand-tables/core-tables.md b/data-methodology/archive/tables/algorand-tables/core-tables.md
similarity index 100%
rename from our-data/archive/tables/algorand-tables/core-tables.md
rename to data-methodology/archive/tables/algorand-tables/core-tables.md
diff --git a/our-data/archive/tables/arbitrum-tables.md b/data-methodology/archive/tables/arbitrum-tables.md
similarity index 100%
rename from our-data/archive/tables/arbitrum-tables.md
rename to data-methodology/archive/tables/arbitrum-tables.md
diff --git a/our-data/archive/tables/astroport-tables/README.md b/data-methodology/archive/tables/astroport-tables/README.md
similarity index 100%
rename from our-data/archive/tables/astroport-tables/README.md
rename to data-methodology/archive/tables/astroport-tables/README.md
diff --git a/our-data/archive/tables/astroport-tables/lp-actions.md b/data-methodology/archive/tables/astroport-tables/lp-actions.md
similarity index 100%
rename from our-data/archive/tables/astroport-tables/lp-actions.md
rename to data-methodology/archive/tables/astroport-tables/lp-actions.md
diff --git a/our-data/archive/tables/astroport-tables/swap.md b/data-methodology/archive/tables/astroport-tables/swap.md
similarity index 100%
rename from our-data/archive/tables/astroport-tables/swap.md
rename to data-methodology/archive/tables/astroport-tables/swap.md
diff --git a/our-data/archive/tables/avalanche-tables.md b/data-methodology/archive/tables/avalanche-tables.md
similarity index 100%
rename from our-data/archive/tables/avalanche-tables.md
rename to data-methodology/archive/tables/avalanche-tables.md
diff --git a/our-data/archive/tables/axelar-tables.md b/data-methodology/archive/tables/axelar-tables.md
similarity index 100%
rename from our-data/archive/tables/axelar-tables.md
rename to data-methodology/archive/tables/axelar-tables.md
diff --git a/our-data/archive/tables/bsc-tables.md b/data-methodology/archive/tables/bsc-tables.md
similarity index 100%
rename from our-data/archive/tables/bsc-tables.md
rename to data-methodology/archive/tables/bsc-tables.md
diff --git a/our-data/archive/tables/compound-tables/README.md b/data-methodology/archive/tables/compound-tables/README.md
similarity index 100%
rename from our-data/archive/tables/compound-tables/README.md
rename to data-methodology/archive/tables/compound-tables/README.md
diff --git a/our-data/archive/tables/compound-tables/borrows.md b/data-methodology/archive/tables/compound-tables/borrows.md
similarity index 100%
rename from our-data/archive/tables/compound-tables/borrows.md
rename to data-methodology/archive/tables/compound-tables/borrows.md
diff --git a/our-data/archive/tables/compound-tables/liquidations.md b/data-methodology/archive/tables/compound-tables/liquidations.md
similarity index 100%
rename from our-data/archive/tables/compound-tables/liquidations.md
rename to data-methodology/archive/tables/compound-tables/liquidations.md
diff --git a/our-data/archive/tables/compound-tables/market-stats.md b/data-methodology/archive/tables/compound-tables/market-stats.md
similarity index 100%
rename from our-data/archive/tables/compound-tables/market-stats.md
rename to data-methodology/archive/tables/compound-tables/market-stats.md
diff --git a/our-data/archive/tables/compound-tables/mints.md b/data-methodology/archive/tables/compound-tables/mints.md
similarity index 100%
rename from our-data/archive/tables/compound-tables/mints.md
rename to data-methodology/archive/tables/compound-tables/mints.md
diff --git a/our-data/archive/tables/compound-tables/redemptions.md b/data-methodology/archive/tables/compound-tables/redemptions.md
similarity index 100%
rename from our-data/archive/tables/compound-tables/redemptions.md
rename to data-methodology/archive/tables/compound-tables/redemptions.md
diff --git a/our-data/archive/tables/compound-tables/repayments.md b/data-methodology/archive/tables/compound-tables/repayments.md
similarity index 100%
rename from our-data/archive/tables/compound-tables/repayments.md
rename to data-methodology/archive/tables/compound-tables/repayments.md
diff --git a/our-data/archive/tables/cosmos-tables.md b/data-methodology/archive/tables/cosmos-tables.md
similarity index 100%
rename from our-data/archive/tables/cosmos-tables.md
rename to data-methodology/archive/tables/cosmos-tables.md
diff --git a/our-data/archive/tables/crosschain-tables/README.md b/data-methodology/archive/tables/crosschain-tables/README.md
similarity index 100%
rename from our-data/archive/tables/crosschain-tables/README.md
rename to data-methodology/archive/tables/crosschain-tables/README.md
diff --git a/our-data/archive/tables/crosschain-tables/crosschain-address-labels.md b/data-methodology/archive/tables/crosschain-tables/crosschain-address-labels.md
similarity index 100%
rename from our-data/archive/tables/crosschain-tables/crosschain-address-labels.md
rename to data-methodology/archive/tables/crosschain-tables/crosschain-address-labels.md
diff --git a/our-data/archive/tables/crosschain-tables/crosschain-address-tags.md b/data-methodology/archive/tables/crosschain-tables/crosschain-address-tags.md
similarity index 100%
rename from our-data/archive/tables/crosschain-tables/crosschain-address-tags.md
rename to data-methodology/archive/tables/crosschain-tables/crosschain-address-tags.md
diff --git a/our-data/archive/tables/crosschain-tables/dim-asset-metadata.md b/data-methodology/archive/tables/crosschain-tables/dim-asset-metadata.md
similarity index 100%
rename from our-data/archive/tables/crosschain-tables/dim-asset-metadata.md
rename to data-methodology/archive/tables/crosschain-tables/dim-asset-metadata.md
diff --git a/our-data/archive/tables/crosschain-tables/dim-date-hours.md b/data-methodology/archive/tables/crosschain-tables/dim-date-hours.md
similarity index 100%
rename from our-data/archive/tables/crosschain-tables/dim-date-hours.md
rename to data-methodology/archive/tables/crosschain-tables/dim-date-hours.md
diff --git a/our-data/archive/tables/crosschain-tables/dim-dates.md b/data-methodology/archive/tables/crosschain-tables/dim-dates.md
similarity index 100%
rename from our-data/archive/tables/crosschain-tables/dim-dates.md
rename to data-methodology/archive/tables/crosschain-tables/dim-dates.md
diff --git a/our-data/archive/tables/crosschain-tables/fact-hourly-prices.md b/data-methodology/archive/tables/crosschain-tables/fact-hourly-prices.md
similarity index 100%
rename from our-data/archive/tables/crosschain-tables/fact-hourly-prices.md
rename to data-methodology/archive/tables/crosschain-tables/fact-hourly-prices.md
diff --git a/our-data/archive/tables/ethereum-beacon-chain-tables.md b/data-methodology/archive/tables/ethereum-beacon-chain-tables.md
similarity index 100%
rename from our-data/archive/tables/ethereum-beacon-chain-tables.md
rename to data-methodology/archive/tables/ethereum-beacon-chain-tables.md
diff --git a/our-data/archive/tables/ethereum-beta-tables.md b/data-methodology/archive/tables/ethereum-beta-tables.md
similarity index 100%
rename from our-data/archive/tables/ethereum-beta-tables.md
rename to data-methodology/archive/tables/ethereum-beta-tables.md
diff --git a/our-data/archive/tables/ethereum-chainlink-tables.md b/data-methodology/archive/tables/ethereum-chainlink-tables.md
similarity index 100%
rename from our-data/archive/tables/ethereum-chainlink-tables.md
rename to data-methodology/archive/tables/ethereum-chainlink-tables.md
diff --git a/our-data/archive/tables/ethereum-maker-dao-tables.md b/data-methodology/archive/tables/ethereum-maker-dao-tables.md
similarity index 100%
rename from our-data/archive/tables/ethereum-maker-dao-tables.md
rename to data-methodology/archive/tables/ethereum-maker-dao-tables.md
diff --git a/our-data/archive/tables/ethereum-sushi-tables.md b/data-methodology/archive/tables/ethereum-sushi-tables.md
similarity index 100%
rename from our-data/archive/tables/ethereum-sushi-tables.md
rename to data-methodology/archive/tables/ethereum-sushi-tables.md
diff --git a/our-data/archive/tables/ethereum-tables.md b/data-methodology/archive/tables/ethereum-tables.md
similarity index 100%
rename from our-data/archive/tables/ethereum-tables.md
rename to data-methodology/archive/tables/ethereum-tables.md
diff --git a/our-data/archive/tables/flow-tables/README.md b/data-methodology/archive/tables/flow-tables/README.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/README.md
rename to data-methodology/archive/tables/flow-tables/README.md
diff --git a/our-data/archive/tables/flow-tables/blocks.md b/data-methodology/archive/tables/flow-tables/blocks.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/blocks.md
rename to data-methodology/archive/tables/flow-tables/blocks.md
diff --git a/our-data/archive/tables/flow-tables/bridge-transactions.md b/data-methodology/archive/tables/flow-tables/bridge-transactions.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/bridge-transactions.md
rename to data-methodology/archive/tables/flow-tables/bridge-transactions.md
diff --git a/our-data/archive/tables/flow-tables/contract-labels.md b/data-methodology/archive/tables/flow-tables/contract-labels.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/contract-labels.md
rename to data-methodology/archive/tables/flow-tables/contract-labels.md
diff --git a/our-data/archive/tables/flow-tables/events.md b/data-methodology/archive/tables/flow-tables/events.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/events.md
rename to data-methodology/archive/tables/flow-tables/events.md
diff --git a/our-data/archive/tables/flow-tables/moment-metadata.md b/data-methodology/archive/tables/flow-tables/moment-metadata.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/moment-metadata.md
rename to data-methodology/archive/tables/flow-tables/moment-metadata.md
diff --git a/our-data/archive/tables/flow-tables/nft-sales.md b/data-methodology/archive/tables/flow-tables/nft-sales.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/nft-sales.md
rename to data-methodology/archive/tables/flow-tables/nft-sales.md
diff --git a/our-data/archive/tables/flow-tables/prices.md b/data-methodology/archive/tables/flow-tables/prices.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/prices.md
rename to data-methodology/archive/tables/flow-tables/prices.md
diff --git a/our-data/archive/tables/flow-tables/swaps.md b/data-methodology/archive/tables/flow-tables/swaps.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/swaps.md
rename to data-methodology/archive/tables/flow-tables/swaps.md
diff --git a/our-data/archive/tables/flow-tables/token-transfers.md b/data-methodology/archive/tables/flow-tables/token-transfers.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/token-transfers.md
rename to data-methodology/archive/tables/flow-tables/token-transfers.md
diff --git a/our-data/archive/tables/flow-tables/topshot-metadata.md b/data-methodology/archive/tables/flow-tables/topshot-metadata.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/topshot-metadata.md
rename to data-methodology/archive/tables/flow-tables/topshot-metadata.md
diff --git a/our-data/archive/tables/flow-tables/transactions.md b/data-methodology/archive/tables/flow-tables/transactions.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/transactions.md
rename to data-methodology/archive/tables/flow-tables/transactions.md
diff --git a/our-data/archive/tables/flow-tables/validator-labels.md b/data-methodology/archive/tables/flow-tables/validator-labels.md
similarity index 100%
rename from our-data/archive/tables/flow-tables/validator-labels.md
rename to data-methodology/archive/tables/flow-tables/validator-labels.md
diff --git a/our-data/archive/tables/gnosis-tables.md b/data-methodology/archive/tables/gnosis-tables.md
similarity index 100%
rename from our-data/archive/tables/gnosis-tables.md
rename to data-methodology/archive/tables/gnosis-tables.md
diff --git a/our-data/archive/tables/near-tables.md b/data-methodology/archive/tables/near-tables.md
similarity index 100%
rename from our-data/archive/tables/near-tables.md
rename to data-methodology/archive/tables/near-tables.md
diff --git a/our-data/archive/tables/optimism-tables.md b/data-methodology/archive/tables/optimism-tables.md
similarity index 100%
rename from our-data/archive/tables/optimism-tables.md
rename to data-methodology/archive/tables/optimism-tables.md
diff --git a/our-data/archive/tables/osmosis-tables/README.md b/data-methodology/archive/tables/osmosis-tables/README.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/README.md
rename to data-methodology/archive/tables/osmosis-tables/README.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-daily-balances.md b/data-methodology/archive/tables/osmosis-tables/osmosis-daily-balances.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-daily-balances.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-daily-balances.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-dim-labels.md b/data-methodology/archive/tables/osmosis-tables/osmosis-dim-labels.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-dim-labels.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-dim-labels.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-dim-liquidity-pools.md b/data-methodology/archive/tables/osmosis-tables/osmosis-dim-liquidity-pools.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-dim-liquidity-pools.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-dim-liquidity-pools.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-dim-prices.md b/data-methodology/archive/tables/osmosis-tables/osmosis-dim-prices.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-dim-prices.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-dim-prices.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-dim-tokens.md b/data-methodology/archive/tables/osmosis-tables/osmosis-dim-tokens.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-dim-tokens.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-dim-tokens.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-dim-vote-options.md b/data-methodology/archive/tables/osmosis-tables/osmosis-dim-vote-options.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-dim-vote-options.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-dim-vote-options.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-ez-icns.md b/data-methodology/archive/tables/osmosis-tables/osmosis-ez-icns.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-ez-icns.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-ez-icns.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-ez-prices.md b/data-methodology/archive/tables/osmosis-tables/osmosis-ez-prices.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-ez-prices.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-ez-prices.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-airdrops.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-airdrops.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-airdrops.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-airdrops.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-blocks-table.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-blocks-table.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-blocks-table.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-blocks-table.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-governance-proposal-deposits.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-governance-proposal-deposits.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-governance-proposal-deposits.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-governance-proposal-deposits.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-governance-submit-proposal.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-governance-submit-proposal.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-governance-submit-proposal.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-governance-submit-proposal.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-governance-votes.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-governance-votes.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-governance-votes.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-governance-votes.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-liquidity-provider-actions.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-liquidity-provider-actions.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-liquidity-provider-actions.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-liquidity-provider-actions.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-msg-attributes-table.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-msg-attributes-table.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-msg-attributes-table.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-msg-attributes-table.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-msgs-table.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-msgs-table.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-msgs-table.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-msgs-table.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-staking-rewards.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-staking-rewards.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-staking-rewards.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-staking-rewards.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-staking.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-staking.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-staking.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-staking.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-superfluid-staking.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-superfluid-staking.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-superfluid-staking.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-superfluid-staking.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-swaps.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-swaps.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-swaps.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-swaps.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-transactions-table.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-transactions-table.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-transactions-table.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-transactions-table.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-transfers.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-transfers.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-transfers.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-transfers.md
diff --git a/our-data/archive/tables/osmosis-tables/osmosis-fact-validators.md b/data-methodology/archive/tables/osmosis-tables/osmosis-fact-validators.md
similarity index 100%
rename from our-data/archive/tables/osmosis-tables/osmosis-fact-validators.md
rename to data-methodology/archive/tables/osmosis-tables/osmosis-fact-validators.md
diff --git a/our-data/archive/tables/polygon-2.0-tables.md b/data-methodology/archive/tables/polygon-2.0-tables.md
similarity index 100%
rename from our-data/archive/tables/polygon-2.0-tables.md
rename to data-methodology/archive/tables/polygon-2.0-tables.md
diff --git a/our-data/archive/tables/polygon-tables/README.md b/data-methodology/archive/tables/polygon-tables/README.md
similarity index 100%
rename from our-data/archive/tables/polygon-tables/README.md
rename to data-methodology/archive/tables/polygon-tables/README.md
diff --git a/our-data/archive/tables/polygon-tables/polygon-events-emitted.md b/data-methodology/archive/tables/polygon-tables/polygon-events-emitted.md
similarity index 100%
rename from our-data/archive/tables/polygon-tables/polygon-events-emitted.md
rename to data-methodology/archive/tables/polygon-tables/polygon-events-emitted.md
diff --git a/our-data/archive/tables/polygon-tables/polygon-transactions.md b/data-methodology/archive/tables/polygon-tables/polygon-transactions.md
similarity index 100%
rename from our-data/archive/tables/polygon-tables/polygon-transactions.md
rename to data-methodology/archive/tables/polygon-tables/polygon-transactions.md
diff --git a/our-data/archive/tables/polygon-tables/polygon-udm-events.md b/data-methodology/archive/tables/polygon-tables/polygon-udm-events.md
similarity index 100%
rename from our-data/archive/tables/polygon-tables/polygon-udm-events.md
rename to data-methodology/archive/tables/polygon-tables/polygon-udm-events.md
diff --git a/our-data/archive/tables/polygon-tables/position-collected-fees.md b/data-methodology/archive/tables/polygon-tables/position-collected-fees.md
similarity index 100%
rename from our-data/archive/tables/polygon-tables/position-collected-fees.md
rename to data-methodology/archive/tables/polygon-tables/position-collected-fees.md
diff --git a/our-data/archive/tables/polygon-tables/swaps.md b/data-methodology/archive/tables/polygon-tables/swaps.md
similarity index 100%
rename from our-data/archive/tables/polygon-tables/swaps.md
rename to data-methodology/archive/tables/polygon-tables/swaps.md
diff --git a/our-data/archive/tables/polygon-tables/v3-resources.md b/data-methodology/archive/tables/polygon-tables/v3-resources.md
similarity index 100%
rename from our-data/archive/tables/polygon-tables/v3-resources.md
rename to data-methodology/archive/tables/polygon-tables/v3-resources.md
diff --git a/our-data/archive/tables/solana-tables.md b/data-methodology/archive/tables/solana-tables.md
similarity index 100%
rename from our-data/archive/tables/solana-tables.md
rename to data-methodology/archive/tables/solana-tables.md
diff --git a/our-data/archive/tables/terra-tables/README.md b/data-methodology/archive/tables/terra-tables/README.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/README.md
rename to data-methodology/archive/tables/terra-tables/README.md
diff --git a/our-data/archive/tables/terra-tables/terra-base-tables/README.md b/data-methodology/archive/tables/terra-tables/terra-base-tables/README.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-base-tables/README.md
rename to data-methodology/archive/tables/terra-tables/terra-base-tables/README.md
diff --git a/our-data/archive/tables/terra-tables/terra-base-tables/daily-balances.md b/data-methodology/archive/tables/terra-tables/terra-base-tables/daily-balances.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-base-tables/daily-balances.md
rename to data-methodology/archive/tables/terra-tables/terra-base-tables/daily-balances.md
diff --git a/our-data/archive/tables/terra-tables/terra-base-tables/event-actions.md b/data-methodology/archive/tables/terra-tables/terra-base-tables/event-actions.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-base-tables/event-actions.md
rename to data-methodology/archive/tables/terra-tables/terra-base-tables/event-actions.md
diff --git a/our-data/archive/tables/terra-tables/terra-base-tables/labels.md b/data-methodology/archive/tables/terra-tables/terra-base-tables/labels.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-base-tables/labels.md
rename to data-methodology/archive/tables/terra-tables/terra-base-tables/labels.md
diff --git a/our-data/archive/tables/terra-tables/terra-base-tables/oracle-prices.md b/data-methodology/archive/tables/terra-tables/terra-base-tables/oracle-prices.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-base-tables/oracle-prices.md
rename to data-methodology/archive/tables/terra-tables/terra-base-tables/oracle-prices.md
diff --git a/our-data/archive/tables/terra-tables/terra-base-tables/rewards.md b/data-methodology/archive/tables/terra-tables/terra-base-tables/rewards.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-base-tables/rewards.md
rename to data-methodology/archive/tables/terra-tables/terra-base-tables/rewards.md
diff --git a/our-data/archive/tables/terra-tables/terra-base-tables/staking.md b/data-methodology/archive/tables/terra-tables/terra-base-tables/staking.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-base-tables/staking.md
rename to data-methodology/archive/tables/terra-tables/terra-base-tables/staking.md
diff --git a/our-data/archive/tables/terra-tables/terra-base-tables/swap.md b/data-methodology/archive/tables/terra-tables/terra-base-tables/swap.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-base-tables/swap.md
rename to data-methodology/archive/tables/terra-tables/terra-base-tables/swap.md
diff --git a/our-data/archive/tables/terra-tables/terra-base-tables/tax-rate.md b/data-methodology/archive/tables/terra-tables/terra-base-tables/tax-rate.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-base-tables/tax-rate.md
rename to data-methodology/archive/tables/terra-tables/terra-base-tables/tax-rate.md
diff --git a/our-data/archive/tables/terra-tables/terra-base-tables/transfer-events.md b/data-methodology/archive/tables/terra-tables/terra-base-tables/transfer-events.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-base-tables/transfer-events.md
rename to data-methodology/archive/tables/terra-tables/terra-base-tables/transfer-events.md
diff --git a/our-data/archive/tables/terra-tables/terra-base-tables/validator-labels.md b/data-methodology/archive/tables/terra-tables/terra-base-tables/validator-labels.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-base-tables/validator-labels.md
rename to data-methodology/archive/tables/terra-tables/terra-base-tables/validator-labels.md
diff --git a/our-data/archive/tables/terra-tables/terra-raw-tables/README.md b/data-methodology/archive/tables/terra-tables/terra-raw-tables/README.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-raw-tables/README.md
rename to data-methodology/archive/tables/terra-tables/terra-raw-tables/README.md
diff --git a/our-data/archive/tables/terra-tables/terra-raw-tables/blocks.md b/data-methodology/archive/tables/terra-tables/terra-raw-tables/blocks.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-raw-tables/blocks.md
rename to data-methodology/archive/tables/terra-tables/terra-raw-tables/blocks.md
diff --git a/our-data/archive/tables/terra-tables/terra-raw-tables/msg_events.md b/data-methodology/archive/tables/terra-tables/terra-raw-tables/msg_events.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-raw-tables/msg_events.md
rename to data-methodology/archive/tables/terra-tables/terra-raw-tables/msg_events.md
diff --git a/our-data/archive/tables/terra-tables/terra-raw-tables/msgs.md b/data-methodology/archive/tables/terra-tables/terra-raw-tables/msgs.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-raw-tables/msgs.md
rename to data-methodology/archive/tables/terra-tables/terra-raw-tables/msgs.md
diff --git a/our-data/archive/tables/terra-tables/terra-raw-tables/transactions.md b/data-methodology/archive/tables/terra-tables/terra-raw-tables/transactions.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-raw-tables/transactions.md
rename to data-methodology/archive/tables/terra-tables/terra-raw-tables/transactions.md
diff --git a/our-data/archive/tables/terra-tables/terra-raw-tables/transitions.md b/data-methodology/archive/tables/terra-tables/terra-raw-tables/transitions.md
similarity index 100%
rename from our-data/archive/tables/terra-tables/terra-raw-tables/transitions.md
rename to data-methodology/archive/tables/terra-tables/terra-raw-tables/transitions.md
diff --git a/our-data/archive/tables/terraswap-tables/README.md b/data-methodology/archive/tables/terraswap-tables/README.md
similarity index 100%
rename from our-data/archive/tables/terraswap-tables/README.md
rename to data-methodology/archive/tables/terraswap-tables/README.md
diff --git a/our-data/archive/tables/terraswap-tables/lp-actions-1.md b/data-methodology/archive/tables/terraswap-tables/lp-actions-1.md
similarity index 100%
rename from our-data/archive/tables/terraswap-tables/lp-actions-1.md
rename to data-methodology/archive/tables/terraswap-tables/lp-actions-1.md
diff --git a/our-data/archive/tables/terraswap-tables/lp-actions.md b/data-methodology/archive/tables/terraswap-tables/lp-actions.md
similarity index 100%
rename from our-data/archive/tables/terraswap-tables/lp-actions.md
rename to data-methodology/archive/tables/terraswap-tables/lp-actions.md
diff --git a/our-data/archive/tables/terraswap-tables/swap.md b/data-methodology/archive/tables/terraswap-tables/swap.md
similarity index 100%
rename from our-data/archive/tables/terraswap-tables/swap.md
rename to data-methodology/archive/tables/terraswap-tables/swap.md
diff --git a/our-data/archive/tables/thorchain-tables/README.md b/data-methodology/archive/tables/thorchain-tables/README.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/README.md
rename to data-methodology/archive/tables/thorchain-tables/README.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/README.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/README.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/README.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/README.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/block-rewards.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/block-rewards.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/block-rewards.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/block-rewards.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/bond-actions.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/bond-actions.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/bond-actions.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/bond-actions.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/daily-earnings.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/daily-earnings.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/daily-earnings.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/daily-earnings.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/daily-pool-stats.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/daily-pool-stats.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/daily-pool-stats.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/daily-pool-stats.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/daily-tvl.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/daily-tvl.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/daily-tvl.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/daily-tvl.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/liquidity-actions.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/liquidity-actions.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/liquidity-actions.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/liquidity-actions.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/pool-block-balances.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/pool-block-balances.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/pool-block-balances.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/pool-block-balances.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/pool-block-fees.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/pool-block-fees.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/pool-block-fees.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/pool-block-fees.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/pool-block-statistics.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/pool-block-statistics.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/pool-block-statistics.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/pool-block-statistics.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/prices.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/prices.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/prices.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/prices.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/swaps.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/swaps.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/swaps.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/swaps.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/total-block-rewards.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/total-block-rewards.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/total-block-rewards.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/total-block-rewards.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/total-value-locked.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/total-value-locked.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/total-value-locked.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/total-value-locked.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/transfers.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/transfers.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/transfers.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/transfers.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-base-table/upgrades.md b/data-methodology/archive/tables/thorchain-tables/thorchain-base-table/upgrades.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-base-table/upgrades.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-base-table/upgrades.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-core-tables.md b/data-methodology/archive/tables/thorchain-tables/thorchain-core-tables.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-core-tables.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-core-tables.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/README.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/README.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/README.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/README.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/active-vault-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/active-vault-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/active-vault-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/active-vault-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/add-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/add-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/add-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/add-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/block-pool-depths.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/block-pool-depths.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/block-pool-depths.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/block-pool-depths.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/bond-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/bond-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/bond-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/bond-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/fee-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/fee-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/fee-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/fee-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/gas-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/gas-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/gas-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/gas-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/inactive-vault-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/inactive-vault-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/inactive-vault-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/inactive-vault-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/message-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/message-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/message-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/message-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/new-node-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/new-node-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/new-node-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/new-node-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/pending-liquidity-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/pending-liquidity-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/pending-liquidity-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/pending-liquidity-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/pool-balance-change-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/pool-balance-change-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/pool-balance-change-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/pool-balance-change-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/pool-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/pool-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/pool-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/pool-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/refund-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/refund-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/refund-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/refund-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/reserve-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/reserve-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/reserve-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/reserve-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/rewards-event-entries.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/rewards-event-entries.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/rewards-event-entries.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/rewards-event-entries.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/rewards-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/rewards-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/rewards-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/rewards-events.md
diff --git a/our-data/archive/tables/thorchain-tables/thorchain-raw-table/swap-events.md b/data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/swap-events.md
similarity index 100%
rename from our-data/archive/tables/thorchain-tables/thorchain-raw-table/swap-events.md
rename to data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/swap-events.md
diff --git a/our-data/archive/tables/uniswap-v3-tables/README.md b/data-methodology/archive/tables/uniswap-v3-tables/README.md
similarity index 100%
rename from our-data/archive/tables/uniswap-v3-tables/README.md
rename to data-methodology/archive/tables/uniswap-v3-tables/README.md
diff --git a/our-data/archive/tables/uniswap-v3-tables/lp-actions.md b/data-methodology/archive/tables/uniswap-v3-tables/lp-actions.md
similarity index 100%
rename from our-data/archive/tables/uniswap-v3-tables/lp-actions.md
rename to data-methodology/archive/tables/uniswap-v3-tables/lp-actions.md
diff --git a/our-data/archive/tables/uniswap-v3-tables/pool-stats.md b/data-methodology/archive/tables/uniswap-v3-tables/pool-stats.md
similarity index 100%
rename from our-data/archive/tables/uniswap-v3-tables/pool-stats.md
rename to data-methodology/archive/tables/uniswap-v3-tables/pool-stats.md
diff --git a/our-data/archive/tables/uniswap-v3-tables/pools.md b/data-methodology/archive/tables/uniswap-v3-tables/pools.md
similarity index 100%
rename from our-data/archive/tables/uniswap-v3-tables/pools.md
rename to data-methodology/archive/tables/uniswap-v3-tables/pools.md
diff --git a/our-data/archive/tables/uniswap-v3-tables/positions.md b/data-methodology/archive/tables/uniswap-v3-tables/positions.md
similarity index 100%
rename from our-data/archive/tables/uniswap-v3-tables/positions.md
rename to data-methodology/archive/tables/uniswap-v3-tables/positions.md
diff --git a/our-data/contract-decoding-and-abis.md b/data-methodology/contract-decoding-and-abis.md
similarity index 100%
rename from our-data/contract-decoding-and-abis.md
rename to data-methodology/contract-decoding-and-abis.md
diff --git a/data-methodology/data-models.md b/data-methodology/data-models.md
new file mode 100644
index 0000000..d77c634
--- /dev/null
+++ b/data-methodology/data-models.md
@@ -0,0 +1,64 @@
+---
+description: Joining industry standards with innovative, user-first architectures
+---
+
+# Data Modeling Approach
+
+### Our Data Modeling Approach
+
+If it happens on-chain, we've got it for 26+ blockchains and protocols.
+
+At a high level for a blockchain you'll see 3 - 5 schemas:
+
+* Core
+* DeFi
+* Gov
+* NFT
+* Price
+
+and some custom curations for some large protocols like AAVE.
+
+The goal is to align ecosystems to a consistent pattern, e.g., `..fact_transactions`
+
+
+
+The [STAR schema](https://en.wikipedia.org/wiki/Star\_schema) classifies tables as either **dimension** or **fact** tables.
+
+### **Fact tables**
+
+_**Fact tables**_ store observations or events, and can be blocks, transactions, transfers, logs, etc.
+
+A transfer transaction would have facts like the transaction hash, the token being transferred, and the amount. It would not have the _reason_ a transfer is occurring, e.g., that the transfer is actually part of a trade. But it would have the recipient address, which contains clues (it may be a liquidity pool address, for example).
+
+### Dimension tables
+
+_**Dimension ("dim") tables**_ describe entities — the things you analyze.
+
+Entities can include labels, prices, decimals, tags, etc. The liquidity pool the swap uses involves smart contracts with dimensions like the platform (e.g., Uniswap), the fee the pool charges (e.g., 0.3%), and details about the tokens in the pool (e.g., AAVE and ETH).
+
+The key here is that:
+
+* _**Facts**_ support summarization ("what is the amount of ETH transferred to the pool address in this transaction?")
+* _**Dimensions**_ support filtering and grouping ("Which pool address is which DEX platform?")
+
+### EZ tables
+
+We also create new **curated** tables we call "_**EZ".**_
+
+* _**EZ**_ combine Facts and Dimensions to make _easy_ to filter and aggregate tables for common insights ("What is the Estimated USD Volume of swaps involving Wrapped Ether across Uniswap v3 vs Curve over the last 30 days?")
+
+```sql
+SELECT
+ platform,
+ sum(amount_in_usd) as usd_volume
+FROM ethereum.defi.ez_dex_swaps
+WHERE platform IN ('uniswap-v3', 'curve')
+ -- Wrapped Ether
+ AND (token_in = '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
+ OR
+ token_out = '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
+ )
+ AND block_timestamp >= current_date - 30
+GROUP BY platform
+ORDER BY usd_volume DESC;
+```
diff --git a/our-data/data-table-documentation.md b/data-methodology/data-table-documentation.md
similarity index 100%
rename from our-data/data-table-documentation.md
rename to data-methodology/data-table-documentation.md
diff --git a/our-data/featured-tags-and-sql-examples/README.md b/data-methodology/featured-tags-and-sql-examples/README.md
similarity index 100%
rename from our-data/featured-tags-and-sql-examples/README.md
rename to data-methodology/featured-tags-and-sql-examples/README.md
diff --git a/our-data/featured-tags-and-sql-examples/how-to-add-your-own-tags.md b/data-methodology/featured-tags-and-sql-examples/how-to-add-your-own-tags.md
similarity index 100%
rename from our-data/featured-tags-and-sql-examples/how-to-add-your-own-tags.md
rename to data-methodology/featured-tags-and-sql-examples/how-to-add-your-own-tags.md
diff --git a/our-data/hex-to-integer-function.md b/data-methodology/hex-to-integer-function.md
similarity index 100%
rename from our-data/hex-to-integer-function.md
rename to data-methodology/hex-to-integer-function.md
diff --git a/our-data/labels/README.md b/data-methodology/labels/README.md
similarity index 100%
rename from our-data/labels/README.md
rename to data-methodology/labels/README.md
diff --git a/our-data/labels/cex-label-type.md b/data-methodology/labels/cex-label-type.md
similarity index 100%
rename from our-data/labels/cex-label-type.md
rename to data-methodology/labels/cex-label-type.md
diff --git a/our-data/labels/chadmin-label-type.md b/data-methodology/labels/chadmin-label-type.md
similarity index 100%
rename from our-data/labels/chadmin-label-type.md
rename to data-methodology/labels/chadmin-label-type.md
diff --git a/our-data/labels/defi-label-type.md b/data-methodology/labels/defi-label-type.md
similarity index 100%
rename from our-data/labels/defi-label-type.md
rename to data-methodology/labels/defi-label-type.md
diff --git a/our-data/labels/dex-label-type.md b/data-methodology/labels/dex-label-type.md
similarity index 100%
rename from our-data/labels/dex-label-type.md
rename to data-methodology/labels/dex-label-type.md
diff --git a/our-data/labels/flotsam-label-type.md b/data-methodology/labels/flotsam-label-type.md
similarity index 100%
rename from our-data/labels/flotsam-label-type.md
rename to data-methodology/labels/flotsam-label-type.md
diff --git a/our-data/labels/games-label-type.md b/data-methodology/labels/games-label-type.md
similarity index 100%
rename from our-data/labels/games-label-type.md
rename to data-methodology/labels/games-label-type.md
diff --git a/our-data/labels/layer2-label-type.md b/data-methodology/labels/layer2-label-type.md
similarity index 100%
rename from our-data/labels/layer2-label-type.md
rename to data-methodology/labels/layer2-label-type.md
diff --git a/our-data/labels/nft-label-type.md b/data-methodology/labels/nft-label-type.md
similarity index 100%
rename from our-data/labels/nft-label-type.md
rename to data-methodology/labels/nft-label-type.md
diff --git a/our-data/labels/operator-label-type.md b/data-methodology/labels/operator-label-type.md
similarity index 100%
rename from our-data/labels/operator-label-type.md
rename to data-methodology/labels/operator-label-type.md
diff --git a/our-data/labels/other-label-type.md b/data-methodology/labels/other-label-type.md
similarity index 100%
rename from our-data/labels/other-label-type.md
rename to data-methodology/labels/other-label-type.md
diff --git a/our-data/labels/token-label-type.md b/data-methodology/labels/token-label-type.md
similarity index 100%
rename from our-data/labels/token-label-type.md
rename to data-methodology/labels/token-label-type.md
diff --git a/our-data/misc/README.md b/data-methodology/misc/README.md
similarity index 100%
rename from our-data/misc/README.md
rename to data-methodology/misc/README.md
diff --git a/our-data/misc/data-roadmap.md b/data-methodology/misc/data-roadmap.md
similarity index 100%
rename from our-data/misc/data-roadmap.md
rename to data-methodology/misc/data-roadmap.md
diff --git a/our-data/misc/table-freshness-targets.md b/data-methodology/misc/table-freshness-targets.md
similarity index 100%
rename from our-data/misc/table-freshness-targets.md
rename to data-methodology/misc/table-freshness-targets.md
diff --git a/our-data/tutorials-1/README.md b/data-methodology/tutorials-1/README.md
similarity index 100%
rename from our-data/tutorials-1/README.md
rename to data-methodology/tutorials-1/README.md
diff --git a/our-data/tutorials-1/ethereum-tutorials/README.md b/data-methodology/tutorials-1/ethereum-tutorials/README.md
similarity index 100%
rename from our-data/tutorials-1/ethereum-tutorials/README.md
rename to data-methodology/tutorials-1/ethereum-tutorials/README.md
diff --git a/our-data/tutorials-1/ethereum-tutorials/finding-centralized-exchange-deposits-and-withdrawals.md b/data-methodology/tutorials-1/ethereum-tutorials/finding-centralized-exchange-deposits-and-withdrawals.md
similarity index 100%
rename from our-data/tutorials-1/ethereum-tutorials/finding-centralized-exchange-deposits-and-withdrawals.md
rename to data-methodology/tutorials-1/ethereum-tutorials/finding-centralized-exchange-deposits-and-withdrawals.md
diff --git a/our-data/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-erc20-balances.md b/data-methodology/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-erc20-balances.md
similarity index 100%
rename from our-data/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-erc20-balances.md
rename to data-methodology/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-erc20-balances.md
diff --git a/our-data/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-events.md b/data-methodology/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-events.md
similarity index 100%
rename from our-data/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-events.md
rename to data-methodology/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-events.md
diff --git a/our-data/tutorials-1/ethereum-tutorials/using-labels-to-break-down-token-supply.md b/data-methodology/tutorials-1/ethereum-tutorials/using-labels-to-break-down-token-supply.md
similarity index 100%
rename from our-data/tutorials-1/ethereum-tutorials/using-labels-to-break-down-token-supply.md
rename to data-methodology/tutorials-1/ethereum-tutorials/using-labels-to-break-down-token-supply.md
diff --git a/our-data/tutorials-1/getting-started-with-dai-events.md b/data-methodology/tutorials-1/getting-started-with-dai-events.md
similarity index 100%
rename from our-data/tutorials-1/getting-started-with-dai-events.md
rename to data-methodology/tutorials-1/getting-started-with-dai-events.md
diff --git a/our-data/tutorials-1/overview-of-schemas-and-tables.md b/data-methodology/tutorials-1/overview-of-schemas-and-tables.md
similarity index 100%
rename from our-data/tutorials-1/overview-of-schemas-and-tables.md
rename to data-methodology/tutorials-1/overview-of-schemas-and-tables.md
diff --git a/our-data/tutorials-1/solana-tutorials/README.md b/data-methodology/tutorials-1/solana-tutorials/README.md
similarity index 100%
rename from our-data/tutorials-1/solana-tutorials/README.md
rename to data-methodology/tutorials-1/solana-tutorials/README.md
diff --git a/our-data/tutorials-1/solana-tutorials/exploring-transactions-in-solana.events.md b/data-methodology/tutorials-1/solana-tutorials/exploring-transactions-in-solana.events.md
similarity index 100%
rename from our-data/tutorials-1/solana-tutorials/exploring-transactions-in-solana.events.md
rename to data-methodology/tutorials-1/solana-tutorials/exploring-transactions-in-solana.events.md
diff --git a/our-data/tutorials-1/solana-tutorials/solana-schema-and-tables-video-walkthrough.md b/data-methodology/tutorials-1/solana-tutorials/solana-schema-and-tables-video-walkthrough.md
similarity index 100%
rename from our-data/tutorials-1/solana-tutorials/solana-schema-and-tables-video-walkthrough.md
rename to data-methodology/tutorials-1/solana-tutorials/solana-schema-and-tables-video-walkthrough.md
diff --git a/our-data/tutorials-1/solana-tutorials/solana-specialty-tables-video-walkthrough.md b/data-methodology/tutorials-1/solana-tutorials/solana-specialty-tables-video-walkthrough.md
similarity index 100%
rename from our-data/tutorials-1/solana-tutorials/solana-specialty-tables-video-walkthrough.md
rename to data-methodology/tutorials-1/solana-tutorials/solana-specialty-tables-video-walkthrough.md
diff --git a/our-data/tutorials-1/thorchain-tutorials/README.md b/data-methodology/tutorials-1/thorchain-tutorials/README.md
similarity index 100%
rename from our-data/tutorials-1/thorchain-tutorials/README.md
rename to data-methodology/tutorials-1/thorchain-tutorials/README.md
diff --git a/our-data/tutorials-1/thorchain-tutorials/calculating-il-for-thorchain.md b/data-methodology/tutorials-1/thorchain-tutorials/calculating-il-for-thorchain.md
similarity index 100%
rename from our-data/tutorials-1/thorchain-tutorials/calculating-il-for-thorchain.md
rename to data-methodology/tutorials-1/thorchain-tutorials/calculating-il-for-thorchain.md
diff --git a/our-data/tutorials-1/thorchain-tutorials/thorchain-schema-and-tables.md b/data-methodology/tutorials-1/thorchain-tutorials/thorchain-schema-and-tables.md
similarity index 100%
rename from our-data/tutorials-1/thorchain-tutorials/thorchain-schema-and-tables.md
rename to data-methodology/tutorials-1/thorchain-tutorials/thorchain-schema-and-tables.md
diff --git a/our-data/tutorials/README.md b/data-methodology/tutorials/README.md
similarity index 100%
rename from our-data/tutorials/README.md
rename to data-methodology/tutorials/README.md
diff --git a/our-data/tutorials/incremental-table-pattern.md b/data-methodology/tutorials/incremental-table-pattern.md
similarity index 100%
rename from our-data/tutorials/incremental-table-pattern.md
rename to data-methodology/tutorials/incremental-table-pattern.md
diff --git a/our-data/using-snowflake-sql.md b/data-methodology/using-snowflake-sql.md
similarity index 100%
rename from our-data/using-snowflake-sql.md
rename to data-methodology/using-snowflake-sql.md
diff --git a/our-data/writing-efficient-queries.md b/data-methodology/writing-efficient-queries.md
similarity index 100%
rename from our-data/writing-efficient-queries.md
rename to data-methodology/writing-efficient-queries.md
diff --git a/flipside-api/sdks.md b/flipside-api/sdks.md
deleted file mode 100644
index 40b80c6..0000000
--- a/flipside-api/sdks.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# SDKs
-
-Flipside makes available the following SDKs as higher-level, more developer-friendly wrappers over the API. Examples for each SDK are available throughout the [Concepts & Examples Section here](get-started/).
-
-
-
-Want an SDK for another language? Or want to create your own SDK? Please reach out in [Discord](https://discord.gg/ZmU3jQuu6W)!
-
-{% hint style="info" %}
-_**Prefer to hit the API directly? You can skip the SDKs and query data directly from our**_[ _**API**_](get-started/rest-api.md)_**.**_
-{% endhint %}
-
-{% hint style="warning" %}
-_**For legacy ShroomDK users:** in May of 2023 Flipside released V2 of its API that enables faster, and more reliable querying as you scale up usage. We are currently upgrading the existing SDKs to be compatible with the V2 API. Your existing SDK integrations will be forward-compatible with the updated SDKs. That means the only thing you will need to do is upgrade to the latest version._ The updated Python SDK is available today, with the JS/Typescript and R SDKs rolling out in the coming weeks.
-{% endhint %}
-
-
-
diff --git a/flipside-community/get-started.md b/flipside-community/get-started.md
index 802e745..004d097 100644
--- a/flipside-community/get-started.md
+++ b/flipside-community/get-started.md
@@ -32,7 +32,7 @@ Once you've joined us on Discord, make sure to check out these channels.
[Flipside Data Studio](https://flipsidecrypto.xyz/) lets you analyze blockchain data, visualize it, and share dashboards instantly. It's ideal for data exploration, analytical storytelling, and comprehensive dashboard-building. It's one of the main tools our community members use to share data, earn, and learn.
-Click the Sign Up button in the top right corner of our [website](https://flipsidecrypto.xyz/) to create your account. If you need step by step help creating an account and getting started in Data Studio, check out our [app documentation](../our-app/getting-started/).
+Click the Sign Up button in the top right corner of our [website](https://flipsidecrypto.xyz/) to create your account. If you need step by step help creating an account and getting started in Data Studio, check out our [app documentation](../sql-studio-analysts/getting-started/).
#### 2a. If you want enterprise data, sign up for your [Flipside Pro free trial](https://data.flipsidecrypto.com/).
diff --git a/our-data/data-models.md b/our-data/data-models.md
deleted file mode 100644
index 42fdccc..0000000
--- a/our-data/data-models.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-description: >-
- How we design our data structures for accessibility and performance using the
- Star Schema approach.
----
-
-# Data Modeling Approach
-
-### Our Data Modeling Approach
-
-Flipside models on-chain data around a common set of principles known as the [star schema](https://en.wikipedia.org/wiki/Star\_schema), an industry-standard model for relational data warehouses.
-
-A star schema is a data modeling technique commonly used in data warehousing and business intelligence to organize and represent data in a way that is easily accessible and understandable for end-users. The schema consists of a central fact table surrounded by dimension tables that provide additional context to the data in the fact table. The star schema design helps users quickly and easily analyze data by:
-
-* reducing the complexity of the data structure
-* enabling clear and meaningful data visualization
-* improving query performance
-
-This approach requires modelers to classify their tables as either **dimension** or **fact** tables.
-
-_**Fact tables**_ store observations or events, and can be blocks, transactions, mints, swaps, etc. If you were modeling sales for a restaurant chain, for example, each sale might be represented by a row in a fact table.
-
-_**Dimension ("dim") tables**_ describe entities—the things you analyze. Entities can include labels, prices, decimals, tags, etc. Extending the restaurant metaphor: if each individual sale is a fact, then which restaurant the sale occurred in would be a dimension, describing that fact.
-
-The key here is that:
-
-* _**Facts**_ support summarization ("what is the total number of sales?")
-* _**Dimensions**_ support filtering and grouping ("what are the sales totals grouped by restaurant?")
-
-This kind of schema design is incredibly popular, and we see it as a key part of our strategy to provide the most accessible and performant blockchain data possible.
diff --git a/snowflake-data-shares.md b/snowflake-data-shares.md
deleted file mode 100644
index f39f20a..0000000
--- a/snowflake-data-shares.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-description: >-
- Archival & Real-time blockchain data without the hassle of managing nodes or
- complex data pipelines.
----
-
-# Snowflake Data Shares
-
-Snowflake data shares gives you access to the entirety of Flipside's onchain databases in your own Snowflake environment.
-
-This is the best option for teams that want to incorporate large amount of historical data, near real-time data, or want to join Flipside's data with their own internal data, all without ever managing any node or complex pipelines.
-
-Flipside covers the cost of storage, and you only pay when you run a query (via Snowflake compute costs)
-
-If it happens on-chain, we've got it. We have related off-chain data, too.
-
-Data includes core tables (blocks, events, transactions) for every chain, with added 'easy' tables (nfts, swaps, prices, etc.) and project-specific tables modeled by the Flipside community.
-
-We support 20+ blockchains and protocols. List here for documentation and public Github repos: [https://data.flipsidecrypto.com/data-shares](https://data.flipsidecrypto.com/data-shares)
diff --git a/our-app/analyst-rewards/README.md b/sql-studio-analysts/analyst-rewards/README.md
similarity index 94%
rename from our-app/analyst-rewards/README.md
rename to sql-studio-analysts/analyst-rewards/README.md
index 47084ce..8268dab 100644
--- a/our-app/analyst-rewards/README.md
+++ b/sql-studio-analysts/analyst-rewards/README.md
@@ -1,10 +1,10 @@
---
-description: Get paid for your work.
+description: Get paid for your work
---
-# Analyst Rewards
+# 💰 Earn with Flipside
-### Flipside has rewarded analysts with more than $3.3 million dollars for their Web3 expertise. And we’re just getting started.
+### Flipside has rewarded analysts with more than $7 million dollars for their Web3 expertise. And we’re just getting started.
We’re dedicated to paying analysts, not charging them. Build your brand while building your stacks.
diff --git a/our-app/analyst-rewards/tax-center.md b/sql-studio-analysts/analyst-rewards/tax-center.md
similarity index 100%
rename from our-app/analyst-rewards/tax-center.md
rename to sql-studio-analysts/analyst-rewards/tax-center.md
diff --git a/our-app/analyst-rewards/top-30-dashboard-rewards.md b/sql-studio-analysts/analyst-rewards/top-30-dashboard-rewards.md
similarity index 100%
rename from our-app/analyst-rewards/top-30-dashboard-rewards.md
rename to sql-studio-analysts/analyst-rewards/top-30-dashboard-rewards.md
diff --git a/our-app/analyst-rewards/top-8-dashboard-rewards.md b/sql-studio-analysts/analyst-rewards/top-8-dashboard-rewards.md
similarity index 100%
rename from our-app/analyst-rewards/top-8-dashboard-rewards.md
rename to sql-studio-analysts/analyst-rewards/top-8-dashboard-rewards.md
diff --git a/our-app/getting-started/getting-around-the-app/README.md b/sql-studio-analysts/getting-around-the-app/README.md
similarity index 74%
rename from our-app/getting-started/getting-around-the-app/README.md
rename to sql-studio-analysts/getting-around-the-app/README.md
index e357627..ba715ce 100644
--- a/our-app/getting-started/getting-around-the-app/README.md
+++ b/sql-studio-analysts/getting-around-the-app/README.md
@@ -4,22 +4,22 @@ description: >-
data.
---
-# Getting Around the App
+# 🚗 Advanced app tour
-With a little bit of SQL knowledge, the Flipside Studio makes it incredibly easy to access the best blockchain data in the world. To get started, we recommend stepping through our [walkthrough](../) — it's designed to get you up to speed on the basics of the app as quickly as possible.
+With a little bit of SQL knowledge, the Flipside Studio makes it incredibly easy to access the best blockchain data in the world. To get started, we recommend stepping through our [walkthrough](../getting-started/) — it's designed to get you up to speed on the basics of the app as quickly as possible.
The app has a few basic components, here's how they fit together:
* [**Discover**](discover.md) — the homepage of the app, and the best way to keep your finger on the pulse of what's happening in crypto data. Here you can see what dashboards are trending for different chains and projects, fav ones you like, keyword search for specific topics, and see which analysts are consistently topping the charts.
* [**My Work**](my-work.md) — where the work lives: get here by clicking on the folder icon in the side nav. Keyword search to open any work you've done in the past. Group files by creating collections and nesting collections. Organize by using features like multi-select and drag & drop.
* [**Query Editor**](query-editor.md) — where the work happens: get here by navigating to the Studio in the top nav. Run SQL queries, get results, visualize them, and publish them on a dashboard, all from one place in the app. Seamlessly switch between any of your queries and dashboards with our tabs system, and use the Data Explorer to preview data tables, and add table names directly to your queries.
-* [**Dashboard Editor**](dashboard-editor.md) — where you share your findings with the world: add charts, results tables, text and images to your dashboards, send them to your friends with our copy link feature, or tweet the link directly from the dashboard. Organize your findings with dashboard tabs, and let people customize or update your dashboard with parameters.
+* [**Dashboard Editor**](../getting-started/dashboard-editor.md) — where you share your findings with the world: add charts, results tables, text and images to your dashboards, send them to your friends with our copy link feature, or tweet the link directly from the dashboard. Organize your findings with dashboard tabs, and let people customize or update your dashboard with parameters.
* [**Profiles**](profiles.md) — your profile is the place where people can find all your best work, search and filter it, and see how to get get in touch with you if that's something you want! Update your avatar and background image, and add social contact details for Twitter, Telegram, and Discord.
We're adding more documentation for the app over time — if you have questions or suggestions for things to add, please let us know in [Discord](https://discord.gg/ZmU3jQuu6W).
#### References
-* [Query Editor Keyboard Shortcuts](../../keyboard-shortcuts.md)
-* [Dashboard Markdown Reference](../../markdown-reference.md)
+* [Query Editor Keyboard Shortcuts](keyboard-shortcuts.md)
+* [Dashboard Markdown Reference](markdown-reference.md)
diff --git a/our-app/getting-started/getting-around-the-app/discover.md b/sql-studio-analysts/getting-around-the-app/discover.md
similarity index 100%
rename from our-app/getting-started/getting-around-the-app/discover.md
rename to sql-studio-analysts/getting-around-the-app/discover.md
diff --git a/our-app/keyboard-shortcuts.md b/sql-studio-analysts/getting-around-the-app/keyboard-shortcuts.md
similarity index 100%
rename from our-app/keyboard-shortcuts.md
rename to sql-studio-analysts/getting-around-the-app/keyboard-shortcuts.md
diff --git a/our-app/markdown-reference.md b/sql-studio-analysts/getting-around-the-app/markdown-reference.md
similarity index 100%
rename from our-app/markdown-reference.md
rename to sql-studio-analysts/getting-around-the-app/markdown-reference.md
diff --git a/our-app/getting-started/getting-around-the-app/my-work.md b/sql-studio-analysts/getting-around-the-app/my-work.md
similarity index 100%
rename from our-app/getting-started/getting-around-the-app/my-work.md
rename to sql-studio-analysts/getting-around-the-app/my-work.md
diff --git a/our-app/getting-started/getting-around-the-app/profiles.md b/sql-studio-analysts/getting-around-the-app/profiles.md
similarity index 100%
rename from our-app/getting-started/getting-around-the-app/profiles.md
rename to sql-studio-analysts/getting-around-the-app/profiles.md
diff --git a/our-app/getting-started/getting-around-the-app/query-editor.md b/sql-studio-analysts/getting-around-the-app/query-editor.md
similarity index 100%
rename from our-app/getting-started/getting-around-the-app/query-editor.md
rename to sql-studio-analysts/getting-around-the-app/query-editor.md
diff --git a/our-app/getting-started/README.md b/sql-studio-analysts/getting-started/README.md
similarity index 95%
rename from our-app/getting-started/README.md
rename to sql-studio-analysts/getting-started/README.md
index cc07570..e49755e 100644
--- a/our-app/getting-started/README.md
+++ b/sql-studio-analysts/getting-started/README.md
@@ -1,8 +1,8 @@
---
-description: How to create your Flipside account and start working with onchain data.
+description: Create your Flipside account and start working with onchain data
---
-# Getting Started
+# 👇 Start here
Welcome to Flipside!
diff --git a/sql-studio-analysts/getting-started/browse-dashboards.md b/sql-studio-analysts/getting-started/browse-dashboards.md
new file mode 100644
index 0000000..79f972f
--- /dev/null
+++ b/sql-studio-analysts/getting-started/browse-dashboards.md
@@ -0,0 +1,35 @@
+---
+description: Find insights & query inspiration with community boards
+---
+
+# 📊 Browse dashboards
+
+More than 60,000 analysts have published over 100,000 dashboards covering 26 protocols so far.
+
+If you're looking for onchain insights, chances are you can find a board on the topic you're interested in! Maybe it contains the insights you're looking for, or maybe you can fork one of its queries to help you get started on your own dashboard.
+
+Either way, the process is easy!
+
+## 1. Visit the Discover page
+
+Head to [flipsidecrypto.xyz/discover](https://flipsidecrypto.xyz/discover) or click the "discover more" button from the home page.
+
+_(You'll see trending dashboards from the home page, and can filter by chain, but you'll be able to search all dashboards from the Discover page.)_
+
+
+
+## 2. Search for any topic
+
+Keyword search will find any topic represented in one of more than 100k dashboards.
+
+Using the drop-downs on the right side of the page, you can also filter by protocol, date, popularity, or even by boards you've liked previously.
+
+
+
+## 3. Enjoy your insights!
+
+_**Tip:** Click a chart's title to see the query you can use to get the same data!_
+
+
+
+You've just taken the first step of DYOR. Endless trends await! Keep reading to learn how to navigate the Flipside database and use the SQL editor to query it.
diff --git a/our-app/getting-started/customizing-your-studio.md b/sql-studio-analysts/getting-started/customize-your-studio.md
similarity index 98%
rename from our-app/getting-started/customizing-your-studio.md
rename to sql-studio-analysts/getting-started/customize-your-studio.md
index 438164a..7dd2150 100644
--- a/our-app/getting-started/customizing-your-studio.md
+++ b/sql-studio-analysts/getting-started/customize-your-studio.md
@@ -1,8 +1,8 @@
---
-description: Make Flipside your own.
+description: Make Flipside your own
---
-# Customizing your Studio
+# ✅ Customize your Studio
Your workspace should fit your flow, and your profile should represent you professionally. We designed Flipside to be customizable, so you can make it yours - here are a few ways you can do just that:
diff --git a/our-app/getting-started/getting-around-the-app/dashboard-editor.md b/sql-studio-analysts/getting-started/dashboard-editor.md
similarity index 78%
rename from our-app/getting-started/getting-around-the-app/dashboard-editor.md
rename to sql-studio-analysts/getting-started/dashboard-editor.md
index 9969248..64e9df7 100644
--- a/our-app/getting-started/getting-around-the-app/dashboard-editor.md
+++ b/sql-studio-analysts/getting-started/dashboard-editor.md
@@ -1,10 +1,8 @@
---
-description: >-
- Where you share your findings with the world: add charts, results tables,
- text, and images to your dashboards.
+description: Tell a story with data and share your findings with the world
---
-# Dashboard Editor
+# 📈 Build a dashboard
This section will cover:
@@ -16,7 +14,7 @@ This section will cover:
Before we go over how to populate a dashboard, we'll go over the different components of a dashboard.
-
+
In the example dashboard above, we get a glimpse of how different components look on a dashboard. Starting from the top of the screen, and moving down, we see an example of each of the following:
@@ -26,7 +24,7 @@ In the example dashboard above, we get a glimpse of how different components loo
-
Heading styles.
+
Heading styles.
* **Text boxes:** these are regular text boxes that are best suited for paragraphs. The style of these text boxes can be adjusted using [markdown](https://www.markdownguide.org/basic-syntax/).
* **Images:** this helps bring your story to life. You can upload a PNG, SVG, GIF, or JPEG.
* **Charts and Tables:** the star of the show, you can add charts and tables from your queries to the dashboard.
@@ -39,13 +37,13 @@ Now that we have the basics covered, we'll introduce three different ways you ca
* **From the query editor:** to add tables and charts from the editor, click the "Add to Dashboard" button in the top right corner of each panel. From there, you can select a dashboard, search for a dashboard, or create a new dashboard.
-
Add tables and charts to a dashboard from the editor.
+
Add tables and charts to a dashboard from the editor.
* **From the action bar:** this is the floating bar at the bottom of the dashboard builder. It is accessible via a dashboard tab that you open in the editor. Click on any component to add a block of that type, or drag any component onto the board directly to add it exactly where you want it to go:
- .png>)
+ .png>)
* **From My Work 😮:** drag and drop any table and chart from My Work directly into your dashboard. Click on the little caret to the left of a query's name to see all the tables and charts associated with it:
- 
+ 
@@ -62,7 +60,7 @@ Once, the components are added to the dashboard, they can be repositioned and re
Once you complete a dashboard, publish it to make it publicly accessible! You can do that by clicking on the "Publish" button in the top right corner of the screen (don't worry this process is irreversible! More on that later). A published dashboard can be accessed by anyone through the Discover page, your analyst profile, and if they have the URL, directly.
-
+
**Un-publishing / Editing a dashboard**
diff --git a/sql-studio-analysts/getting-started/explore-the-database.md b/sql-studio-analysts/getting-started/explore-the-database.md
new file mode 100644
index 0000000..db6c38e
--- /dev/null
+++ b/sql-studio-analysts/getting-started/explore-the-database.md
@@ -0,0 +1,47 @@
+---
+description: Navigate the Flipside database to easily find the answers you're looking for
+---
+
+# 🔎 Explore the database
+
+The Flipside database contains A LOT of data (several trillion rows, the most comprehensive dataset on the market).
+
+But don't worry - **it's actually surprisingly easy to find what you need.**
+
+## Access data on 26+ protocols
+
+In the left menu of your [Studio](https://flipside.new), you'll find a list of all the chains and protocols we have curated data on - Bitcoin, Ethereum, Solana, Polygon and more.
+
+
+
+Click any one of those protocols, and you'll find its tables.
+
+**Tables** are curated collections of data that make it easy to find the stats you're interested in. For example, if you click on Base, you'll find:
+
+
+
+
+
+"Core" includes all block/transaction details, while the rest of the tables are designed to include only what's relevant to the sectors they're titled after.
+
+## Flipside data standards
+
+Click one of those tables, and you'll find a list of **views**. Each view is a different grouping of data designed to simplify your query results. Below, we'll talk about how to understand these views.
+
+
+
+At Flipside, we organize data into 3 main views (based on the Star Schema):
+
+* Fact
+* Dim
+* EZ
+
+**Fact** views include observations or events, and can be blocks, transactions, mints, swaps, etc. This is great for a summary of what's happening on chain.
+
+**Dim** views cover _entities_ in a block/tx - labels, prices, decimals, tags, etc. This helps add context to on-chain activity.
+
+**EZ** views make it easy to scan and understand what's happening on chain - they're labeled and tagged views of activity and entities.
+
+## Ready to try out some queries?
+
+Keep reading to start working with data in the SQL Studio.
diff --git a/sql-studio-analysts/getting-started/write-fork-your-first-query.md b/sql-studio-analysts/getting-started/write-fork-your-first-query.md
new file mode 100644
index 0000000..f804eed
--- /dev/null
+++ b/sql-studio-analysts/getting-started/write-fork-your-first-query.md
@@ -0,0 +1,58 @@
+---
+description: Gather the data you need using SQL
+---
+
+# ✍️ Write/fork your first query
+
+From your [Studio](https://flipside.new), you have access to the data on all 26+ protocols supported on Flipside using SQL.
+
+To get started, open a new query in your Studio (an easy way to do this is to visit the url [https://flipside.new](https://flipside.new)).
+
+## Preview tables
+
+To understand exactly what data is included in a table before you query it, click "Preview":
+
+
+
+This will populate a sample of the table for you instantly in your Studio.
+
+
+
+## Add to query
+
+To auto-populate the name of the table in your query, you can use the double-arrow "Add to query" button:
+
+
+
+Now you understand how to navigate the database and find the tables that contain the data you need, so you're ready to start writing your own SQL queries and generating onchain insights.
+
+But what if you're still not sure what to query?
+
+## Fork a query
+
+Analysts have produced hundreds or thousands of community dashboards on every supported protocol, so you've got plenty to take inspiration from!
+
+You can fork a query from any public dashboard you like. Here's how:
+
+### **Find a dashboard**
+
+From the [Discover page](https://flipsidecrypto.com/discover), choose any dashboard you find interesting.
+
+
+
+
+
+### **Click a chart title**
+
+Choose a visualization you'd like to replicate, and click its title. For example, let's click on "SOL volume in period":
+
+
+
+### Fork the query
+
+Clicking a chart title in a public dashboard will show you the query and resulting table the author used to create it. That can often give you the ideas you need for your own query.
+
+But if you want to use or edit the same query, you can just click "Fork" in the top right corner, which will auto-populate the same query and visualization settings in your studio:
+
+
+
diff --git a/our-app/teams.md b/sql-studio-analysts/teams.md
similarity index 100%
rename from our-app/teams.md
rename to sql-studio-analysts/teams.md