diff --git a/.gitignore b/.gitignore
index 6cae44f..08e940a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/.vs/
+.vscode/settings.json
diff --git a/proposal-docs/hive-account-name/hive-account-name.md b/proposal-docs/hive-account-name/hive-account-name.md
new file mode 100644
index 0000000..69efbd9
--- /dev/null
+++ b/proposal-docs/hive-account-name/hive-account-name.md
@@ -0,0 +1,37 @@
+
+
+# The "podcast:hiveAccount" Specification
+
+Version 1.0 by Brian of London - 2021.06.08
+
+
+
+## Purpose
+
+Allows for the easy inclusion of a definitive Hive Account to which Value for Value payments can be routed.
+
+## Specification
+
+For the `` tag there are no attributes, the tag just wraps the Hive account name string.
+
+## Example
+
+```xml
+ no-agenda
+```
+
+## More Information
+
+More information about the Hive Blockchain can be found at the [Dev Portal for Hive](https://developers.hive.io/#introduction-welcome)
+
+
+# Alternate idea (but not quite as good)
+## It could be done with FUNDING tag!
+
+Support Brian of London
+
+This could even be done via URL, but
+
+Support Brian of London
+
+however that would need to be passed on in the TLV records.
diff --git a/proposal-docs/podping/podping.md b/proposal-docs/podping/podping.md
index 0ca9565..504531d 100644
--- a/proposal-docs/podping/podping.md
+++ b/proposal-docs/podping/podping.md
@@ -20,15 +20,16 @@ This tag can also contribute to a future API endpoint for the PodcastIndex which
## Specification
-For the `` tag there are no attributes.
-
-For the optional but helpful `` tag there is one attribute, a single value with a single allowed Hive account.
+For the `` tag there is only one optional attribute `usesPodping` which will usually be set to `True` though could be set to `False` to specifically opt out of using Poding and indicate a feed must be polled by legacy RSS polling methods.
## Example
```xml
-
-
-
-
+
```
+
+or
+
+```xml
+
+```
\ No newline at end of file